diff --git a/helm/Chart.lock b/helm/Chart.lock index b866c6984..48b6bd5d8 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mongodb repository: https://charts.bitnami.com/bitnami - version: 10.7.1 + version: 14.3.2 - name: redis repository: https://charts.bitnami.com/bitnami - version: 14.7.2 -digest: sha256:19781f1c97b7baf124418df0c55387c2872b7d8fbd7566bfd38d483ff4d41aec -generated: "2021-07-17T14:40:55.426466-07:00" + version: 16.13.2 +digest: sha256:e3cb6ade019f5169d547ac65001758b57bebf2beb6d8e47c4053f4d2e5a6ba06 +generated: "2023-12-12T09:45:47.7723153-08:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 70da7ca13..7266b854e 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -16,7 +16,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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.0 +version: 4.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm/charts/mongodb-10.7.1.tgz b/helm/charts/mongodb-10.7.1.tgz deleted file mode 100644 index cb62ad39c..000000000 Binary files a/helm/charts/mongodb-10.7.1.tgz and /dev/null differ diff --git a/helm/charts/mongodb-14.3.2.tgz b/helm/charts/mongodb-14.3.2.tgz new file mode 100644 index 000000000..2f9d40c8c Binary files /dev/null and b/helm/charts/mongodb-14.3.2.tgz differ diff --git a/helm/charts/redis-14.7.2.tgz b/helm/charts/redis-14.7.2.tgz deleted file mode 100644 index 3bfde3d26..000000000 Binary files a/helm/charts/redis-14.7.2.tgz and /dev/null differ diff --git a/helm/charts/redis-16.13.2.tgz b/helm/charts/redis-16.13.2.tgz new file mode 100644 index 000000000..33b5e967b Binary files /dev/null and b/helm/charts/redis-16.13.2.tgz differ diff --git a/helm/platform-specific/openshift.yaml b/helm/platform-specific/openshift.yaml index f77ebd569..d82dec81c 100644 --- a/helm/platform-specific/openshift.yaml +++ b/helm/platform-specific/openshift.yaml @@ -1,3 +1,3 @@ service: smtp: - type: ClusterIP \ No newline at end of file + type: ClusterIP diff --git a/helm/templates/route-smtp.yaml b/helm/templates/route-smtp.yaml index 4d7b8a890..b291ac9f2 100644 --- a/helm/templates/route-smtp.yaml +++ b/helm/templates/route-smtp.yaml @@ -19,4 +19,4 @@ spec: kind: Service name: {{ $fullName }} {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/helm/values.yaml b/helm/values.yaml index 8835024b2..9132f23f8 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -130,7 +130,6 @@ route: host: '' tls: termination: edge - ip_whitelist: 0.0.0.0/0 smtp: host: ''