File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: common-object-management-service
3
3
# This is the chart version. This version number should be incremented each time you make changes
4
4
# to the chart and its templates, including the app version.
5
5
# Versions are expected to follow Semantic Versioning (https://semver.org/)
6
- version : 2.1.3
6
+ version : 2.1.4
7
7
kubeVersion : " >= 1.13.0"
8
8
description : A microservice for managing access control to S3 Objects
9
9
# A chart can be either an 'application' or a 'library' chart.
@@ -28,7 +28,7 @@ sources:
28
28
- https://github.com/bcgov/common-object-management-service
29
29
dependencies :
30
30
- name : postgrescluster
31
- version : 2.1.3
31
+ version : 2.1.4
32
32
repository : " file://../postgres"
33
33
condition : postgres.enabled
34
34
alias : postgres
Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ postgres:
196
196
# name: postgres-master
197
197
198
198
postgresVersion : 16
199
+ openshift : true
199
200
200
201
# --- resource allocation ----
201
202
instances :
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ name: postgrescluster
3
3
description : A Helm chart for Kubernetes
4
4
type : application
5
5
# postgrescluster Helm Chart version
6
- version : 2.1.3
6
+ version : 2.1.4
7
7
# PostgresCluster CRD version
8
8
appVersion : 5.5.1
Original file line number Diff line number Diff line change @@ -313,4 +313,4 @@ postgresVersion: 16
313
313
# that uses a SecurityContextConstraint. This usually does not need to be set,
314
314
# but you may want to explicitly set it to "false" when using an SCC like
315
315
# "anyuid"
316
- # openshift: false
316
+ openshift : true
You can’t perform that action at this time.
0 commit comments