Skip to content

Commit 468e76d

Browse files
Bump version to 1.4.6 (#985)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: msafwankarim <[email protected]>
1 parent 517fd33 commit 468e76d

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.6

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.6"
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.6
145145
imagePullPolicy: IfNotPresent
146146
livenessProbe:
147147
failureThreshold: 5

0 commit comments

Comments
 (0)