There was an error while loading. Please reload this page.
1 parent 060de49 commit 4cadb9bCopy full SHA for 4cadb9b
3 files changed
charts/unleash-edge/Chart.yaml
@@ -5,8 +5,8 @@ icon: https://docs.getunleash.io/img/logo.svg
5
6
type: application
7
8
-version: 3.0.6
9
-appVersion: "v19.14.2"
+version: 3.0.7
+appVersion: "v19.15.1"
10
11
maintainers:
12
- name: chriswk
charts/unleash/Chart.yaml
@@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg
-version: 5.6.2
+version: 5.6.3
-appVersion: "7.0.5"
+appVersion: "7.1.0"
dependencies:
13
- name: postgresql
charts/unleash/examples/volumes.yaml
@@ -0,0 +1,7 @@
1
+volumeMounts:
2
+ - name: rds-ca
3
+ mountPath: /var/run/secrets
4
+volumes:
+ secret:
+ secretName: rds-ca-cert
0 commit comments