Update deployment to use version 0.3.5 from Cargo.toml
This commit is contained in:
parent
ffbdd5da0b
commit
634e28113b
@ -27,7 +27,7 @@ spec:
|
||||
# Init container to set up configuration
|
||||
initContainers:
|
||||
- name: init-config
|
||||
image: gt.wittyoneoff.com/jason/socktop-webterm:0.2.2
|
||||
image: gt.wittyoneoff.com/jason/socktop-webterm:0.3.5
|
||||
imagePullPolicy: Always
|
||||
command: ["/bin/bash", "-c"]
|
||||
args:
|
||||
@ -85,7 +85,7 @@ spec:
|
||||
|
||||
containers:
|
||||
- name: webterm
|
||||
image: gt.wittyoneoff.com/jason/socktop-webterm:0.2.2
|
||||
image: gt.wittyoneoff.com/jason/socktop-webterm:0.3.5
|
||||
imagePullPolicy: Always
|
||||
|
||||
command: ["/docker-entrypoint.sh"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user