diff --git a/Chart.lock b/Chart.lock index 9f5f05e..dfdfda1 100644 --- a/Chart.lock +++ b/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 12.6.6 + version: 12.11.2 - name: redis repository: https://charts.bitnami.com/bitnami - version: 17.13.2 -digest: sha256:f4634de394b88cbbafb1815996eb2161c8cd4761941187f434751f85aeff8040 -generated: "2023-07-15T21:04:35.075256373-04:00" + version: 17.17.1 +digest: sha256:49685f612935d18ea9d44f4fea05f9b59897ed07d14d1e6190b9cdce19ae2e33 +generated: "2023-09-15T14:57:19.943176582-04:00" diff --git a/Chart.yaml b/Chart.yaml index 1303030..92f99fb 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: 2.3.6 +version: 2.3.7 # 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: 3.3.0 +appVersion: 3.3.2 icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg diff --git a/charts/postgresql-12.11.2.tgz b/charts/postgresql-12.11.2.tgz new file mode 100644 index 0000000..ba85221 Binary files /dev/null and b/charts/postgresql-12.11.2.tgz differ diff --git a/charts/postgresql-12.6.6.tgz b/charts/postgresql-12.6.6.tgz deleted file mode 100644 index 0837ffe..0000000 Binary files a/charts/postgresql-12.6.6.tgz and /dev/null differ diff --git a/charts/redis-17.13.2.tgz b/charts/redis-17.13.2.tgz deleted file mode 100644 index 5cd3049..0000000 Binary files a/charts/redis-17.13.2.tgz and /dev/null differ diff --git a/charts/redis-17.17.1.tgz b/charts/redis-17.17.1.tgz new file mode 100644 index 0000000..8b3e8cf Binary files /dev/null and b/charts/redis-17.17.1.tgz differ diff --git a/values.yaml b/values.yaml index 84ba2f7..fa5923c 100644 --- a/values.yaml +++ b/values.yaml @@ -1,7 +1,7 @@ # Default values for glitchtip. image: repository: glitchtip/glitchtip - tag: v3.2.2 + tag: v3.3.2 pullPolicy: IfNotPresent imagePullSecrets: [] @@ -117,11 +117,11 @@ beat: enabled: true resources: limits: - cpu: 100m - memory: 130Mi + cpu: 200m + memory: 150Mi requests: cpu: 1m - memory: 110Mi + memory: 130Mi nodeSelector: {} tolerations: [] podAnnotations: {}