Skip to content

Commit

Permalink
Update operator version in deployment.yaml (grafana#1367)
Browse files Browse the repository at this point in the history
Update operator version in deployment.yaml to get the correct version on install via kustomize

Co-authored-by: Hubert Stefanski <[email protected]>
  • Loading branch information
Links2004 and hubeadmin authored Jan 3, 2024
1 parent 51eba7a commit d3508c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=0.0.0.0:9090
- --leader-elect
image: ghcr.io/grafana/grafana-operator:v5.4.2
image: ghcr.io/grafana/grafana-operator:v5.6.0
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down

0 comments on commit d3508c0

Please sign in to comment.