Skip to content

Commit aa6f74e

Browse files
authored
chore: bump postgresql helm chart version in tests (#569)
* chore: bump postgresql helm chart version in tests * update helm install of postgresql
1 parent eba47b3 commit aa6f74e

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

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

Lines changed: 2 additions & 2 deletions
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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
timeout: 600

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

Lines changed: 2 additions & 2 deletions
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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
timeout: 600

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

Lines changed: 2 additions & 2 deletions
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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
timeout: 600

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

Lines changed: 2 additions & 2 deletions
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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
timeout: 600

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

Lines changed: 2 additions & 2 deletions
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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
timeout: 600

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
--wait
1212
timeout: 600

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

Lines changed: 2 additions & 2 deletions
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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
timeout: 600

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
--wait
1212
timeout: 600

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

Lines changed: 2 additions & 2 deletions
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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
timeout: 600

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ 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
10-
--repo https://charts.bitnami.com/bitnami postgresql
10+
oci://registry-1.docker.io/bitnamicharts/postgresql
1111
--wait
1212
timeout: 600

0 commit comments

Comments
 (0)