fixup! new year update (#4)

This commit is contained in:
2025-12-18 16:34:57 +00:00
parent 3880af56a7
commit 3ff9093287
+7 -5
View File
@@ -9,7 +9,7 @@ before:
hooks:
- go mod tidy
# Update Helm chart version to match release version
- 'sed -i.bak ''s/^version:.*/version: {{ .Version }}/'' charts/kube-images-sync-operator/Chart.yaml'
- "sed -i.bak 's/^version:.*/version: {{ .Version }}/' charts/kube-images-sync-operator/Chart.yaml"
- 'sed -i.bak ''s/^appVersion:.*/appVersion: "{{ .Version }}"/'' charts/kube-images-sync-operator/Chart.yaml'
- 'sed -i.bak ''s/tag:.*/tag: "{{ .Version }}"/'' charts/kube-images-sync-operator/values.yaml'
- 'sed -i.bak ''s/workerImage:.*/workerImage: ghcr.io\/lukaszraczylo\/kubernetes-images-sync-worker:{{ .Version }}/'' charts/kube-images-sync-operator/values.yaml'
@@ -52,6 +52,8 @@ builds:
archives:
- id: default
ids:
- manager
formats:
- tar.gz
name_template: >-
@@ -67,16 +69,16 @@ archives:
- zip
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
algorithm: sha256
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^chore:'
- "^docs:"
- "^test:"
- "^chore:"
- Merge pull request
- Merge branch