Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1026 from flanksource/version-bumps
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
moshloop committed Jun 10, 2022
2 parents 02918e6 + 677932b commit 40087e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/monitoring/grafana-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --zap-log-level=error
- --grafana-image=docker.io/grafana/grafana
- --grafana-image-tag={{.monitoring.grafana.version | default "8.1.1" }}
- --grafana-image-tag={{.monitoring.grafana.version | default "8.5.5" }}
command:
- /manager
env:
Expand All @@ -349,7 +349,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/grafana-operator/grafana-operator:v4.2.0
image: quay.io/grafana-operator/grafana-operator:v4.4.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion manifests/monitoring/kube-state-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ spec:
- --port=8081
- --telemetry-host=127.0.0.1
- --telemetry-port=8082
image: quay.io/coreos/kube-state-metrics:v1.8.0
image: quay.io/coreos/kube-state-metrics:v2.5.0
name: kube-state-metrics
resources:
limits:
Expand Down

0 comments on commit 40087e4

Please sign in to comment.