Skip to content

Commit

Permalink
Regen install manifests with imageswap-init version change
Browse files Browse the repository at this point in the history
  • Loading branch information
phenixblue committed Jul 5, 2022
1 parent de9f455 commit a401f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ spec:
runAsGroup: 1898
initContainers:
- name: imageswap-init
image: thewebroot/imageswap-init:v0.0.3
image: thewebroot/imageswap-init:v1.5.0
command: [/app/imageswap-init.py]
imagePullPolicy: Always
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/imageswap-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
runAsGroup: 1898
initContainers:
- name: imageswap-init
image: thewebroot/imageswap-init:v0.0.3
image: thewebroot/imageswap-init:v1.5.0
command: [/app/imageswap-init.py]
imagePullPolicy: Always
securityContext:
Expand Down

0 comments on commit a401f37

Please sign in to comment.