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

Use latest container images

parent f839a210
Branches
Tags
No related merge requests found
Pipeline #4037 passed
...@@ -22,7 +22,7 @@ spec: ...@@ -22,7 +22,7 @@ spec:
serviceAccount: {{ include "theodolite.fullname" . }}-random-scheduler serviceAccount: {{ include "theodolite.fullname" . }}-random-scheduler
containers: containers:
- name: random-scheduler - name: random-scheduler
image: ghcr.io/cau-se/theodolite-random-scheduler:theodolite-kotlin-latest image: ghcr.io/cau-se/theodolite-random-scheduler:latest
#imagePullPolicy: Always #imagePullPolicy: Always
env: env:
- name: TARGET_NAMESPACE - name: TARGET_NAMESPACE
......
...@@ -247,7 +247,7 @@ operator: ...@@ -247,7 +247,7 @@ operator:
enabled: true enabled: true
image: ghcr.io/cau-se/theodolite image: ghcr.io/cau-se/theodolite
imageTag: theodolite-kotlin-latest imageTag: latest
imagePullPolicy: Always imagePullPolicy: Always
executionCRD: executionCRD:
...@@ -259,7 +259,7 @@ operator: ...@@ -259,7 +259,7 @@ operator:
lagTrend: lagTrend:
enabled: true enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
imageTag: theodolite-kotlin-latest imageTag: latest
imagePullPolicy: Always imagePullPolicy: Always
resultsVolume: resultsVolume:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment