Update deployment to use version 0.3.5 from Cargo.toml
All checks were successful
Build and Deploy to K3s / test (push) Successful in 2m6s
Build and Deploy to K3s / lint (push) Successful in 1m33s
Build and Deploy to K3s / build-and-push (push) Successful in 37s
Build and Deploy to K3s / deploy (push) Successful in 1m59s

This commit is contained in:
jasonwitty 2025-11-30 09:09:15 -08:00
parent ffbdd5da0b
commit 634e28113b

View File

@ -27,7 +27,7 @@ spec:
# Init container to set up configuration # Init container to set up configuration
initContainers: initContainers:
- name: init-config - 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 imagePullPolicy: Always
command: ["/bin/bash", "-c"] command: ["/bin/bash", "-c"]
args: args:
@ -85,7 +85,7 @@ spec:
containers: containers:
- name: webterm - name: webterm
image: gt.wittyoneoff.com/jason/socktop-webterm:0.2.2 image: gt.wittyoneoff.com/jason/socktop-webterm:0.3.5
imagePullPolicy: Always imagePullPolicy: Always
command: ["/docker-entrypoint.sh"] command: ["/docker-entrypoint.sh"]