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

fix(chart): faulty default configuration in subcharts #1001

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading