Skip to content

Commit

Permalink
update postgres helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky committed Nov 28, 2024
1 parent e26ff32 commit 439dd44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/coms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: common-object-management-service
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.0
version: 2.0.1
kubeVersion: ">= 1.13.0"
description: A microservice for managing access control to S3 Objects
# A chart can be either an 'application' or a 'library' chart.
Expand All @@ -28,7 +28,7 @@ sources:
- https://github.com/bcgov/common-object-management-service
dependencies:
- name: postgrescluster
version: 2.0.0
version: 2.0.1
repository: "file://../postgres"
condition: postgres.enabled
alias: postgres
Expand Down
2 changes: 1 addition & 1 deletion charts/postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: postgrescluster
description: A Helm chart for Kubernetes
type: application
# postgrescluster Helm Chart version
version: 2.0.0
version: 2.0.1
# PostgresCluster CRD version
appVersion: 5.5.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Values.databaseInitSQL.name }}
annotations:
"helm.sh/resource-policy": keep
data:
bootstrap.sql:
{{ toYaml .Values.databaseInitSQL.sql | indent 2 }}
Expand Down

0 comments on commit 439dd44

Please sign in to comment.