Skip to content

Commit

Permalink
Merge pull request #163 from bci-oss/remove-catenax-ng-reference
Browse files Browse the repository at this point in the history
BugFix: Removed catenax-ng reference
  • Loading branch information
agg3fe authored Sep 13, 2024
2 parents cc6805c + bd9fdfa commit ef2d9c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/bpndiscovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
14 changes: 7 additions & 7 deletions charts/bpndiscovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand All @@ -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 |
|-----|------|---------------------------------------|-----------------------------------------------------------------------------------------------|
Expand Down

0 comments on commit ef2d9c7

Please sign in to comment.