Skip to content
Snippets Groups Projects
Commit 5de274ef authored by Sören Henning's avatar Sören Henning
Browse files

Always pull new images

parent 1eb9c4f3
No related branches found
No related tags found
No related merge requests found
Pipeline #586 passed with warnings
...@@ -15,7 +15,8 @@ spec: ...@@ -15,7 +15,8 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc1-application - name: uc1-application
image: theodolite/theodolite-uc1-kstreams-app:stable-2005122 image: theodolite/theodolite-uc1-kstreams-app:stable-200522
imagePullPolicy: Always
ports: ports:
- containerPort: 5555 - containerPort: 5555
name: jmx name: jmx
......
...@@ -15,7 +15,8 @@ spec: ...@@ -15,7 +15,8 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc2-application - name: uc2-application
image: theodolite/theodolite-uc2-kstreams-app:stable-2005122 image: theodolite/theodolite-uc2-kstreams-app:stable-200522
imagePullPolicy: Always
ports: ports:
- containerPort: 5555 - containerPort: 5555
name: jmx name: jmx
......
...@@ -15,7 +15,8 @@ spec: ...@@ -15,7 +15,8 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc3-application - name: uc3-application
image: theodolite/theodolite-uc3-kstreams-app:stable-2005122 image: theodolite/theodolite-uc3-kstreams-app:stable-200522
imagePullPolicy: Always
ports: ports:
- containerPort: 5555 - containerPort: 5555
name: jmx name: jmx
......
...@@ -15,7 +15,8 @@ spec: ...@@ -15,7 +15,8 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc4-application - name: uc4-application
image: theodolite/theodolite-uc4-kstreams-app:stable-2005122 image: theodolite/theodolite-uc4-kstreams-app:stable-200522
imagePullPolicy: Always
ports: ports:
- containerPort: 5555 - containerPort: 5555
name: jmx name: jmx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment