File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 48
48
run : |
49
49
set -ue
50
50
VERSION=${{ inputs.TARGET_VERSION }} make update-manifests-version
51
- VERSION=${{ inputs.TARGET_VERSION }} make bump-chart
52
51
git diff
53
52
54
53
- name : Generate new set of manifests
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ k8s-manifests: $(KUSTOMIZE) ## Generate k8s manifests using Kustomize from 'mani
155
155
156
156
.PHONY : update-manifests-version
157
157
update-manifests-version : # # Generate k8s manifests using Kustomize from 'manifests' folder
158
- sed -i ' s/image: "ghcr.io\/stakater\/reloader:latest" /image: \"ghcr.io\/stakater\/reloader:v$(VERSION)"/g' deployments/kubernetes/manifests/deployment.yaml
158
+ sed -i ' s/image:.* /image: \"ghcr.io\/stakater\/reloader:v$(VERSION)"/g' deployments/kubernetes/manifests/deployment.yaml
159
159
160
160
# Bump Chart
161
161
bump-chart :
You can’t perform that action at this time.
0 commit comments