Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/self-learning-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/self-learning-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Loading