Skip to content

Commit

Permalink
chore: update images
Browse files Browse the repository at this point in the history
  • Loading branch information
bernot-dev committed Nov 20, 2024
1 parent 94af16f commit 54c5c97
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions charts/values.global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions cmd/datasource-syncer/datasource-syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/instrumentation/go-synthetic/go-synthetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions manifests/rule-evaluator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkg/export/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 54c5c97

Please sign in to comment.