feat(ci): update Postgres minor version and delete temporary tags
This commit is contained in:
parent
366ceece24
commit
87a06dac66
25 changed files with 422 additions and 321 deletions
test/utils
|
@ -32,7 +32,7 @@ const (
|
|||
prometheusOperatorURL = "https://github.com/prometheus-operator/prometheus-operator/" +
|
||||
"releases/download/%s/bundle.yaml"
|
||||
|
||||
certmanagerVersion = "v1.16.3"
|
||||
certmanagerVersion = "v1.17.1"
|
||||
certmanagerURLTmpl = "https://github.com/jetstack/cert-manager/releases/download/%s/cert-manager.yaml"
|
||||
)
|
||||
|
||||
|
@ -197,7 +197,7 @@ func GetProjectDir() (string, error) {
|
|||
if err != nil {
|
||||
return wd, err
|
||||
}
|
||||
wd = strings.Replace(wd, "/test/e2e", "", -1)
|
||||
wd = strings.ReplaceAll(wd, "/test/e2e", "")
|
||||
return wd, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue