Skip to content

Commit

Permalink
cliImage instead of image
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-hazell authored and grahamia committed Dec 16, 2024
1 parent 7ec36a5 commit e477814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions helm/provider/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,3 @@ Provider CLI Image
{{- define "kfp-operator-provider.image" -}}
{{ include "kfp-operator-provider.trimmedContainerRegistry" . }}kfp-operator-{{ .Values.provider.type }}-provider:{{ .Chart.AppVersion }}
{{- end }}

{{/*
Provider Deployment Image
*/}}
{{- define "kfp-operator-provider-service.image" -}}
{{ include "kfp-operator-provider.trimmedContainerRegistry" . }}kfp-operator-{{ .Values.provider.type }}-provider-service:{{ .Chart.AppVersion }}
{{- end }}
2 changes: 1 addition & 1 deletion helm/provider/templates/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: {{ $providerName }}
namespace: {{ include "kfp-operator-provider.namespace" . }}
spec:
cliImage: {{ include "kfp-operator-provider.image" $ }}
cliImage: {{ include "kfp-operator-provider.cliImage" $ }}
executionMode: {{ .Values.provider.executionMode }}
serviceAccount: {{ .Values.provider.serviceAccount.name }}
defaultBeamArgs:
Expand Down

0 comments on commit e477814

Please sign in to comment.