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

Feat/dcmfoss 53 #10

Merged
merged 34 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
35d37c4
fix: ajusted charts
viniciusvieirah Aug 24, 2023
8660b9a
fix: ajusted chart
viniciusvieirah Aug 24, 2023
aad7af4
Merge branch 'eclipse-tractusx:main' into main
Bailonis Aug 25, 2023
8811f24
helm charts
Bailonis Aug 28, 2023
ff1cd57
problem: helm charts not working
Bailonis Aug 29, 2023
a9fa849
Still don't working, but had to change
Bailonis Aug 29, 2023
25f420c
Update deployment-frontend.yaml
Bailonis Aug 29, 2023
930b47a
Update deployment-backend.yaml
Bailonis Aug 29, 2023
1087f47
Update chart-release.yaml
Bailonis Aug 29, 2023
946bd2e
Update chart-release.yml
Bailonis Aug 29, 2023
e0408de
Update chart-release.yml
Bailonis Aug 29, 2023
ce2a06f
Update chart-release.yml
Bailonis Aug 29, 2023
db0b7c8
Update values.yaml
Bailonis Aug 29, 2023
a94cf57
fix: Added postgres dependency
Bailonis Aug 29, 2023
e31e090
update: Missing values
Bailonis Aug 30, 2023
5429f35
added: .dockerignore
Bailonis Aug 31, 2023
289f577
fix: backend values
Bailonis Aug 31, 2023
615b806
Update build-master-backend.yml
Bailonis Aug 31, 2023
7867518
testing workflows
Bailonis Aug 31, 2023
e704819
fix: values for frontend kubernetes
Bailonis Aug 31, 2023
9e67686
Merge branch 'main' into feat/DCMFOSS-53
Bailonis Aug 31, 2023
41825bf
Update INSTALL.md
Bailonis Sep 4, 2023
07f18a7
fix: Some minor issues
Bailonis Sep 6, 2023
cbdd842
fix: change ghcr.io to docker.io
Bailonis Sep 6, 2023
8686707
fix: change ghcr.io to docker.io
Bailonis Sep 6, 2023
42e6570
Merge branch 'main' of https://github.com/catenax-ng/tx-demand-capaci…
OSousa117 Sep 6, 2023
ebd62c0
fix: repository: docker.io/tractusx/demand-capacity-mgmt- frontend a…
Bailonis Sep 14, 2023
e2d7704
fix: retrived password on postgres
Bailonis Sep 14, 2023
b4eb893
Merge branch 'eclipse-tractusx:main' into main
Bailonis Sep 14, 2023
1427987
fix: typo
Bailonis Sep 18, 2023
992887b
add: link to helm releases
Bailonis Sep 18, 2023
b6bc4a2
Merge branch 'feat/DCMFOSS-53' of https://github.com/catenax-ng/tx-de…
Bailonis Sep 25, 2023
30ba007
Merge branch 'catenax-ng-feat/DCMFOSS-53' into feat/DCMFOSS-53
Bailonis Sep 25, 2023
d3b0c29
fix: merge conflict error
Bailonis Sep 25, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/build-master-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:

env:
IMAGE_NAME: 'demand-capacity-mgmt-backend'
REGISTRY: 'ghcr.io'
REGISTRY: 'docker.io'
IMAGE_NAMESPACE: 'tractusx'


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-master-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
- 'v*.*.*-*'
env:
IMAGE_NAME: 'demand-capacity-mgmt-frontend'
REGISTRY: 'ghcr.io'
REGISTRY: 'docker.io'
IMAGE_NAMESPACE: 'tractusx'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:
paths:
- 'charts/**'
branches:
- main
- 'main'
jobs:
release:
permissions:
Expand Down
9 changes: 9 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Prerequisites:
- Have helm installed on your machine

You can get helm from here: https://github.com/helm/helm/releases

To install the images we need to run this command on the root folder:

```helm install dcm ./charts/demand-capacity-management ```

12 changes: 0 additions & 12 deletions charts/Chart.lock

This file was deleted.

25 changes: 0 additions & 25 deletions charts/charts/Chart.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions charts/charts/demand-capacity-management-backend/.helmignore

This file was deleted.

32 changes: 0 additions & 32 deletions charts/charts/demand-capacity-management-backend/Chart.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading