File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.1
6
+ version : 2.1.3
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.1
31
+ version : 2.1.3
32
32
repository : " file://../postgres"
33
33
condition : postgres.enabled
34
34
alias : postgres
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.0
6
+ version : 2.1.3
7
7
# PostgresCluster CRD version
8
8
appVersion : 5.5.1
You can’t perform that action at this time.
0 commit comments