Skip to content

Commit

Permalink
fix: tag for controller version
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Aug 7, 2024
1 parent c806d39 commit 1e63db8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/charts/typhoon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description: A Helm chart deploying Typhoon on Kubernetes
type: application
version: 0.0.0
sources:
- https://github.com/zeiss/typhoon/tree/main/charts/typhoon
- https://github.com/zeiss/typhoon
- https://github.com/zeiss/typhoon
home: http://github.com/zeiss/typhoon
2 changes: 1 addition & 1 deletion helm/charts/typhoon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
containers:
- name: controller
terminationMessagePolicy: FallbackToLogsOnError
image: "{{ .Values.global.image.repository }}/controller:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.global.image.repository }}/controller:v{{ .Values.global.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.global.image.imagePullPolicy }}
env:
- name: SYSTEM_NAMESPACE
Expand Down

0 comments on commit 1e63db8

Please sign in to comment.