Skip to content

Commit ec67e12

Browse files
committed
revert helm template changes
1 parent 63832cd commit ec67e12

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-object-management-service",
3-
"version": "0.9.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "",
66
"author": "NR Common Service Showcase <NR.CommonServiceShowcase@gov.bc.ca>",

charts/coms/Chart.yaml

Lines changed: 3 additions & 3 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.4
6+
version: 2.1.6
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.4
31+
version: 2.1.6
3232
repository: "file://../postgres"
3333
condition: postgres.enabled
3434
alias: postgres
@@ -40,6 +40,6 @@ maintainers:
4040
# incremented each time you make changes to the application. Versions are not expected to
4141
# follow Semantic Versioning. They should reflect the version the application is using.
4242
# It is recommended to use it with quotes.
43-
appVersion: "0.9.0"
43+
appVersion: "1.0.1"
4444
deprecated: false
4545
annotations: {}

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.4
6+
version: 2.1.6
77
# PostgresCluster CRD version
88
appVersion: 5.5.1

0 commit comments

Comments
 (0)