From 93323d02c61365ee2f34711e813ffcfe07edf8d4 Mon Sep 17 00:00:00 2001 From: James Kiger Date: Mon, 12 Dec 2022 10:50:56 -0500 Subject: [PATCH] Update GT tag to v3.0.0 --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index a71b117..c99aed6 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: 2.0.0 +version: 2.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 d3a9198..a47e658 100644 --- a/values.yaml +++ b/values.yaml @@ -1,7 +1,7 @@ # Default values for glitchtip. image: repository: glitchtip/glitchtip - tag: v2.0.7 + tag: v3.0.0 pullPolicy: IfNotPresent imagePullSecrets: []