File tree Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Expand file tree Collapse file tree 3 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 11approvers:
2- - garethjevans
3- - jstrachan
4- - rawlingsj
5- - ankitm123
6- - babadofar
7- - tomhobson
8- - msvticket
2+ - maintainers
93reviewers:
10- - garethjevans
11- - jstrachan
12- - rawlingsj
13- - ankitm123
14- - babadofar
15- - tomhobson
16- - msvticket
4+ - maintainers
Original file line number Diff line number Diff line change 1+ foreignAliases:
2+ - name: jx-community
3+ org: jenkins-x
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ resource "helm_release" "vault-operator" {
33 name = " vault-operator"
44 chart = " vault-operator"
55 namespace = " jx-vault"
6- repository = " https ://kubernetes- charts.banzaicloud.com "
7- version = " 1.14 .3"
6+ repository = " oci ://ghcr.io/bank-vaults/helm- charts"
7+ version = " 1.22 .3"
88 create_namespace = true
99}
1010
@@ -14,6 +14,11 @@ resource "helm_release" "vault-instance" {
1414 chart = " vault-instance"
1515 namespace = " jx-vault"
1616 repository = " https://jenkins-x-charts.github.io/repo"
17- version = " 1.0.24 "
17+ version = " 1.0.28 "
1818 depends_on = [helm_release . vault-operator ]
19+
20+ set {
21+ name = " bankVaultsImage"
22+ value = " ghcr.io/bank-vaults/bank-vaults:v1.31.2"
23+ }
1924}
You can’t perform that action at this time.
0 commit comments