diff --git a/helm/charts/typhoon/Chart.yaml b/helm/charts/typhoon/Chart.yaml index 35b33450..173d1241 100644 --- a/helm/charts/typhoon/Chart.yaml +++ b/helm/charts/typhoon/Chart.yaml @@ -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 diff --git a/helm/charts/typhoon/templates/deployment.yaml b/helm/charts/typhoon/templates/deployment.yaml index 17840265..f910c847 100644 --- a/helm/charts/typhoon/templates/deployment.yaml +++ b/helm/charts/typhoon/templates/deployment.yaml @@ -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