diff --git a/.github/workflows/chart-test.yml b/.github/workflows/chart-test.yml index 89fcdf1..de054a3 100644 --- a/.github/workflows/chart-test.yml +++ b/.github/workflows/chart-test.yml @@ -39,7 +39,7 @@ on: upgrade_from: description: 'dim chart version to upgrade from' # tbd - default: '1.0.0' + default: '1.1.0' required: false type: string diff --git a/charts/dim/Chart.yaml b/charts/dim/Chart.yaml index b279a25..0d248eb 100644 --- a/charts/dim/Chart.yaml +++ b/charts/dim/Chart.yaml @@ -21,8 +21,8 @@ apiVersion: v2 name: dim type: application -version: 1.0.0 -appVersion: 1.0.0 +version: 1.1.0 +appVersion: 1.1.0 description: Helm chart for DIM Middle Layer home: https://github.com/catenax-ng/dim-repo dependencies: diff --git a/charts/dim/README.md b/charts/dim/README.md index 3c0c278..234e132 100644 --- a/charts/dim/README.md +++ b/charts/dim/README.md @@ -27,7 +27,7 @@ To use the helm chart as a dependency: dependencies: - name: dim repository: https://sap.github.io/ssi-dim-middle-layer - version: 1.0.0 + version: 1.1.0 ``` ## Requirements @@ -82,6 +82,11 @@ dependencies: | processesworker.callback.clientSecret | string | `""` | Client-secret for callback client-id. Secret-key 'callback-client-secret'. | | processesworker.callback.tokenAddress | string | `""` | | | processesworker.callback.baseAddress | string | `""` | Url to the cf service api | +| processesworker.technicalUserCreation.encryptionConfigIndex | int | `0` | | +| processesworker.technicalUserCreation.encryptionConfigs.index0.index | int | `0` | | +| processesworker.technicalUserCreation.encryptionConfigs.index0.cipherMode | string | `"CBC"` | | +| processesworker.technicalUserCreation.encryptionConfigs.index0.paddingMode | string | `"PKCS7"` | | +| processesworker.technicalUserCreation.encryptionConfigs.index0.encryptionKey | string | `""` | EncryptionKey to encrypt the technical user client-secret. Secret-key 'technicalusercreation-encryption-key0'. Expected format is 256 bit (64 digits) hex. | | existingSecret | string | `""` | Secret containing "client-secret-cis-central", "client-secret-cf" and "client-secret-callback" | | dotnetEnvironment | string | `"Production"` | | | dbConnection.schema | string | `"dim"` | | diff --git a/consortia/argocd-app-templates/appsetup-int.yaml b/consortia/argocd-app-templates/appsetup-int.yaml index 14304c1..81e9343 100644 --- a/consortia/argocd-app-templates/appsetup-int.yaml +++ b/consortia/argocd-app-templates/appsetup-int.yaml @@ -29,7 +29,7 @@ spec: source: path: charts/dim repoURL: 'https://github.com/sap/dim-client.git' - targetRevision: dim-1.0.0 + targetRevision: dim-1.1.0 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index b753620..d14275d 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,7 +20,7 @@ - 1.0.0 + 1.1.0