mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-24 00:52:28 +00:00
Deploy latest with its version tag
Kubernetes doesn't pull the `latest` tag automatically, so we need to change the image tag in the deployment file. As a plus, we can now see exactly what version we're running.
This commit is contained in:
parent
df7efbc57d
commit
d1eca04eeb
@ -13,7 +13,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: senpy-latest
|
- name: senpy-latest
|
||||||
image: gsiupm/senpy:latest
|
image: $IMAGEWTAG
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
args:
|
args:
|
||||||
- "--default-plugins"
|
- "--default-plugins"
|
||||||
|
Loading…
Reference in New Issue
Block a user