diff --git a/charts/values.global.yaml b/charts/values.global.yaml index bc05810daf..b4ae936214 100644 --- a/charts/values.global.yaml +++ b/charts/values.global.yaml @@ -30,16 +30,16 @@ images: tag: "v2.45.3-gmp.9-gke.0" configReloader: image: gke.gcr.io/prometheus-engine/config-reloader - tag: "v0.14.0-gke.0" + tag: "v0.15.0-gke.8" operator: image: gke.gcr.io/prometheus-engine/operator - tag: "v0.14.0-gke.0" + tag: "v0.15.0-gke.8" ruleEvaluator: image: gke.gcr.io/prometheus-engine/rule-evaluator - tag: "v0.14.0-gke.0" + tag: "v0.15.0-gke.8" datasourceSyncer: image: gcr.io/gke-release/prometheus-engine/datasource-syncer - tag: "v0.14.0-gke.0" + tag: "v0.15.0-gke.8" resources: alertManager: limits: diff --git a/cmd/datasource-syncer/datasource-syncer.yaml b/cmd/datasource-syncer/datasource-syncer.yaml index 46978e3251..a229b39547 100644 --- a/cmd/datasource-syncer/datasource-syncer.yaml +++ b/cmd/datasource-syncer/datasource-syncer.yaml @@ -41,7 +41,7 @@ spec: - linux containers: - name: datasource-syncer-init - image: gcr.io/gke-release/prometheus-engine/datasource-syncer:v0.14.0-gke.0 + image: gcr.io/gke-release/prometheus-engine/datasource-syncer:v0.15.0-gke.8 args: - "--datasource-uids=$DATASOURCE_UIDS" - "--grafana-api-endpoint=$GRAFANA_API_ENDPOINT" @@ -79,7 +79,7 @@ spec: - linux containers: - name: datasource-syncer - image: gcr.io/gke-release/prometheus-engine/datasource-syncer:v0.14.0-gke.0 + image: gcr.io/gke-release/prometheus-engine/datasource-syncer:v0.15.0-gke.8 args: - "--datasource-uids=$DATASOURCE_UIDS" - "--grafana-api-endpoint=$GRAFANA_API_ENDPOINT" diff --git a/examples/frontend.yaml b/examples/frontend.yaml index f0501dede3..c3e0a0afae 100644 --- a/examples/frontend.yaml +++ b/examples/frontend.yaml @@ -43,7 +43,7 @@ spec: - linux containers: - name: frontend - image: gke.gcr.io/prometheus-engine/frontend:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/frontend:v0.15.0-gke.8 args: - "--web.listen-address=:9090" - "--query.project-id=$PROJECT_ID" diff --git a/examples/instrumentation/go-synthetic/go-synthetic-basic-auth.yaml b/examples/instrumentation/go-synthetic/go-synthetic-basic-auth.yaml index 7470e4a2a7..aba3472576 100644 --- a/examples/instrumentation/go-synthetic/go-synthetic-basic-auth.yaml +++ b/examples/instrumentation/go-synthetic/go-synthetic-basic-auth.yaml @@ -29,7 +29,7 @@ spec: containers: - name: go-synthetic # TODO(bwplotka): Rename image to go-synthetic (example-app is misleading, we actually use go-synthetic). - image: gke.gcr.io/prometheus-engine/example-app:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/example-app:v0.15.0-gke.8 args: - "--listen-address=:8080" - "--cpu-burn-ops=75" diff --git a/examples/instrumentation/go-synthetic/go-synthetic.yaml b/examples/instrumentation/go-synthetic/go-synthetic.yaml index 670416c22b..85be46a094 100644 --- a/examples/instrumentation/go-synthetic/go-synthetic.yaml +++ b/examples/instrumentation/go-synthetic/go-synthetic.yaml @@ -29,7 +29,7 @@ spec: containers: - name: go-synthetic # TODO(bwplotka): Rename image to go-synthetic (example-app is misleading, we actually use go-synthetic). - image: gke.gcr.io/prometheus-engine/example-app:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/example-app:v0.15.0-gke.8 args: - "--listen-address=:8080" - "--cpu-burn-ops=75" diff --git a/manifests/operator.yaml b/manifests/operator.yaml index f1000736bc..0452c20d1d 100644 --- a/manifests/operator.yaml +++ b/manifests/operator.yaml @@ -373,7 +373,7 @@ spec: readOnlyRootFilesystem: true containers: - name: config-reloader - image: gke.gcr.io/prometheus-engine/config-reloader:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/config-reloader:v0.15.0-gke.8 args: - --config-file=/prometheus/config/config.yaml - --config-file-output=/prometheus/config_out/config.yaml @@ -550,7 +550,7 @@ spec: priorityClassName: gmp-critical containers: - name: operator - image: gke.gcr.io/prometheus-engine/operator:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/operator:v0.15.0-gke.8 args: - "--operator-namespace=gmp-system" - "--public-namespace=gmp-public" @@ -670,7 +670,7 @@ spec: readOnlyRootFilesystem: true containers: - name: config-reloader - image: gke.gcr.io/prometheus-engine/config-reloader:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/config-reloader:v0.15.0-gke.8 args: - --config-file=/prometheus/config/config.yaml - --config-file-output=/prometheus/config_out/config.yaml @@ -711,7 +711,7 @@ spec: privileged: false readOnlyRootFilesystem: true - name: evaluator - image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.15.0-gke.8 args: - --config.file=/prometheus/config_out/config.yaml - --web.listen-address=:19092 @@ -876,7 +876,7 @@ spec: privileged: false readOnlyRootFilesystem: true - name: config-reloader - image: gke.gcr.io/prometheus-engine/config-reloader:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/config-reloader:v0.15.0-gke.8 args: - --config-file=/alertmanager/config.yaml - --config-file-output=/alertmanager/config_out/config.yaml diff --git a/manifests/rule-evaluator.yaml b/manifests/rule-evaluator.yaml index 4a955b557e..e4795fdc06 100644 --- a/manifests/rule-evaluator.yaml +++ b/manifests/rule-evaluator.yaml @@ -131,7 +131,7 @@ spec: mountPath: /prometheus/config_out containers: - name: config-reloader - image: gke.gcr.io/prometheus-engine/config-reloader:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/config-reloader:v0.15.0-gke.8 args: - --config-file=/prometheus/config/config.yaml - --config-file-output=/prometheus/config_out/config.yaml @@ -169,7 +169,7 @@ spec: privileged: false readOnlyRootFilesystem: true - name: evaluator - image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.14.0-gke.0 + image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.15.0-gke.8 args: - "--config.file=/prometheus/config_out/config.yaml" - "--web.listen-address=:9092" diff --git a/pkg/export/export.go b/pkg/export/export.go index 48bd3ffcc7..35954cc087 100644 --- a/pkg/export/export.go +++ b/pkg/export/export.go @@ -630,7 +630,7 @@ const ( ClientName = "prometheus-engine-export" // mainModuleVersion is the version of the main module. Align with git tag. // TODO(TheSpiritXIII): Remove with https://github.com/golang/go/issues/50603 - mainModuleVersion = "v0.14.0-rc.0" // x-release-please-version + mainModuleVersion = "v0.15.0-rc.7" // x-release-please-version // mainModuleName is the name of the main module. Align with go.mod. mainModuleName = "github.com/GoogleCloudPlatform/prometheus-engine" )