Skip to content

Commit

Permalink
fix(charts): fix ingress configuration for orchestrator and cleaning …
Browse files Browse the repository at this point in the history
…service dummy

- remove ingress template for cleaning service dummy
- indent ingress template correctly for orchestrator
  • Loading branch information
nicoprow committed Oct 20, 2023
1 parent a5476c0 commit 27752f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 93 deletions.
6 changes: 3 additions & 3 deletions charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiVersion: v2
name: bpdm
type: application
description: A Helm chart for Kubernetes that deploys the gate and pool applications
version: 3.1.0-alpha.4
version: 3.1.0-alpha.5
appVersion: "4.1.0-alpha.3"
home: https://github.com/eclipse-tractusx/bpdm
sources:
Expand All @@ -45,11 +45,11 @@ dependencies:
alias: bpdm-bridge-dummy
condition: bpdm-bridge-dummy.enabled
- name: bpdm-cleaning-service-dummy
version: 1.0.0-alpha.2
version: 1.0.0-alpha.3
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 1.0.0-alpha.0
version: 1.0.0-alpha.1
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
- name: opensearch
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiVersion: v2
type: application
name: bpdm-cleaning-service-dummy
appVersion: "4.1.0-alpha.3"
version: 1.0.0-alpha.2
version: 1.0.0-alpha.3
description: A Helm chart for deploying the BPDM bridge dummy service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down

This file was deleted.

6 changes: 0 additions & 6 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ service:
autoscaling:
enabled: false

ingress:
enabled: false
annotations: {}
hosts: []
tls: []

resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiVersion: v2
type: application
name: bpdm-orchestrator
appVersion: "4.1.0-alpha.3"
version: 1.0.0-alpha.0
version: 1.0.0-alpha.1
description: A Helm chart for deploying the BPDM Orchestrator service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down

0 comments on commit 27752f1

Please sign in to comment.