Skip to content

Commit 2e6ad42

Browse files
committed
revert: back to hardcoded spiffe-helper:latest, remove values block
Signed-off-by: Alan Cha <alan.cha@ibm.com> Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
1 parent 77598e9 commit 2e6ad42

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

charts/kagenti-operator/templates/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ spec:
193193
{{- end }}
194194
{{- if and .Values.spiffe .Values.spiffe.enabled .Values.spiffe.operatorAuth .Values.spiffe.operatorAuth.enabled }}
195195
- name: spiffe-helper
196-
image: {{ .Values.spiffe.operatorAuth.spiffeHelper.image.repository | default "ghcr.io/kagenti/kagenti-extensions/spiffe-helper" }}:{{ .Values.spiffe.operatorAuth.spiffeHelper.image.tag | default "latest" }}
197-
imagePullPolicy: {{ .Values.spiffe.operatorAuth.spiffeHelper.image.pullPolicy | default "IfNotPresent" }}
196+
image: ghcr.io/kagenti/kagenti-extensions/spiffe-helper:latest
197+
imagePullPolicy: IfNotPresent
198198
args:
199199
- "-config"
200200
- "/etc/spiffe-helper/config.hcl"

charts/kagenti-operator/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,6 @@ spiffe:
207207
enabled: false
208208
# Path to JWT-SVID file written by spiffe-helper sidecar
209209
jwtSVIDPath: "/opt/jwt_svid.token"
210-
spiffeHelper:
211-
image:
212-
repository: ghcr.io/kagenti/kagenti-extensions/spiffe-helper
213-
tag: latest
214-
pullPolicy: IfNotPresent
215210

216211
# Feature gates — highest-priority layer in the injection precedence chain.
217212
# Set globalEnabled to false to disable ALL sidecar injection (kill switch).

0 commit comments

Comments
 (0)