Skip to content
Snippets Groups Projects
Commit a30c53f4 authored by Benedikt Wetzel's avatar Benedikt Wetzel Committed by Lorenz Boguhn
Browse files

set image pull policy to always

parent 7c16e835
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!122Update Theodolite Kubernetes Job,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -16,7 +16,8 @@ spec: ...@@ -16,7 +16,8 @@ spec:
- containerPort: 80 - containerPort: 80
name: analysis name: analysis
- name: theodolite - name: theodolite
image: benediktwetzel/theodolite-test # ghcr.io/cau-se/theodolite:theodolite-kotlin-latest image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
imagePullPolicy: Always
env: env:
- name: NAMESPACE - name: NAMESPACE
value: theodolite-she value: theodolite-she
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment