Skip to content

Commit

Permalink
Merge pull request #1001 from eclipse-tractusx/fix/subchart-defaults
Browse files Browse the repository at this point in the history
fix(chart): faulty default configuration in subcharts
  • Loading branch information
nicoprow authored Jul 17, 2024
2 parents 951dd4b + bac9a8b commit 92963a5
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 31 deletions.
7 changes: 7 additions & 0 deletions charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),

## [5.0.3] - 2024-07-16

### Changed

- Fixed faulty configuration of subcharts that comes into effect when deploying the subchart directly or using the BPDM chart as a dependency in another chart.
For anyone using the BPDM chart directly this will have no impact.

## [5.0.2] - 2024-07-03

### Changed
Expand Down
8 changes: 4 additions & 4 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: 5.0.2
version: 5.0.3
appVersion: "6.0.2"
home: https://github.com/eclipse-tractusx/bpdm
sources:
Expand All @@ -33,17 +33,17 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 6.0.2
version: 6.0.3
alias: bpdm-gate
condition: bpdm-gate.enabled
repository: "file://./charts/bpdm-gate"
- name: bpdm-pool
version: 7.0.2
version: 7.0.3
alias: bpdm-pool
condition: bpdm-pool.enabled
repository: "file://./charts/bpdm-pool"
- name: bpdm-cleaning-service-dummy
version: 3.0.2
version: 3.0.3
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
repository: "file://./charts/bpdm-cleaning-service-dummy"
Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),

## [3.0.3] - 2024-07-16

### Changed

- Fix faulty default applicationConfig

## [3.0.2] - 2024-07-03

### Changed
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: "6.0.2"
version: 3.0.2
version: 3.0.3
description: A Helm chart for deploying the BPDM cleaning service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
5 changes: 0 additions & 5 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ startupProbe:

# Used to overwrite the default property values of the application configuration
applicationConfig:
bpdm:
client:
orchestrator:
# If empty sets kubernetes BPDM Orchestrator service with same release name
base-url:

# Used to overwrite the secret property values of the application configuration
applicationSecrets:
Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-gate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),

## [6.0.3] - 2024-07-16

### Changed

- Fix faulty default applicationConfig

## [6.0.2] - 2024-07-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiVersion: v2
type: application
name: bpdm-gate
appVersion: "6.0.2"
version: 6.0.2
version: 6.0.3
description: A Helm chart for deploying the BPDM gate service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
11 changes: 0 additions & 11 deletions charts/bpdm/charts/bpdm-gate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,6 @@ startupProbe:

# Used to overwrite the default property values of the application configuration
applicationConfig:
bpdm:
datasource:
# If empty sets kubernetes postgres service with same release name
host:
client:
pool:
# If empty sets kubernetes BPDM Pool service with same release name
base-url:
orchestrator:
# If empty sets kubernetes BPDM Orchestrator service with same release name
base-url:

# Used to overwrite the secret property values of the application configuration
applicationSecrets:
Expand Down
6 changes: 6 additions & 0 deletions charts/bpdm/charts/bpdm-pool/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),

## [7.0.3] - 2024-07-16

### Changed

- Fix faulty default applicationConfig

## [7.0.2] - 2024-07-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/bpdm/charts/bpdm-pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apiVersion: v2
type: application
name: bpdm-pool
appVersion: "6.0.2"
version: 7.0.2
version: 7.0.3
description: A Helm chart for deploying the BPDM pool service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
Expand Down
8 changes: 0 additions & 8 deletions charts/bpdm/charts/bpdm-pool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ startupProbe:
successThreshold: 1

applicationConfig:
bpdm:
datasource:
# If empty sets kubernetes postgres service with same release name
host:
client:
orchestrator:
# If empty sets kubernetes BPDM Orchestrator service with same release name
base-url:

applicationSecrets:
spring:
Expand Down

0 comments on commit 92963a5

Please sign in to comment.