1
0
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:
J. Fernando Sánchez 2017-12-13 15:30:53 +01:00
parent df7efbc57d
commit d1eca04eeb

View File

@ -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"