Skip to content

Commit

Permalink
fix(operator): operator-utils has not the same digest as operator (#1654
Browse files Browse the repository at this point in the history
)

Co-authored-by: David Ragot <[email protected]>
  • Loading branch information
Dav-14 and David Ragot committed Aug 23, 2024
1 parent 6106401 commit 1febc49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/operator/helm/operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ spec:
{{- if .Values.operator.disableWebhooks }}
- --disable-webhooks
{{- end }}
- --utils-version
- {{ .Values.image.tag | default .Chart.AppVersion }}
{{ if .Values.operator.utils.tag }}
- --utils-version={{ .Values.operator.utils.tag }}
{{- end }}
{{- if .Values.operator.dev }}
- --zap-devel
- Development
Expand Down
3 changes: 3 additions & 0 deletions components/operator/helm/operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ operator:
licence:
token: ""
issuer: ""

utils:
tag: "v2.0.14"

podAnnotations: {}

Expand Down

0 comments on commit 1febc49

Please sign in to comment.