diff --git a/charts/bpndiscovery/Chart.yaml b/charts/bpndiscovery/Chart.yaml index d187e96..9d17cbb 100644 --- a/charts/bpndiscovery/Chart.yaml +++ b/charts/bpndiscovery/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/eclipse-tractusx/sldt-bpn-discovery type: application -version: 0.3.1 +version: 0.3.2-RC1 appVersion: 0.4.0 dependencies: diff --git a/charts/bpndiscovery/README.md b/charts/bpndiscovery/README.md index c938e8d..9d289b2 100644 --- a/charts/bpndiscovery/README.md +++ b/charts/bpndiscovery/README.md @@ -54,7 +54,7 @@ helm install bpndiscovery -n discovery charts/bpndiscovery | bpndiscovery.idp.issuerUri | string | `""` | The issuer URI of the OAuth2 identity provider | | bpndiscovery.idp.publicClientId | string | `"default-cleint"` | ClientId | | bpndiscovery.image.imagePullPolicy | string | `"IfNotPresent"` | ImagepullPolicy | -| bpndiscovery.image.registry | string | `"ghcr.io/catenax-ng"` | Image registry | +| bpndiscovery.image.registry | string | `"docker.io"` | Image registry | | bpndiscovery.image.repository | string | `"sldt-bpn-discovery"` | Image repository | | bpndiscovery.image.version | string | `""` | ersion of image. By default the app Version from Chart.yml is used. You can overwrite the version to use an other version of sldt-bpn-discovery | | bpndiscovery.ingress.annotations."cert-manager.io/cluster-issuer" | string | `"selfsigned-cluster-issuer"` | | @@ -72,12 +72,12 @@ helm install bpndiscovery -n discovery charts/bpndiscovery | bpndiscovery.resources.requests.memory | string | `"512Mi"` | Resources request memory | | bpndiscovery.service.port | int | `8080` | Service port | | bpndiscovery.service.type | string | `"ClusterIP"` | Service type | -| bpndiscovery.livenessProbe.initialDelaySeconds | int | `100` | | -| bpndiscovery.livenessProbe.failureThreshold | int | `3` | | -| bpndiscovery.livenessProbe.periodSeconds | int | `3` | | -| bpndiscovery.readinessProbe.initialDelaySeconds | int | `100` | | -| bpndiscovery.readinessProbe.failureThreshold | int | `3` | | -| bpndiscovery.readinessProbe.periodSeconds | int | `3` | | +| bpndiscovery.livenessProbe.initialDelaySeconds | int | `100` | | +| bpndiscovery.livenessProbe.failureThreshold | int | `3` | | +| bpndiscovery.livenessProbe.periodSeconds | int | `3` | | +| bpndiscovery.readinessProbe.initialDelaySeconds | int | `100` | | +| bpndiscovery.readinessProbe.failureThreshold | int | `3` | | +| bpndiscovery.readinessProbe.periodSeconds | int | `3` | | ### PostgreSQL parameters | Key | Type | Default | Description | |-----|------|---------------------------------------|-----------------------------------------------------------------------------------------------|