diff --git a/.tractusx b/.tractusx index 696bfe7..74f90b5 100644 --- a/.tractusx +++ b/.tractusx @@ -20,4 +20,4 @@ product: "SSI Authority & Schema Registry" leadingRepository: "https://github.com/eclipse-tractusx/ssi-authority-schema-registry" openApiSpecs: -- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-authority-schema-registry/refs/tags/ssi-asr-1.1.0-alpha.1/docs/api/asr-service.yaml" +- "https://raw.githubusercontent.com/eclipse-tractusx/ssi-authority-schema-registry/refs/tags/ssi-asr-1.1.0-rc.1/docs/api/asr-service.yaml" diff --git a/charts/ssi-asr/Chart.yaml b/charts/ssi-asr/Chart.yaml index 12feab1..dbd2700 100644 --- a/charts/ssi-asr/Chart.yaml +++ b/charts/ssi-asr/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: ssi-asr type: application -version: 1.1.0-alpha.1 -appVersion: 1.1.0-alpha.1 +version: 1.1.0-rc.1 +appVersion: 1.1.0-rc.1 description: Helm chart for SSI Authority & Schema Registry home: https://github.com/eclipse-tractusx/ssi-authority-schema-registry dependencies: diff --git a/charts/ssi-asr/README.md b/charts/ssi-asr/README.md index 2461991..467aab8 100644 --- a/charts/ssi-asr/README.md +++ b/charts/ssi-asr/README.md @@ -27,7 +27,7 @@ To use the helm chart as a dependency: dependencies: - name: ssi-asr repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.1.0-alpha.1 + version: 1.1.0-rc.1 ``` ## Requirements @@ -40,6 +40,9 @@ dependencies: | Key | Type | Default | Description | |-----|------|---------|-------------| +| authorities | object | `{"authorityOne":{"bpn":"BPNL00000003CRHK"},"authorityTwo":{"bpn":"BPNL00000003CRHL"}}` | Set information related the authorities | +| authorities.authorityOne | object | `{"bpn":"BPNL00000003CRHK"}` | The first authority | +| authorities.authorityTwo | object | `{"bpn":"BPNL00000003CRHL"}` | The second authority | | service.image.name | string | `"docker.io/tractusx/ssi-authority-schema-registry-service"` | | | service.image.tag | string | `""` | | | service.image.pullSecrets | list | `[]` | | @@ -59,8 +62,7 @@ dependencies: | migrations.image.pullSecrets | list | `[]` | | | migrations.imagePullPolicy | string | `"IfNotPresent"` | | | migrations.resources | object | `{"limits":{"cpu":"75m","memory":"200M"},"requests":{"cpu":"25m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. | -| migrations.seeding.testDataEnvironments | string | `""` | | -| migrations.seeding.testDataPaths | string | `"Seeder/Data"` | | +| migrations.seeding.useInitial | bool | `true` | Enables dynamic seeding of information related to the operator company: operator.bpn; If set to `true` the data configured in the config map 'configmap-seeding-initialdata.yaml' will be taken to insert the initial data; | | migrations.logging.default | string | `"Information"` | | | dotnetEnvironment | string | `"Production"` | | | dbConnection.schema | string | `"asr"` | | diff --git a/docs/api/asr-service.yaml b/docs/api/asr-service.yaml index 9da130f..3eb7025 100644 --- a/docs/api/asr-service.yaml +++ b/docs/api/asr-service.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Org.Eclipse.TractusX.SsiAuthoritySchemaRegistry.Service - version: v1.1.0-alpha.1 + version: v1.1.0-rc.1 paths: /api/registry/credentials: get: diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index 51a39dd..f8974ac 100644 --- a/environments/argocd-app-templates/appsetup-int.yaml +++ b/environments/argocd-app-templates/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/ssi-asr repoURL: 'https://github.com/eclipse-tractusx/ssi-authority-schema-registry.git' - targetRevision: ssi-asr-1.1.0-alpha.1 + targetRevision: ssi-asr-1.1.0-rc.1 plugin: env: - name: AVP_SECRET diff --git a/environments/argocd-app-templates/appsetup-stable.yaml b/environments/argocd-app-templates/appsetup-stable.yaml index 744c523..7462b56 100644 --- a/environments/argocd-app-templates/appsetup-stable.yaml +++ b/environments/argocd-app-templates/appsetup-stable.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/ssi-asr repoURL: 'https://github.com/eclipse-tractusx/ssi-authority-schema-registry.git' - targetRevision: ssi-asr-1.1.0-alpha.1 + targetRevision: ssi-asr-1.1.0-rc.1 plugin: env: - name: AVP_SECRET diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 49c0ea3..f48bd2c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -20,6 +20,6 @@ 1.1.0 - alpha.1 + rc.1