Skip to content

Commit ca0a22e

Browse files
Bump version to 1.4.7 (#1001)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: msafwankarim <[email protected]>
1 parent 19a7625 commit ca0a22e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.4.7

deployments/kubernetes/manifests/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
app: reloader-reloader
1818
spec:
1919
containers:
20-
- image: "ghcr.io/stakater/reloader:v1.1.0"
20+
- image: "ghcr.io/stakater/reloader:v1.4.7"
2121
imagePullPolicy: IfNotPresent
2222
name: reloader-reloader
2323
env:

deployments/kubernetes/reloader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
fieldPath: metadata.namespace
142142
- name: RELOADER_DEPLOYMENT_NAME
143143
value: reloader-reloader
144-
image: ghcr.io/stakater/reloader:latest
144+
image: ghcr.io/stakater/reloader:v1.4.7
145145
imagePullPolicy: IfNotPresent
146146
livenessProbe:
147147
failureThreshold: 5

0 commit comments

Comments
 (0)