Skip to content

Commit 4cadb9b

Browse files
committed
chore: bump appVersion for unleash and unleash-edge
1 parent 060de49 commit 4cadb9b

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

charts/unleash-edge/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ icon: https://docs.getunleash.io/img/logo.svg
55

66
type: application
77

8-
version: 3.0.6
9-
appVersion: "v19.14.2"
8+
version: 3.0.7
9+
appVersion: "v19.15.1"
1010

1111
maintainers:
1212
- name: chriswk

charts/unleash/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ icon: https://docs.getunleash.io/img/logo.svg
55

66
type: application
77

8-
version: 5.6.2
8+
version: 5.6.3
99

10-
appVersion: "7.0.5"
10+
appVersion: "7.1.0"
1111

1212
dependencies:
1313
- name: postgresql
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
volumeMounts:
2+
- name: rds-ca
3+
mountPath: /var/run/secrets
4+
volumes:
5+
- name: rds-ca
6+
secret:
7+
secretName: rds-ca-cert

0 commit comments

Comments
 (0)