From bf84bce4eec5494a9b9c4565998ba58330b53457 Mon Sep 17 00:00:00 2001 From: James Kiger Date: Mon, 28 Nov 2022 18:31:40 -0500 Subject: [PATCH] Rever GT version to 2.0.7 on chart 1.0.1 --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 83497fd..77b86ef 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.8 +appVersion: 2.0.7 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg diff --git a/values.yaml b/values.yaml index 51860a2..f8abd1d 100644 --- a/values.yaml +++ b/values.yaml @@ -1,7 +1,7 @@ # Default values for glitchtip. image: repository: glitchtip/glitchtip - tag: v2.0.8 + tag: v2.0.7 pullPolicy: IfNotPresent imagePullSecrets: []