Skip to content

Commit

Permalink
Image tag setted to the app version instead of chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
damsien committed Jun 13, 2024
1 parent afb6f73 commit 69806c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/0.0.1/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: git-pusher-operator
name: syngit
description: An operator to push resources onto git
type: application
version: 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion chart/0.0.1/templates/controller/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address={{ .Values.controller.metrics.bindAddress }}"
{{- end }}
image: {{ .Values.controller.imagePrefix }}/{{ .Chart.Name }}:{{ .Chart.Version }}
image: {{ .Values.controller.imagePrefix }}/{{ .Chart.Name }}:{{ .Chart.appVersion }}
env:
- name: MANAGER_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 69806c4

Please sign in to comment.