Skip to content

Commit

Permalink
chore: bump postgresql helm chart version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xeniape committed Jan 14, 2025
1 parent eba47b3 commit e5eba09
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
timeout: 600
2 changes: 1 addition & 1 deletion tests/templates/kuttl/ldap/05-install-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
timeout: 600
2 changes: 1 addition & 1 deletion tests/templates/kuttl/logging/05-install-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
timeout: 600
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
timeout: 600
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
timeout: 600
2 changes: 1 addition & 1 deletion tests/templates/kuttl/oidc/10-install-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
--values helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
--wait
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
timeout: 600
2 changes: 1 addition & 1 deletion tests/templates/kuttl/overrides/05-install-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
--wait
Expand Down
2 changes: 1 addition & 1 deletion tests/templates/kuttl/resources/05-install-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
timeout: 600
2 changes: 1 addition & 1 deletion tests/templates/kuttl/smoke/10-install-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commands:
- script: >-
helm install airflow-postgresql
--namespace $NAMESPACE
--version 12.5.6
--version 16.4.2
-f helm-bitnami-postgresql-values.yaml
--repo https://charts.bitnami.com/bitnami postgresql
--wait
Expand Down

0 comments on commit e5eba09

Please sign in to comment.