diff --git a/charts/self-learning-platform/Chart.yaml b/charts/self-learning-platform/Chart.yaml index 39a1492..c344463 100644 --- a/charts/self-learning-platform/Chart.yaml +++ b/charts/self-learning-platform/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/devops-ia/helm-self-learning-platform - https://github.com/devops-ia/self-learning-platform version: 1.0.0 -appVersion: 1.0.0 +appVersion: 1.1.3 home: https://github.com/devops-ia/self-learning-platform keywords: - self-learning diff --git a/charts/self-learning-platform/README.md b/charts/self-learning-platform/README.md index 98157cd..d6b0ad1 100644 --- a/charts/self-learning-platform/README.md +++ b/charts/self-learning-platform/README.md @@ -91,9 +91,9 @@ helm show values self-learning-platform/self-learning-platform | global | object | `{"imagePullSecrets":[],"imageRegistry":""}` | Global section contains configuration options that are applied to all services | | global.imagePullSecrets | list | `[]` | Specifies the secrets to use for pulling images from private registries | | global.imageRegistry | string | `""` | Specifies the registry to pull images from. Leave empty for the default registry | -| image | object | `{"pullPolicy":"IfNotPresent","repository":"self-learning-platform","tag":""}` | Image registry configuration | +| image | object | `{"pullPolicy":"IfNotPresent","repository":"devopsiaci/self-learning-platform","tag":""}` | Image registry configuration | | image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the image | -| image.repository | string | `"self-learning-platform"` | Repository of the image | +| image.repository | string | `"devopsiaci/self-learning-platform"` | Repository of the image | | image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion | | imagePullSecrets | list | `[]` | Specifies the secrets to use for pulling images from private registries | | ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"self-learning-platform.local","paths":[{"path":"/","pathType":"Prefix"}]}],"tls":[]}` | Ingress configuration |