Skip to content

Commit

Permalink
chores: update default pg4k-pgd operator version (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Li <[email protected]>
Co-authored-by: Jaime Silvela <[email protected]>
  • Loading branch information
litaocdl and jsilvela authored Mar 26, 2024
1 parent d676968 commit 6b1384a
Show file tree
Hide file tree
Showing 3 changed files with 1,614 additions and 190 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ helm upgrade --install edb-pg4k \
charts/edb-postgres-for-kubernetes
```

If you update the version of the dependency charts and want to install from
source, remember to run `helm dependency update` and `helm dependency build` in
the chart directory before installing from the source.

## Copyright

`edb-postgres-for-kubernetes-charts` is distributed under Apache License 2.0.
Expand Down
8 changes: 4 additions & 4 deletions charts/edb-postgres-distributed-for-kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ name: edb-postgres-distributed-for-kubernetes
description: EDB Postgres Distributed for Kubernetes Helm Chart
icon: https://www.enterprisedb.com/themes/custom/edb_bootstrap_sass/edb-logo-disc-dark-2.svg
type: application
version: "0.2.2"
version: "0.2.3"
# 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: "0.7.1"
appVersion: "0.9.1"

dependencies:
- name: "cert-manager"
condition: cert-manager.enabled
version: "1.11.1"
version: "1.14.4"
repository: "https://charts.jetstack.io"
- name: "edb-postgres-for-kubernetes"
condition: edb-postgres-for-kubernetes.enabled
version: "0.18.1"
version: "0.20.2"
repository: "https://enterprisedb.github.io/edb-postgres-for-kubernetes-charts/"

sources:
Expand Down
Loading

0 comments on commit 6b1384a

Please sign in to comment.