Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version image in kustomize #1863

Merged
merged 3 commits into from
Feb 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,5 @@ prep-release: yq
$(YQ) -i '.params.version="v$(VERSION)"' hugo/config.yaml
sed -i 's/--version v5.*/--version v$(VERSION)/g' README.md
sed -i 's/VERSION ?= 5.*/VERSION ?= $(VERSION)/g' Makefile
$(YQ) -i '.images[0].newTag="v$(VERSION)"' deploy/kustomize/base/kustomization.yaml
make helm/docs
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.6.0
image: ghcr.io/grafana/grafana-operator:v5.16.0
imagePullPolicy: Always
ports:
- containerPort: 9090
Expand Down
3 changes: 3 additions & 0 deletions deploy/kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ patches:
- op: replace
path: /metadata/name
value: grafana-operator-permissions
images:
- name: ghcr.io/grafana/grafana-operator
newTag: v5.16.0
Loading