Skip to content

Commit

Permalink
Bump gmp images to v0.5.0 (#319)
Browse files Browse the repository at this point in the history
* bump gmp version to v0.5.0

* fix vv typo
  • Loading branch information
realschwa committed Sep 15, 2022
1 parent ace555e commit 14c288e
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cmd/operator/deploy/operator/05-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: operator
image: gke.gcr.io/prometheus-engine/operator:v0.4.3-gke.0
image: gke.gcr.io/prometheus-engine/operator:v0.5.0-gke.0
args:
- "--operator-namespace=gmp-system"
- "--public-namespace=gmp-public"
Expand Down
2 changes: 1 addition & 1 deletion cmd/operator/deploy/operator/10-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
seccompProfile:
type: RuntimeDefault
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
args:
- --config-file=/prometheus/config/config.yaml
- --config-file-output=/prometheus/config_out/config.yaml
Expand Down
6 changes: 3 additions & 3 deletions cmd/operator/deploy/operator/11-rule-evaluator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ spec:
mountPath: /prometheus/config_out
containers:
- name: evaluator
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.5.0-gke.0
args:
- --config.file=/prometheus/config_out/config.yaml
- --web.listen-address=:19092
- --export.user-agent=rule-evaluator/0.4.1 (mode:kubectl)
- --export.user-agent=rule-evaluator/0.5.0 (mode:kubectl)
ports:
- name: r-eval-metrics
containerPort: 19092
Expand Down Expand Up @@ -92,7 +92,7 @@ spec:
mountPath: /etc/secrets
readOnly: true
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
args:
- --config-file=/prometheus/config/config.yaml
- --config-file-output=/prometheus/config_out/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion cmd/operator/deploy/operator/12-alertmanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
seccompProfile:
type: RuntimeDefault
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
args:
- --config-file=/alertmanager/config.yaml
- --config-file-output=/alertmanager/config_out/config.yaml
Expand Down
4 changes: 2 additions & 2 deletions cmd/operator/deploy/rule-evaluator/01-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
kubernetes.io/arch: amd64
containers:
- name: evaluator
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.4.3-gke.0
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.5.0-gke.0
args:
- "--config.file=/etc/config/config.yaml"
- "--web.listen-address=:9092"
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
- --watched-dir=/etc/rules
- --reload-url=http://localhost:9092/-/reload
- --listen-address=:9093
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.3-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
ports:
- containerPort: 9093
name: cfg-rel-metrics
Expand Down
2 changes: 1 addition & 1 deletion examples/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
kubernetes.io/arch: amd64
containers:
- name: frontend
image: "gke.gcr.io/prometheus-engine/frontend:v0.4.3-gke.0"
image: "gke.gcr.io/prometheus-engine/frontend:v0.5.0-gke.0"
args:
- "--web.listen-address=:9090"
- "--query.project-id=$PROJECT_ID"
Expand Down
2 changes: 1 addition & 1 deletion examples/prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- name: prometheus-db
mountPath: /prometheus/data
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.3-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
args:
- --config-file=/prometheus/config/config.yaml
- --config-file-output=/prometheus/config_out/config.yaml
Expand Down
12 changes: 6 additions & 6 deletions manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ spec:
automountServiceAccountToken: true
containers:
- name: operator
image: gke.gcr.io/prometheus-engine/operator:v0.4.3-gke.0
image: gke.gcr.io/prometheus-engine/operator:v0.5.0-gke.0
args:
- "--operator-namespace=gmp-system"
- "--public-namespace=gmp-public"
Expand Down Expand Up @@ -584,7 +584,7 @@ spec:
seccompProfile:
type: RuntimeDefault
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
args:
- --config-file=/prometheus/config/config.yaml
- --config-file-output=/prometheus/config_out/config.yaml
Expand Down Expand Up @@ -676,11 +676,11 @@ spec:
mountPath: /prometheus/config_out
containers:
- name: evaluator
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.5.0-gke.0
args:
- --config.file=/prometheus/config_out/config.yaml
- --web.listen-address=:19092
- --export.user-agent=rule-evaluator/0.4.1 (mode:kubectl)
- --export.user-agent=rule-evaluator/0.5.0 (mode:kubectl)
ports:
- name: r-eval-metrics
containerPort: 19092
Expand Down Expand Up @@ -723,7 +723,7 @@ spec:
mountPath: /etc/secrets
readOnly: true
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
args:
- --config-file=/prometheus/config/config.yaml
- --config-file-output=/prometheus/config_out/config.yaml
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
seccompProfile:
type: RuntimeDefault
- name: config-reloader
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.1-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
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 @@ -66,7 +66,7 @@ spec:
kubernetes.io/arch: amd64
containers:
- name: evaluator
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.4.3-gke.0
image: gke.gcr.io/prometheus-engine/rule-evaluator:v0.5.0-gke.0
args:
- "--config.file=/etc/config/config.yaml"
- "--web.listen-address=:9092"
Expand Down Expand Up @@ -102,7 +102,7 @@ spec:
- --watched-dir=/etc/rules
- --reload-url=http://localhost:9092/-/reload
- --listen-address=:9093
image: gke.gcr.io/prometheus-engine/config-reloader:v0.4.3-gke.0
image: gke.gcr.io/prometheus-engine/config-reloader:v0.5.0-gke.0
ports:
- containerPort: 9093
name: cfg-rel-metrics
Expand Down
2 changes: 1 addition & 1 deletion pkg/export/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (e *Exporter) triggerNext() {
// ClientName and Version are used to identify to User Agent. TODO(maxamin): automate versioning.
const (
ClientName = "prometheus-engine-export"
Version = "0.4.3"
Version = "0.5.0"
)

// Run sends exported samples to Google Cloud Monitoring. Must be called at most once.
Expand Down

0 comments on commit 14c288e

Please sign in to comment.