Skip to content

Commit 6e39afc

Browse files
authored
Merge pull request #868 from eclipse-tractusx/chore/prepare-helm-release-1.3.36
Prepare Helm release for next version
2 parents 5a2202a + 356b4f1 commit 6e39afc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

charts/traceability-foss/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ home: https://eclipse-tractusx.github.io/
2323
sources:
2424
- https://github.com/eclipse-tractusx/traceability-foss
2525
type: application
26-
version: 1.3.34
27-
appVersion: "10.8.1"
26+
version: 1.3.36
27+
appVersion: "10.8.4"
2828
dependencies:
2929
- name: frontend
3030
repository: "file://charts/frontend"
31-
version: 1.3.34
31+
version: 1.3.36
3232
- name: backend
3333
repository: "file://charts/backend"
34-
version: 1.3.34
34+
version: 1.3.36
3535
- name: postgresql
3636
repository: https://charts.bitnami.com/bitnami
3737
version: 12.12.10

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ apiVersion: v2
2020
name: backend
2121
description: A Helm chart for Traceability backend application.
2222
type: application
23-
version: 1.3.34
24-
appVersion: "10.8.1"
23+
version: 1.3.36
24+
appVersion: "10.8.4"
2525
dependencies:
2626
- name: postgresql
2727
repository: https://charts.bitnami.com/bitnami

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ apiVersion: v2
2020
name: frontend
2121
description: A Helm chart for Traceability frontend application.
2222
type: application
23-
version: 1.3.34
24-
appVersion: "10.8.1"
23+
version: 1.3.36
24+
appVersion: "10.8.4"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trace-x",
3-
"version": "10.8.1",
3+
"version": "10.8.4",
44
"scripts": {
55
"analyze": "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json",
66
"build:prod": "ng build --output-hashing=all --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/ ",

0 commit comments

Comments
 (0)