fix manifest workflow

This commit is contained in:
MuneebAijaz
2024-11-06 22:01:28 +05:00
parent a461080c05
commit f2a0e81ad1
2 changed files with 7 additions and 1 deletions
@@ -44,6 +44,12 @@ jobs:
echo "Bumping version from $(cat VERSION) to ${{ inputs.TARGET_VERSION }}"
echo "${{ inputs.TARGET_VERSION }}" > VERSION
- name: Replace latest tag with version from input
run: |
set -ue
VERSION=${{ inputs.TARGET_VERSION }} make update-manifests-version
git diff
- name: Generate new set of manifests
run: |
set -ue
+1 -1
View File
@@ -101,7 +101,7 @@ spec:
resourceFieldRef:
divisor: "1"
resource: limits.memory
image: "ghcr.io/stakater/reloader:v1.1.0"
image: "ghcr.io/stakater/reloader:latest"
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5