Skip to content

Commit

Permalink
Merge pull request #176 from catenax-ng/main
Browse files Browse the repository at this point in the history
feature: TRACEFOSS-XXX helm chart 1.3.8
  • Loading branch information
ds-mwesener authored Jun 12, 2023
2 parents 65f7f67 + e02d453 commit 8f30547
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions charts/traceability-foss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ apiVersion: v2
name: traceability-foss
description: An umbrella Helm chart for eclipse-tractusx/traceability-foss project
type: application
version: 1.3.7
appVersion: "3.5.0"
version: 1.3.8
appVersion: "4.0.0"
dependencies:
- name: frontend
repository: "file://charts/frontend"
version: 1.3.7
version: 1.3.8
- name: backend
repository: "file://charts/backend"
version: 1.3.7
version: 1.3.8
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.x.x
Expand Down
4 changes: 2 additions & 2 deletions charts/traceability-foss/charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ apiVersion: v2
name: backend
description: A Helm chart for Traceability backend application
type: application
version: 1.3.7
appVersion: "3.5.0"
version: 1.3.8
appVersion: "4.0.0"
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
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.7
appVersion: "3.5.0"
version: 1.3.8
appVersion: "4.0.0"
24 changes: 12 additions & 12 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "trace-x",
"version": "3.5.0",
"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}/",
"build:prodDebug": "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/",
"format": "prettier --write \"src/**/*.{js,ts,json,md,css,scss,html}\"",
"lint": "eslint --color --fix -c .eslintrc.js --ext .ts ./src/app",
"ng": "ng",
"ng-cdk": "ng update --force @angular/cdk",
"ng-cli": "ng update --force @angular/cli",
"ng-core": "ng update --force @angular/core",
"name" : "trace-x",
"version" : "4.0.0",
"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}/",
"build:prodDebug" : "ng build --configuration=debugProd --base-href /{baseHrefPlaceholder}/ --deploy-url /{baseHrefPlaceholder}/",
"format" : "prettier --write \"src/**/*.{js,ts,json,md,css,scss,html}\"",
"lint" : "eslint --color --fix -c .eslintrc.js --ext .ts ./src/app",
"ng" : "ng",
"ng-cdk" : "ng update --force @angular/cdk",
"ng-cli" : "ng update --force @angular/cli",
"ng-core" : "ng update --force @angular/core",
"ng-material": "ng update --force @angular/material",
"prepare": "cd .. && husky install frontend/.husky",
"start": "ng serve",
Expand Down

0 comments on commit 8f30547

Please sign in to comment.