From a33e1b9dfd0bb6f49e38b75165febfac3ad1b97e Mon Sep 17 00:00:00 2001 From: James Kiger Date: Mon, 28 Nov 2022 13:40:28 -0500 Subject: [PATCH] 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: []