File tree Expand file tree Collapse file tree
template/deploy/helm/[[operator]]/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,5 +82,5 @@ helm.sh/test: {{ include "operator.chart" . }}
8282Build the full container image reference.
8383*/ }}
8484{{- define " operator.image" -}}
85- {{- printf " %s /%s :%s " .Values.image.registry .Values.image.repository (.Values.image.tag | default .Chart.AppVersion ) -}}
85+ {{- printf " %s /%s :%s " .Values.image.repository .Chart.Name (.Values.image.tag | default .Chart.AppVersion ) -}}
8686{{- end }}
Original file line number Diff line number Diff line change 7171 - name: OPERATOR_SERVICE_NAME
7272 value: {{ include "operator.fullname" . }}
7373
74- # The URI of the image registry, like "oci.stackable.tech". Used to derive product image
75- # name.
76- - name: IMAGE_REGISTRY_URI
77- value: {{ .Values.image.registry }}
78-
79- # The image repository, like "sdp/airflow-operator"
74+ # The image repository, like "oci.stackable.tech/sdp"
8075 - name: IMAGE_REPOSITORY
8176 value: {{ .Values.image.repository }}
8277
You can’t perform that action at this time.
0 commit comments