Skip to content

Commit

Permalink
Merge pull request #147 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: increment chart versions
  • Loading branch information
pbastia authored Mar 6, 2025
2 parents c610dd2 + 13603a1 commit d0d419a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions helm/cas-postgres-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
name: cas-postgres-cluster
description: |-
A Helm chart to deploy a lightweight version of the crunchy PostgresCluster, meant to run in
A Helm chart to deploy a lightweight version of the crunchy PostgresCluster, meant to run in
a small/medium openshift instance of the BC Government.
It also configures backups through pgbackrest and a google cloud storage account.
type: application

version: 1.1.1
version: 1.1.2

# Postgres Operator version for which this chart has been built.
# It will very likely work for later versions, in which case the list of compatible images will change.
Expand Down
2 changes: 1 addition & 1 deletion helm/cas-postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cas-postgres
description: Postgres database for the CAS team
type: application
version: 0.10.0
version: 0.10.1
appVersion: 0.3.0
dependencies:
- name: patroni
Expand Down
2 changes: 1 addition & 1 deletion helm/pg-version-upgrade/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pg-version-upgrade
description: A Helm chart to orchestrate and automate the postgres version upgrade of an existing postgres cluster.
type: application
version: 0.0.1
version: 0.0.2

# Unused.
# The version of the PGUpgrade object will depend on the PostgresOperator installed on the cluster.
Expand Down

0 comments on commit d0d419a

Please sign in to comment.