Skip to content

Commit c9b919f

Browse files
committed
Remove chart bump from init release since its not relevant
1 parent 53b650a commit c9b919f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/init-branch-release.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: |
4949
set -ue
5050
VERSION=${{ inputs.TARGET_VERSION }} make update-manifests-version
51-
VERSION=${{ inputs.TARGET_VERSION }} make bump-chart
5251
git diff
5352
5453
- name: Generate new set of manifests

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ k8s-manifests: $(KUSTOMIZE) ## Generate k8s manifests using Kustomize from 'mani
155155

156156
.PHONY: update-manifests-version
157157
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
159159

160160
# Bump Chart
161161
bump-chart:

0 commit comments

Comments
 (0)