From 1f2595edfb5208ca50d2ba08d8eded6c773a08bd Mon Sep 17 00:00:00 2001 From: Hussein Galal Date: Fri, 3 Feb 2023 14:18:21 +0200 Subject: [PATCH] Use new version scheme for the chart (#31) --- charts/k3k/Chart.yaml | 4 ++-- charts/k3k/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/k3k/Chart.yaml b/charts/k3k/Chart.yaml index 922e9f5a..08a89d17 100644 --- a/charts/k3k/Chart.yaml +++ b/charts/k3k/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: k3k description: A Helm chart for K3K type: application -version: 0.1.0 -appVersion: 0.1.0 +version: 0.1.1 +appVersion: 0.0.0-alpha3 \ No newline at end of file diff --git a/charts/k3k/values.yaml b/charts/k3k/values.yaml index 1ab74680..946437ec 100644 --- a/charts/k3k/values.yaml +++ b/charts/k3k/values.yaml @@ -5,7 +5,7 @@ image: repository: husseingalal/k3k pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "" + tag: "v0.0.0-alpha3" imagePullSecrets: [] nameOverride: ""