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(charts): increase app version to 6.0.0-alpha.4 #906

Merged
merged 1 commit into from
May 12, 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
2 changes: 1 addition & 1 deletion charts/bpdm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/),

### Breaking

- Postgres Chart dependency version from 14 to 15: When using the Postgres deployment managed by the BPDM Chart please mind to migrate your data as this update is not backwards compatible.
- Postgres Chart dependency version from 14 to 15: When using the Postgres deployment managed by the BPDM Chart please mind to migrate your data as this update is not backwards compatible

### Added

Expand Down
12 changes: 6 additions & 6 deletions charts/bpdm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ apiVersion: v2
name: bpdm
type: application
description: A Helm chart for Kubernetes that deploys the BPDM applications
version: 5.0.0-alpha.4
appVersion: "6.0.0-alpha.3"
version: 5.0.0-alpha.5
appVersion: "6.0.0-alpha.4"
home: https://github.com/eclipse-tractusx/bpdm
sources:
- https://github.com/eclipse-tractusx/bpdm
Expand All @@ -33,19 +33,19 @@ maintainers:

dependencies:
- name: bpdm-gate
version: 6.0.0-alpha.3
version: 6.0.0-alpha.4
alias: bpdm-gate
condition: bpdm-gate.enabled
- name: bpdm-pool
version: 7.0.0-alpha.3
version: 7.0.0-alpha.4
alias: bpdm-pool
condition: bpdm-pool.enabled
- name: bpdm-cleaning-service-dummy
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
alias: bpdm-cleaning-service-dummy
condition: bpdm-cleaning-service-dummy.enabled
- name: bpdm-orchestrator
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
alias: bpdm-orchestrator
condition: bpdm-orchestrator.enabled
- name: bpdm-common
Expand Down
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-cleaning-service-dummy
appVersion: "6.0.0-alpha.3"
version: 3.0.0-alpha.2
appVersion: "6.0.0-alpha.4"
version: 3.0.0-alpha.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
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-gate
appVersion: "6.0.0-alpha.3"
version: 6.0.0-alpha.3
appVersion: "6.0.0-alpha.4"
version: 6.0.0-alpha.4
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
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-orchestrator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-orchestrator
appVersion: "6.0.0-alpha.3"
version: 3.0.0-alpha.2
appVersion: "6.0.0-alpha.4"
version: 3.0.0-alpha.3
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
4 changes: 2 additions & 2 deletions charts/bpdm/charts/bpdm-pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
apiVersion: v2
type: application
name: bpdm-pool
appVersion: "6.0.0-alpha.3"
version: 7.0.0-alpha.3
appVersion: "6.0.0-alpha.4"
version: 7.0.0-alpha.4
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
5 changes: 2 additions & 3 deletions charts/bpdm/templates/keycloakRealmSecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# SPDX-License-Identifier: Apache-2.0
################################################################################

{{ if .Values.keycloak.enabled -}}
apiVersion: v1
kind: Secret
metadata:
Expand Down Expand Up @@ -978,9 +979,6 @@ stringData:
"clients" : [ {
"id" : "0562ecfa-f17b-4d32-86cc-061f7da34b6b",
"clientId" : "BPDM-GATE",
{{ if .Values.keycloak.cxCentral.clientSecrets.gate }}
"clientSecret": "{{ .Values.keycloak.cxCentral.clientSecrets.gate }}",
{{ end }}
"name" : "BPDM Gate",
"description" : "Client for the BPDM Gate applications",
"rootUrl" : "",
Expand Down Expand Up @@ -3476,3 +3474,4 @@ stringData:
}
}

{{- end }}
14 changes: 0 additions & 14 deletions charts/bpdm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,6 @@ keycloak:
requests:
cpu: 100m
memory: 512Mi
# Configuration values for initializing the CX-Central realm
# Only affects first time keycloak setup (no migration on a later change)
cxCentral:
# Initial secrets for the realm
# If empty random secret will be assigned
# Please change all given secrets for production
clientSecrets:
pool:
gate:
orchestrator:
poolOrchestrator:
gateOrchestrator:
gatePool:
cleaningDummyOrchestrator:
auth:
adminUser: admin
# Change for production
Expand Down