Skip to content

Commit e5eba09

Browse files
committed
chore: bump postgresql helm chart version in tests
1 parent eba47b3 commit e5eba09

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

tests/templates/kuttl/cluster-operation/02-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
timeout: 600

tests/templates/kuttl/ldap/05-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
timeout: 600

tests/templates/kuttl/logging/05-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
timeout: 600

tests/templates/kuttl/mount-dags-configmap/05-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
timeout: 600

tests/templates/kuttl/mount-dags-gitsync/03-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
timeout: 600

tests/templates/kuttl/oidc/10-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
--values helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
--wait

tests/templates/kuttl/orphaned-resources/05-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
timeout: 600

tests/templates/kuttl/overrides/05-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
--wait

tests/templates/kuttl/resources/05-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
timeout: 600

tests/templates/kuttl/smoke/10-install-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ commands:
55
- script: >-
66
helm install airflow-postgresql
77
--namespace $NAMESPACE
8-
--version 12.5.6
8+
--version 16.4.2
99
-f helm-bitnami-postgresql-values.yaml
1010
--repo https://charts.bitnami.com/bitnami postgresql
1111
--wait

0 commit comments

Comments
 (0)