Skip to content

Commit

Permalink
Merge pull request #749 from catenax-ng/fix/charts/bridge-ingress
Browse files Browse the repository at this point in the history
fix(charts): ingress formatting of bridge chart
  • Loading branch information
nicoprow authored Feb 10, 2024
2 parents c390d72 + f2531f0 commit afd1ff3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 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 BPDM applications
version: 4.0.0-alpha.8
version: 4.0.0-alpha.9
appVersion: "5.0.0-alpha.6"
home: https://github.com/eclipse-tractusx/bpdm
sources:
Expand All @@ -41,7 +41,7 @@ dependencies:
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-bridge-dummy
version: 2.0.0-alpha.8
version: 2.0.0-alpha.9
alias: bpdm-bridge-dummy
condition: bpdm-bridge-dummy.enabled
- name: bpdm-cleaning-service-dummy
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-bridge-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-bridge-dummy
appVersion: "5.0.0-alpha.6"
version: 2.0.0-alpha.8
version: 2.0.0-alpha.9
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
4 changes: 1 addition & 3 deletions charts/bpdm/charts/bpdm-bridge-dummy/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
################################################################################


{{ if .Values.ingress.enabled }}


{{if .Values.ingress.enabled}}
{{- $fullName := include "bpdm.fullname" . -}}
{{- $svcPort := .Values.service.port -}}
{{- if and .Values.ingress.className (not (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion)) }}
Expand Down

0 comments on commit afd1ff3

Please sign in to comment.