Skip to content

Commit

Permalink
fix(helm): update image repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Aug 7, 2023
1 parent 019f262 commit 3084122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ See [helm upgrade](https://helm.sh/docs/helm/helm_upgrade/) for command document
| envs.VC_EXPIRY_DATE | string | `""` | Default expiry date of issued VC |
| envs.VC_SCHEMA_LINK | string | `""` | Verifiable credential schema URL, which will be part of @context in VC |
| fullnameOverride | string | `""` | |
| image | object | `{"pullPolicy":"Always","repository":"ghcr.io/catenax-ng/tx-managed-identity-wallets_miw_service","tag":""}` | Image of the main container |
| image | object | `{"pullPolicy":"Always","repository":"tractusx/managed-identity-wallet","tag":""}` | Image of the main container |
| image.pullPolicy | string | `"Always"` | PullPolicy |
| image.repository | string | `"ghcr.io/catenax-ng/tx-managed-identity-wallets_miw_service"` | Image repository |
| image.repository | string | `"tractusx/managed-identity-wallet"` | Image repository |
| image.tag | string | `""` | Image tag (empty one will use "appVersion" value from chart definition) |
| imagePullSecrets | list | `[]` | Credentials name for private repos |
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"chart-example.local","paths":[{"path":"/","pathType":"ImplementationSpecific"}]}],"tls":[]}` | Ingress configuration |
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ replicaCount: 1
# -- Image of the main container
image:
# -- Image repository
repository: ghcr.io/catenax-ng/tx-managed-identity-wallets_miw_service
repository: tractusx/managed-identity-wallet
# -- PullPolicy
pullPolicy: Always
# -- Image tag (empty one will use "appVersion" value from chart definition)
Expand Down

0 comments on commit 3084122

Please sign in to comment.