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

Always pull new operator images

parent 5184f5c5
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -18,6 +18,7 @@ spec: ...@@ -18,6 +18,7 @@ spec:
containers: containers:
- name: theodolite - name: theodolite
image: 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: {{ .Release.Namespace }} value: {{ .Release.Namespace }}
...@@ -30,6 +31,7 @@ spec: ...@@ -30,6 +31,7 @@ spec:
mountPath: /work/benchmark-resources mountPath: /work/benchmark-resources
- name: lag-analysis - name: lag-analysis
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
imagePullPolicy: Always
ports: ports:
- containerPort: 80 - containerPort: 80
name: analysis name: analysis
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment