diff --git a/Chart.yaml b/Chart.yaml index 25fed29..64b5a28 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -18,7 +18,7 @@ version: 4.0.0 # 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: 4.0.12 +appVersion: 4.1.0 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg diff --git a/values.yaml b/values.yaml index 856cb47..c634639 100644 --- a/values.yaml +++ b/values.yaml @@ -1,7 +1,7 @@ # Default values for glitchtip. image: repository: glitchtip/glitchtip - tag: v4.0.12 + tag: v4.1.0 pullPolicy: IfNotPresent imagePullSecrets: []