diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index 165ca36cd..593a404ef 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -1,6 +1,6 @@ # managed-identity-wallet -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.0](https://img.shields.io/badge/AppVersion-4.0.0-informational?style=flat-square) +![Version: 1.0.1-rc1](https://img.shields.io/badge/Version-1.0.1--rc1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1-SNAPSHOT.b75ebaf](https://img.shields.io/badge/AppVersion-0.0.1--SNAPSHOT.b75ebaf-informational?style=flat-square) Managed Identity Wallets Service @@ -19,7 +19,7 @@ Managed Identity Wallets Service | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"Always"` | | | image.repository | string | `"ghcr.io/catenax-ng/tx-managed-identity-wallets_miw_service"` | | -| image.tag | string | `"latest"` | | +| image.tag | string | `""` | | | imagePullSecrets[0].name | string | `"acr-credential"` | | | ingress.annotations."kubernetes.io/ingress.class" | string | `"nginx"` | | | ingress.enabled | bool | `false` | | @@ -38,10 +38,16 @@ Managed Identity Wallets Service | postgresql.primary.initdb.scripts."init_db_script.sh" | string | `"#!/bin/sh\ncreatedb -O postgres miw\n"` | | | postgresql.primary.initdb.user | string | `"postgres"` | | | replicaCount | int | `1` | | -| resources.cpu | int | `250` | | -| resources.memory | int | `256` | | +| resources.limits.cpu | int | `4` | | +| resources.limits.memory | string | `"1Gi"` | | +| resources.requests.cpu | string | `"250m"` | | +| resources.requests.memory | string | `"500Mi"` | | | secrets | string | `nil` | | -| securityContext | object | `{}` | | +| securityContext.allowPrivilegeEscalation | bool | `false` | | +| securityContext.privileged | bool | `false` | | +| securityContext.runAsGroup | int | `11111` | | +| securityContext.runAsNonRoot | bool | `true` | | +| securityContext.runAsUser | int | `11111` | | | service.port | int | `8080` | | | service.type | string | `"ClusterIP"` | | | serviceAccount.annotations | object | `{}` | | @@ -50,4 +56,4 @@ Managed Identity Wallets Service | tolerations | list | `[]` | | ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0) +Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)