-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release edb-postgres-for-kubernetes-v0.20.4
Signed-off-by: Tao Li <[email protected]>
- Loading branch information
Showing
13 changed files
with
745 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
ep4k-changed: ${{ steps.filter.outputs.ep4k-changed }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
|
||
- name: Check for changes | ||
uses: dorny/[email protected] | ||
|
@@ -34,25 +34,25 @@ jobs: | |
if: needs.change-triage.outputs.ep4k-changed == 'true' | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Helm | ||
uses: azure/setup-helm@v3.5 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.11.3 | ||
|
||
- name: Create kind cluster | ||
uses: helm/kind-action@v1.9.0 | ||
uses: helm/kind-action@v1.10.0 | ||
|
||
- name: Deploy using helm chart | ||
run: | | ||
helm upgrade --install edb-pg4k --namespace postgresql-operator-system \ | ||
--create-namespace charts/edb-postgres-for-kubernetes --wait | ||
- name: Install kubectl | ||
uses: azure/setup-kubectl@v3.2 | ||
uses: azure/setup-kubectl@v4 | ||
|
||
- name: Deploy a cluster | ||
run: | | ||
|
@@ -68,17 +68,17 @@ jobs: | |
if: needs.change-triage.outputs.pg4k-pgd-changed == 'true' | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Helm | ||
uses: azure/setup-helm@v3.5 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.11.3 | ||
|
||
- name: Create kind cluster | ||
uses: helm/kind-action@v1.9.0 | ||
uses: helm/kind-action@v1.10.0 | ||
|
||
- name: Deploy using helm chart | ||
run: | | ||
|
@@ -91,7 +91,7 @@ jobs: | |
- name: Install kubectl | ||
uses: azure/setup-kubectl@v3.2 | ||
uses: azure/setup-kubectl@v4 | ||
|
||
- name: Deploy a cluster | ||
run: | | ||
|
@@ -110,25 +110,25 @@ jobs: | |
if: needs.change-triage.outputs.ep4k-changed == 'true' | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Helm | ||
uses: azure/setup-helm@v3.5 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.11.3 | ||
|
||
- name: Create kind cluster | ||
uses: helm/kind-action@v1.8.0 | ||
uses: helm/kind-action@v1.10.0 | ||
|
||
- name: Deploy in single-namespace mode using helm chart | ||
run: | | ||
helm upgrade --install edb-pg4k --namespace single-install \ | ||
--set config.clusterWide=false \ | ||
--create-namespace charts/edb-postgres-for-kubernetes --wait | ||
- name: Install kubectl | ||
uses: azure/setup-kubectl@v3.2 | ||
uses: azure/setup-kubectl@v4 | ||
|
||
- name: Deploy a cluster in the watched namespace | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Set up Helm | ||
uses: azure/setup-helm@v3.5 | ||
uses: azure/setup-helm@v4 | ||
with: | ||
version: v3.11.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Get tag | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -24,7 +24,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
with: | ||
ref: gh-pages | ||
fetch-depth: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
steps: | ||
- | ||
name: Checkout | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].7 | ||
- | ||
name: Temporarily disable "include administrators" branch protection | ||
if: ${{ always() && github.ref == 'refs/heads/main' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.