Skip to content

Commit 46ccb40

Browse files
committed
add openshift:true to postgrescluster
1 parent 3c00955 commit 46ccb40

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

charts/coms/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: common-object-management-service
33
# This is the chart version. This version number should be incremented each time you make changes
44
# to the chart and its templates, including the app version.
55
# Versions are expected to follow Semantic Versioning (https://semver.org/)
6-
version: 2.1.3
6+
version: 2.1.4
77
kubeVersion: ">= 1.13.0"
88
description: A microservice for managing access control to S3 Objects
99
# A chart can be either an 'application' or a 'library' chart.
@@ -28,7 +28,7 @@ sources:
2828
- https://github.com/bcgov/common-object-management-service
2929
dependencies:
3030
- name: postgrescluster
31-
version: 2.1.3
31+
version: 2.1.4
3232
repository: "file://../postgres"
3333
condition: postgres.enabled
3434
alias: postgres

charts/coms/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ postgres:
196196
# name: postgres-master
197197

198198
postgresVersion: 16
199+
openshift: true
199200

200201
# --- resource allocation ----
201202
instances:

charts/postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ name: postgrescluster
33
description: A Helm chart for Kubernetes
44
type: application
55
# postgrescluster Helm Chart version
6-
version: 2.1.3
6+
version: 2.1.4
77
# PostgresCluster CRD version
88
appVersion: 5.5.1

charts/postgres/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,4 @@ postgresVersion: 16
313313
# that uses a SecurityContextConstraint. This usually does not need to be set,
314314
# but you may want to explicitly set it to "false" when using an SCC like
315315
# "anyuid"
316-
# openshift: false
316+
openshift: true

0 commit comments

Comments
 (0)