Skip to content

Commit

Permalink
Update sysbox-deploy-k8s image to fix typo in sysbox-pkgr repo
Browse files Browse the repository at this point in the history
Signed-off-by: Rodny Molina <[email protected]>
  • Loading branch information
rodnymolina committed Nov 11, 2024
1 parent 021334d commit f78a7c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sysbox-k8s-manifests/sysbox-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
effect: "NoSchedule"
containers:
- name: sysbox-deploy-k8s
image: registry.nestybox.com/nestybox/sysbox-deploy-k8s:v0.6.5
image: registry.nestybox.com/nestybox/sysbox-deploy-k8s:v0.6.5-0.1
imagePullPolicy: Always
command: [ "bash", "-c", "/opt/sysbox/scripts/sysbox-deploy-k8s.sh ce install" ]
env:
Expand Down
2 changes: 1 addition & 1 deletion sysbox-k8s-manifests/sysbox-uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
effect: "NoSchedule"
containers:
- name: sysbox-cleanup-k8s
image: registry.nestybox.com/nestybox/sysbox-deploy-k8s:v0.6.5
image: registry.nestybox.com/nestybox/sysbox-deploy-k8s:v0.6.5-0.1
imagePullPolicy: Always
command: [ "bash", "-c", "/opt/sysbox/scripts/sysbox-deploy-k8s.sh ce cleanup" ]
env:
Expand Down

0 comments on commit f78a7c1

Please sign in to comment.