diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 3dfacec..0e8856a 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -97,7 +97,7 @@ jobs: PHASE="Cluster in healthy state" kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" clusters/cluster-example - + deploy-pg4k-pgd: runs-on: ubuntu-22.04 needs: @@ -137,9 +137,9 @@ jobs: kubectl apply -f hack/samples/pg4k-pgd-cluster.yaml PHASE="PGDGroup - Healthy" - kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-a - kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-b - kubectl wait --timeout=5m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-c + kubectl wait --timeout=8m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-a + kubectl wait --timeout=8m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-b + kubectl wait --timeout=8m --for=jsonpath='{.status.phase}'="$PHASE" pgdgroups/region-c deploy-ep4k-single-namespace: runs-on: ubuntu-22.04 @@ -217,4 +217,4 @@ jobs: run: | kubectl create ns test-ignore kubectl -n test-ignore apply -f hack/samples/ep4k-cluster.yaml - kubectl -n test-ignore get pods 2>&1 >/dev/null | grep 'No resources found' \ No newline at end of file + kubectl -n test-ignore get pods 2>&1 >/dev/null | grep 'No resources found' diff --git a/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml b/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml index f0d331d..e33ddd6 100644 --- a/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml +++ b/charts/edb-postgres-distributed-for-kubernetes/Chart.yaml @@ -32,7 +32,6 @@ dependencies: - name: "edb-postgres-for-kubernetes-lts" condition: edb-postgres-for-kubernetes-lts.enabled version: "0.22.1" - repository: file://charts/edb-postgres-for-kubernetes-lts sources: - https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts