Skip to content

Commit

Permalink
Merge branch 'main' into dev/cnp-4653
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilvela authored Mar 26, 2024
2 parents 7852481 + 6b1384a commit bffd468
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 @@ -259,6 +259,10 @@ helm upgrade --install edb-pg4k \
Note that the image locations and the credentials are elided. Please refer to
the sections above for directions.

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 bffd468

Please sign in to comment.