diff --git a/charts/bpdm/CHANGELOG.md b/charts/bpdm/CHANGELOG.md index 508c2ee00..90348d93b 100644 --- a/charts/bpdm/CHANGELOG.md +++ b/charts/bpdm/CHANGELOG.md @@ -9,6 +9,11 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), ### Changed - update application version to 5.0.0 +- update BPDM Pool Chart to version 6.0.0 +- update BPDM Gate Chart to version 5.0.0 +- update BPDM Orchestrator Chart to version 2.0.0 +- update BPDM Cleaning Service Dummy Chart to version 2.0.0 +- update BPDM Bridge Chart to version 2.0.0 ## [3.1.2] - 2023-11-16 diff --git a/charts/bpdm/Chart.yaml b/charts/bpdm/Chart.yaml index 4e7bef87c..0b108cd57 100644 --- a/charts/bpdm/Chart.yaml +++ b/charts/bpdm/Chart.yaml @@ -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.5 +version: 4.0.0-alpha.6 appVersion: "5.0.0-alpha.5" home: https://github.com/eclipse-tractusx/bpdm sources: @@ -33,23 +33,23 @@ maintainers: dependencies: - name: bpdm-gate - version: 5.0.0-alpha.5 + version: 5.0.0-alpha.6 alias: bpdm-gate condition: bpdm-gate.enabled - name: bpdm-pool - version: 6.0.0-alpha.5 + version: 6.0.0-alpha.6 alias: bpdm-pool condition: bpdm-pool.enabled - name: bpdm-bridge-dummy - version: 2.0.0-alpha.5 + version: 2.0.0-alpha.6 alias: bpdm-bridge-dummy condition: bpdm-bridge-dummy.enabled - name: bpdm-cleaning-service-dummy - version: 2.0.0-alpha.5 + version: 2.0.0-alpha.6 alias: bpdm-cleaning-service-dummy condition: bpdm-cleaning-service-dummy.enabled - name: bpdm-orchestrator - version: 2.0.0-alpha.5 + version: 2.0.0-alpha.6 alias: bpdm-orchestrator condition: bpdm-orchestrator.enabled - name: postgresql diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md index 35c03e3ce..492928963 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-bridge-dummy/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - update application version to 5.0.0 - increase container's default groupid to 10001 +- container is now executed with read-only root file systems ## [1.1.0] - 2023-11-03 diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml index f9794f1de..c467b6d26 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml +++ b/charts/bpdm/charts/bpdm-bridge-dummy/Chart.yaml @@ -22,7 +22,7 @@ apiVersion: v2 type: application name: bpdm-bridge-dummy appVersion: "5.0.0-alpha.5" -version: 2.0.0-alpha.5 +version: 2.0.0-alpha.6 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: diff --git a/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml b/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml index 007410d89..9b6622c09 100644 --- a/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml +++ b/charts/bpdm/charts/bpdm-bridge-dummy/values.yaml @@ -40,6 +40,7 @@ springProfiles: [] securityContext: allowPrivilegeEscalation: false runAsNonRoot: true + readOnlyRootFilesystem: true runAsUser: 10001 runAsGroup: 10001 capabilities: diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md b/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md index 47e7287d4..47046c8f5 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - Update application version to 5.0.0 - increase container's default groupid to 10001 +- container is now executed with read-only root file systems ## [1.0.2] - 2023-11-23 diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml index 840905d97..c43d79154 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/Chart.yaml @@ -22,7 +22,7 @@ apiVersion: v2 type: application name: bpdm-cleaning-service-dummy appVersion: "5.0.0-alpha.5" -version: 2.0.0-alpha.5 +version: 2.0.0-alpha.6 description: A Helm chart for deploying the BPDM cleaning service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml b/charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml index 376e4f078..3b3999b7f 100644 --- a/charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml +++ b/charts/bpdm/charts/bpdm-cleaning-service-dummy/values.yaml @@ -42,6 +42,7 @@ securityContext: type: RuntimeDefault allowPrivilegeEscalation: false runAsNonRoot: true + readOnlyRootFilesystem: true runAsUser: 10001 runAsGroup: 10001 capabilities: diff --git a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md index 5e6918ddb..6464250dc 100644 --- a/charts/bpdm/charts/bpdm-gate/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-gate/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - Update application version to 5.0.0 - increase container's default groupid to 10001 +- container is now executed with read-only root file systems ## [4.1.0] - 2023-11-03 diff --git a/charts/bpdm/charts/bpdm-gate/Chart.yaml b/charts/bpdm/charts/bpdm-gate/Chart.yaml index 0a9134099..e1c46e868 100644 --- a/charts/bpdm/charts/bpdm-gate/Chart.yaml +++ b/charts/bpdm/charts/bpdm-gate/Chart.yaml @@ -22,7 +22,7 @@ apiVersion: v2 type: application name: bpdm-gate appVersion: "5.0.0-alpha.5" -version: 5.0.0-alpha.5 +version: 5.0.0-alpha.6 description: A Helm chart for deploying the BPDM gate service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-gate/values.yaml b/charts/bpdm/charts/bpdm-gate/values.yaml index 19e81e45c..106d0e9bf 100644 --- a/charts/bpdm/charts/bpdm-gate/values.yaml +++ b/charts/bpdm/charts/bpdm-gate/values.yaml @@ -40,6 +40,7 @@ springProfiles: [] securityContext: allowPrivilegeEscalation: false runAsNonRoot: true + readOnlyRootFilesystem: true runAsUser: 10001 runAsGroup: 10001 capabilities: diff --git a/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md b/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md index b125b96fd..c419b8652 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-orchestrator/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - Update application version to 5.0.0 - increase container's default groupid to 10001 +- container is now executed with read-only root file systems ## [1.0.1] - 2023-11-23 diff --git a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml index fbb07c172..694cdea65 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml +++ b/charts/bpdm/charts/bpdm-orchestrator/Chart.yaml @@ -22,7 +22,7 @@ apiVersion: v2 type: application name: bpdm-orchestrator appVersion: "5.0.0-alpha.5" -version: 2.0.0-alpha.5 +version: 2.0.0-alpha.6 description: A Helm chart for deploying the BPDM Orchestrator service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-orchestrator/values.yaml b/charts/bpdm/charts/bpdm-orchestrator/values.yaml index 64e200743..891e6d29a 100644 --- a/charts/bpdm/charts/bpdm-orchestrator/values.yaml +++ b/charts/bpdm/charts/bpdm-orchestrator/values.yaml @@ -42,6 +42,7 @@ securityContext: type: RuntimeDefault allowPrivilegeEscalation: false runAsNonRoot: true + readOnlyRootFilesystem: true runAsUser: 10001 runAsGroup: 10001 capabilities: diff --git a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md index 8de72c08d..6cbe8ae27 100644 --- a/charts/bpdm/charts/bpdm-pool/CHANGELOG.md +++ b/charts/bpdm/charts/bpdm-pool/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on Keep a Changelog (https://keepachangelog.com/en/1.0.0/), - Update application version to 5.0.0 - increase container's default groupid to 10001 +- container is now executed with read-only root file systems ## [5.1.1] - 2023-11-16 diff --git a/charts/bpdm/charts/bpdm-pool/Chart.yaml b/charts/bpdm/charts/bpdm-pool/Chart.yaml index cd4ca2118..8b0834271 100644 --- a/charts/bpdm/charts/bpdm-pool/Chart.yaml +++ b/charts/bpdm/charts/bpdm-pool/Chart.yaml @@ -22,7 +22,7 @@ apiVersion: v2 type: application name: bpdm-pool appVersion: "5.0.0-alpha.5" -version: 6.0.0-alpha.5 +version: 6.0.0-alpha.6 description: A Helm chart for deploying the BPDM pool service home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View sources: diff --git a/charts/bpdm/charts/bpdm-pool/values.yaml b/charts/bpdm/charts/bpdm-pool/values.yaml index 5aa36121a..fdbe90683 100644 --- a/charts/bpdm/charts/bpdm-pool/values.yaml +++ b/charts/bpdm/charts/bpdm-pool/values.yaml @@ -40,6 +40,7 @@ springProfiles: [] securityContext: allowPrivilegeEscalation: false runAsNonRoot: true + readOnlyRootFilesystem: true runAsUser: 10001 runAsGroup: 10001 capabilities: