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

Make Theodolite image configurable

parent a5691ef9
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!129Enhance Helming,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
{{- if .Values.benchmarkCRD.create -}}
{{- if .Values.operator.benchmarkCRD.create -}}
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
......
{{- if .Values.executionCRD.create -}}
{{- if .Values.operator.executionCRD.create -}}
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
......
......@@ -17,7 +17,8 @@ spec:
serviceAccountName: {{ include "theodolite.serviceAccountName" . }}
containers:
- name: theodolite
image: ghcr.io/cau-se/theodolite:theodolite-kotlin-latest
image: "{{ .Values.operator.image }}:{{ .Values.operator.imageTag }}"
imagePullPolicy: "{{ .Values.operator.imagePullPolicy }}"
env:
- name: NAMESPACE
value: {{ .Release.Namespace }}
......
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