From 24514614a9e1d5bfd4a648e17f60f6d73bfe6c0e Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Sun, 16 Apr 2023 21:55:16 +0100 Subject: [PATCH] Fix timetagger version. --- charts/timetagger/Chart.yaml | 20 +------------------- charts/timetagger/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/charts/timetagger/Chart.yaml b/charts/timetagger/Chart.yaml index da572a9..d7308ba 100644 --- a/charts/timetagger/Chart.yaml +++ b/charts/timetagger/Chart.yaml @@ -1,24 +1,6 @@ apiVersion: v2 name: timetagger description: A Helm chart for Kubernetes - -# A chart can be either an 'application' or a 'library' chart. -# -# Application charts are a collection of templates that can be packaged into versioned archives -# to be deployed. -# -# Library charts provide useful utilities or functions for the chart developer. They're included as -# a dependency of application charts to inject those utilities and functions into the rendering -# pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - -# This is the chart version. This version number should be incremented each time you make changes -# to the chart and its templates, including the app version. -# Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.1.0 - -# This is the version number of the application being deployed. This version number should be -# incremented each time you make changes to the application. Versions are not expected to -# follow Semantic Versioning. They should reflect the version the application is using. -# It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "23.2.1" diff --git a/charts/timetagger/templates/deployment.yaml b/charts/timetagger/templates/deployment.yaml index 4890022..c67e3b5 100644 --- a/charts/timetagger/templates/deployment.yaml +++ b/charts/timetagger/templates/deployment.yaml @@ -28,7 +28,7 @@ spec: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: "{{ .Values.image.repository }}:v{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http