Skip to content

Commit 0bd0991

Browse files
committed
add allowInsecureImages comment to postgresql chart values for later versions
1 parent 66de6d0 commit 0bd0991

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/templates/kuttl/external-access/20_helm-bitnami-postgresql-values.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
global:
33
security:
4-
allowInsecureImages: true
4+
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images
55

66
image:
77
repository: bitnamilegacy/postgresql

tests/templates/kuttl/smoke/20_helm-bitnami-postgresql-values.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
global:
33
security:
4-
allowInsecureImages: true
4+
allowInsecureImages: true # needed starting with Chart version 16.3.0 if modifying images
55

66
image:
77
repository: bitnamilegacy/postgresql

0 commit comments

Comments
 (0)