Skip to content

Commit 1d71fea

Browse files
committed
Changing the cart version values
1 parent c742703 commit 1d71fea

File tree

2 files changed

+4
-4
lines changed
  • backend/charts/traceability-foss-backend
  • frontend/charts/traceability-foss-frontend

2 files changed

+4
-4
lines changed

backend/charts/traceability-foss-backend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: traceability-foss-backend
33
description: A Helm chart for Traceability backend application
44
type: application
5-
version: 2.3.14
6-
appVersion: "2.3.14"
5+
version: 2.3.15
6+
appVersion: "2.3.15"
77
dependencies:
88
- name: postgresql
99
repository: https://charts.bitnami.com/bitnami

frontend/charts/traceability-foss-frontend/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.3.14
18+
version: 2.3.15
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.3.14"
24+
appVersion: "2.3.15"

0 commit comments

Comments
 (0)