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:
serviceAccountName: {{ include "theodolite.serviceAccountName" . }}
containers:
- name: theodolite
image: lorenzboguhn/thedolite:latest
image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
env:
- name: NAMESPACE
value: {{ .Release.Namespace }}
- name: MODE
value: operator
- name: lag-analysis
image: benediktwetzel/lag-analysis
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:theodolite-kotlin-latest
ports:
- containerPort: 80
name: analysis
......
......
......@@ -16,7 +16,7 @@ spec:
serviceAccountName: theodolite
containers:
- name: thedolite
image: lorenzboguhn/thedolite:latest
image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
env:
- name: KUBECONFIG
value: "~/.kube/config"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment