File tree Expand file tree Collapse file tree 5 files changed +18
-8
lines changed
Expand file tree Collapse file tree 5 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## 0.27.0 (November 16, 2023)
4+
5+ Changes:
6+
7+ * Default ` vault ` version updated to 1.15.2
8+
39Features:
410
511* server: Support setting ` persistentVolumeClaimRetentionPolicy ` on the StatefulSet [ GH-965 ] ( https://github.com/hashicorp/vault-helm/pull/965 )
612* server: Support setting labels on PVCs [ GH-969 ] ( https://github.com/hashicorp/vault-helm/pull/969 )
13+ * server: Support setting ingress rules for networkPolicy [ GH-877 ] ( https://github.com/hashicorp/vault-helm/pull/877 )
714
815Improvements:
916
Original file line number Diff line number Diff line change 33
44apiVersion : v2
55name : vault
6- version : 0.26.1
7- appVersion : 1.15.1
6+ version : 0.27.0
7+ appVersion : 1.15.2
88kubeVersion : " >= 1.20.0-0"
99description : Official HashiCorp Vault Chart
1010home : https://www.vaultproject.io
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ injector:
1313
1414 agentImage :
1515 repository : " registry.connect.redhat.com/hashicorp/vault"
16- tag : " 1.15.1 -ubi"
16+ tag : " 1.15.2 -ubi"
1717
1818server :
1919 image :
2020 repository : " registry.connect.redhat.com/hashicorp/vault"
21- tag : " 1.15.1 -ubi"
21+ tag : " 1.15.2 -ubi"
2222
2323 readinessProbe :
2424 path : " /v1/sys/health?uninitcode=204"
Original file line number Diff line number Diff line change 872872 },
873873 "enabled" : {
874874 "type" : " boolean"
875+ },
876+ "ingress" : {
877+ "type" : " array"
875878 }
876879 }
877880 },
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ injector:
7676 # required.
7777 agentImage :
7878 repository : " hashicorp/vault"
79- tag : " 1.15.1 "
79+ tag : " 1.15.2 "
8080
8181 # The default values for the injected Vault Agent containers.
8282 agentDefaults :
@@ -377,7 +377,7 @@ server:
377377
378378 image :
379379 repository : " hashicorp/vault"
380- tag : " 1.15.1 "
380+ tag : " 1.15.2 "
381381 # Overrides the default Image Pull Policy
382382 pullPolicy : IfNotPresent
383383
@@ -649,7 +649,7 @@ server:
649649 # port: 443
650650 ingress :
651651 - from :
652- - namespaceSelector : {}
652+ - namespaceSelector : {}
653653 ports :
654654 - port : 8200
655655 protocol : TCP
@@ -1165,7 +1165,7 @@ csi:
11651165
11661166 image :
11671167 repository : " hashicorp/vault"
1168- tag : " 1.15.1 "
1168+ tag : " 1.15.2 "
11691169 pullPolicy : IfNotPresent
11701170
11711171 logFormat : standard
You can’t perform that action at this time.
0 commit comments