diff --git a/Chart.lock b/Chart.lock index 3aa2d19..3a8c6dc 100644 --- a/Chart.lock +++ b/Chart.lock @@ -4,6 +4,6 @@ dependencies: version: 15.2.5 - name: redis repository: https://charts.bitnami.com/bitnami - version: 19.1.2 -digest: sha256:84329ca7231a8a4b2569babdf367378599304c432ea17fc00a9ccbb9c1811353 -generated: "2024-04-19T09:00:35.50155423-04:00" + version: 19.1.3 +digest: sha256:7b8098045631f04e264d0668223688e468b20403e6ed41a3a95437085f6467a5 +generated: "2024-04-25T19:23:07.961624449-04:00" diff --git a/Chart.yaml b/Chart.yaml index e7a3fc6..2df7a90 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -14,11 +14,11 @@ 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: 3.0.3 +version: 3.0.4 # 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.6 +appVersion: 4.0.7 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg diff --git a/charts/redis-19.1.2.tgz b/charts/redis-19.1.2.tgz deleted file mode 100644 index d1e6831..0000000 Binary files a/charts/redis-19.1.2.tgz and /dev/null differ diff --git a/charts/redis-19.1.3.tgz b/charts/redis-19.1.3.tgz new file mode 100644 index 0000000..7e7cea0 Binary files /dev/null and b/charts/redis-19.1.3.tgz differ diff --git a/values.yaml b/values.yaml index 38773b8..61943d3 100644 --- a/values.yaml +++ b/values.yaml @@ -1,7 +1,7 @@ # Default values for glitchtip. image: repository: glitchtip/glitchtip - tag: v4.0.6 + tag: v4.0.7 pullPolicy: IfNotPresent imagePullSecrets: []