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

Use official Docker images (but not latest)

parent 1b13c347
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!109Introduce a Helm chart for the Theodolite operator,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -17,14 +17,14 @@ spec: ...@@ -17,14 +17,14 @@ spec:
serviceAccountName: {{ include "theodolite.serviceAccountName" . }} serviceAccountName: {{ include "theodolite.serviceAccountName" . }}
containers: containers:
- name: theodolite - name: theodolite
image: lorenzboguhn/thedolite:latest image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
env: env:
- name: NAMESPACE - name: NAMESPACE
value: {{ .Release.Namespace }} value: {{ .Release.Namespace }}
- name: MODE - name: MODE
value: operator value: operator
- name: lag-analysis - name: lag-analysis
image: benediktwetzel/lag-analysis image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
ports: ports:
- containerPort: 80 - containerPort: 80
name: analysis name: analysis
......
...@@ -16,7 +16,7 @@ spec: ...@@ -16,7 +16,7 @@ spec:
serviceAccountName: theodolite serviceAccountName: theodolite
containers: containers:
- name: thedolite - name: thedolite
image: lorenzboguhn/thedolite:latest image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
env: env:
- name: KUBECONFIG - name: KUBECONFIG
value: "~/.kube/config" value: "~/.kube/config"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment