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: []