Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MuneebAijaz authored and github-actions[bot] committed Nov 20, 2024
1 parent e9811bf commit 186bfb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion deployments/kubernetes/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
app: reloader-reloader
spec:
containers:
- image: "ghcr.io/stakater/reloader:v1.1.0"
- image: "ghcr.io/stakater/reloader:v1.2.0"
imagePullPolicy: IfNotPresent
name: reloader-reloader
env:
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubernetes/reloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
resourceFieldRef:
divisor: "1"
resource: limits.memory
image: "ghcr.io/stakater/reloader:latest"
image: ghcr.io/stakater/reloader:v1.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 5
Expand Down

0 comments on commit 186bfb4

Please sign in to comment.