-
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.
Signed-off-by: Tao Li <[email protected]> Signed-off-by: Gabriele Bartolini <[email protected]> Signed-off-by: John Long <[email protected]> Co-authored-by: Tao Li <[email protected]> Co-authored-by: Jaime Silvela <[email protected]> Co-authored-by: Gabriele Bartolini <[email protected]> Co-authored-by: John Long <[email protected]>
- Loading branch information
1 parent
a925436
commit f76c060
Showing
23 changed files
with
2,615 additions
and
804 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.0.2 | ||
uses: actions/checkout@v3.5.0 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -22,8 +22,8 @@ jobs: | |
|
||
- name: Deploy using helm chart | ||
run: | | ||
helm upgrade --install cnp --namespace postgresql-operator-system \ | ||
--create-namespace charts/cloud-native-postgresql --wait | ||
helm upgrade --install edb-pg4k --namespace postgresql-operator-system \ | ||
--create-namespace charts/edb-postgres-for-kubernetes --wait | ||
- name: Install kubectl | ||
uses: azure/[email protected] | ||
|
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 was deleted.
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
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
File renamed without changes.
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,23 +13,27 @@ | |
# limitations under the License. | ||
# | ||
apiVersion: v2 | ||
name: cloud-native-postgresql | ||
description: Cloud Native Postgresql Helm Chart | ||
name: edb-postgres-for-kubernetes | ||
description: EDB Postgres for Kubernetes Helm Chart | ||
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg | ||
type: application | ||
version: "0.13.0" | ||
version: "0.17.1" | ||
# This is the version number of the application being deployed. This version number should be | ||
# incremented each time you make changes to the application. Versions are not expected to | ||
# follow Semantic Versioning, they should reflect the version the application is using. | ||
# It is recommended to use it with quotes. | ||
appVersion: "1.15.0" | ||
appVersion: "1.19.1" | ||
sources: | ||
- https://github.com/EnterpriseDB/cloud-native-postgresql-helm | ||
- https://github.com/EnterpriseDB/edb-postgres-for-kubernetes-charts | ||
keywords: | ||
- postgresql | ||
- postgres | ||
- database | ||
- edb | ||
- enterprisedb | ||
home: https://www.enterprisedb.com/products/postgresql-on-kubernetes-ha-clusters-k8s-containers-scalable | ||
maintainers: | ||
- name: phisco | ||
email: [email protected] | ||
- name: gbartolini | ||
email: [email protected] | ||
- name: jsilvela | ||
email: [email protected] |
File renamed without changes.
25 changes: 16 additions & 9 deletions
25
charts/cloud-native-postgresql/README.md → charts/edb-postgres-for-kubernetes/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...oud-native-postgresql/templates/NOTES.txt → ...stgres-for-kubernetes/templates/NOTES.txt
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
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.