diff --git a/execution/helm/values.yaml b/execution/helm/values.yaml index 67dab74c3931ce13a1ab0f7504a946a208b4dfb8..f4b585fac6351df2ace82d239590ce75bf1c194f 100644 --- a/execution/helm/values.yaml +++ b/execution/helm/values.yaml @@ -236,12 +236,15 @@ prometheus: ### operator: enabled: true - -executionCRD: - create: true - -benchmarkCRD: - create: true + + image: ghcr.io/cau-se/theodolite + imageTag: theodolite-kotlin-latest + imagePullPolicy: Always + + executionCRD: + create: true + benchmarkCRD: + create: true serviceAccount: create: true