From a33e1b9dfd0bb6f49e38b75165febfac3ad1b97e Mon Sep 17 00:00:00 2001 From: James Kiger Date: Mon, 28 Nov 2022 13:40:28 -0500 Subject: [PATCH 1/2] Increment GT version and chart version --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 187f14e..e6cd911 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,7 +14,7 @@ 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. -version: 0.2.8 +version: 1.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/values.yaml b/values.yaml index 6e1c49c..51860a2 100644 --- a/values.yaml +++ b/values.yaml @@ -1,7 +1,7 @@ # Default values for glitchtip. image: repository: glitchtip/glitchtip - tag: v2.0.6 + tag: v2.0.8 pullPolicy: IfNotPresent imagePullSecrets: [] From 6589a244a35b25d7533f8e4b32f534ae71191d00 Mon Sep 17 00:00:00 2001 From: James Kiger Date: Mon, 28 Nov 2022 13:44:26 -0500 Subject: [PATCH 2/2] Increment app version --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index e6cd911..83497fd 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -18,7 +18,7 @@ version: 1.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 2.0.6 +appVersion: 2.0.8 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg