forked from cloudnative-pg/charts
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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: Philippe Noël <[email protected]>
- Loading branch information
1 parent
cd0589a
commit 9ab277f
Showing
7 changed files
with
50 additions
and
6 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ concurrency: | |
jobs: | ||
paradedb-test-eks: | ||
name: Test ParadeDB Helm Chart on AWS EKS via LocalStack | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 # As of October 2024, the LocalStack GitHub Action is not compatible with Ubuntu 24.04 | ||
if: github.event.pull_request.draft == false | ||
|
||
steps: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
uses: azure/setup-helm@v4 | ||
|
||
- name: Start LocalStack | ||
uses: LocalStack/[email protected].2 | ||
uses: LocalStack/[email protected].3 | ||
with: | ||
image-tag: "latest" | ||
install-awslocal: "true" | ||
|
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 |
---|---|---|
|
@@ -91,6 +91,14 @@ This will launch a shell inside the instance. You can connect via `psql` with: | |
psql -d paradedb | ||
``` | ||
|
||
## Development | ||
|
||
To test changes to the Chart on a local Minikube cluster, follow the instructions from [Getting Started](#getting-started), replacing the `helm upgrade` step by the path to the directory of the modified `Chart.yaml`. | ||
|
||
```bash | ||
helm upgrade --install paradedb --namespace paradedb-database --create-namespace ./charts/paradedb | ||
``` | ||
|
||
## License | ||
|
||
ParadeDB is licensed under the [GNU Affero General Public License v3.0](LICENSE) and as commercial software. For commercial licensing, please contact us at [[email protected]](mailto:[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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,14 @@ This will launch a shell inside the instance. You can connect via `psql` with: | |
psql -d paradedb | ||
``` | ||
|
||
## Development | ||
|
||
To test changes to the Chart on a local Minikube cluster, follow the instructions from [Getting Started](#getting-started), replacing the `helm upgrade` step by the path to the directory of the modified `Chart.yaml`. | ||
|
||
```bash | ||
helm upgrade --install paradedb --namespace paradedb-database --create-namespace ./charts/paradedb | ||
``` | ||
|
||
Cluster Configuration | ||
--------------------- | ||
|
||
|
@@ -258,3 +266,7 @@ refer to the [CloudNativePG Documentation](https://cloudnative-pg.io/documentat | |
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| ParadeDB | <[email protected]> | <https://paradedb.com> | | ||
|
||
## License | ||
|
||
ParadeDB is licensed under the [GNU Affero General Public License v3.0](LICENSE) and as commercial software. For commercial licensing, please contact us at [[email protected]](mailto:[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 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