Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release update #228

Merged
merged 2 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ home: https://eclipse-tractusx.github.io/
sources:
- https://github.com/eclipse-tractusx/traceability-foss
type: application
version: 1.3.10
appVersion: "5.0.0"
version: 1.3.11
appVersion: "6.0.0-rc2"
dependencies:
- name: frontend
repository: "file://charts/frontend"
version: 1.3.10
version: 1.3.11
- name: backend
repository: "file://charts/backend"
version: 1.3.10
version: 1.3.11
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
version: 12.1.6
condition: postgresql.enabled
- name: pgadmin4
repository: https://helm.runix.net
Expand Down
6 changes: 3 additions & 3 deletions charts/traceability-foss/charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ apiVersion: v2
name: backend
description: A Helm chart for Traceability backend application
type: application
version: 1.3.10
appVersion: "5.0.0"
version: 1.3.11
appVersion: "6.0.0-rc2"
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
version: 12.1.6
condition: postgresql.enabled
- name: pgadmin4
repository: https://helm.runix.net
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ apiVersion: v2
name: frontend
description: A Helm chart for Traceability frontend application
type: application
version: 1.3.10
appVersion: "5.0.0"
version: 1.3.11
appVersion: "6.0.0-rc2"
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "trace-x",
"version" : "5.0.0",
"version" : "6.0.0-rc2",
"scripts" : {
"analyze" : "ng build --configuration=production --stats-json && webpack-bundle-analyzer dist/stats.json",
"build:prod" : "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/",
Expand Down
Loading