From bf6c8f960fc94c07fd59e7fca5360a6f4ff7c8b2 Mon Sep 17 00:00:00 2001 From: particledecay Date: Thu, 27 Jan 2022 02:47:22 +0000 Subject: [PATCH] chore: update helm chart version to 0.3.3 --- chart/Chart.yaml | 4 ++-- chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e38ceff..3db7165 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,10 +15,10 @@ 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.3.2 +version: 0.3.3 # 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: 0.3.2 +appVersion: 0.3.3 diff --git a/chart/values.yaml b/chart/values.yaml index 7481db4..fbbfdf8 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -11,7 +11,7 @@ image: repository: ghcr.io/particledecay/kdummy pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0.3.2 + tag: 0.3.3 imagePullSecrets: [] nameOverride: ""