Skip to content

Commit aedd84a

Browse files
authored
fix: update self-learning-platform version to 1.1.3 (#2)
1 parent 10ce7cd commit aedd84a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/self-learning-platform/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sources:
1010
- https://github.com/devops-ia/helm-self-learning-platform
1111
- https://github.com/devops-ia/self-learning-platform
1212
version: 1.0.0
13-
appVersion: 1.0.0
13+
appVersion: 1.1.3
1414
home: https://github.com/devops-ia/self-learning-platform
1515
keywords:
1616
- self-learning

charts/self-learning-platform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ helm show values self-learning-platform/self-learning-platform
9191
| global | object | `{"imagePullSecrets":[],"imageRegistry":""}` | Global section contains configuration options that are applied to all services |
9292
| global.imagePullSecrets | list | `[]` | Specifies the secrets to use for pulling images from private registries |
9393
| global.imageRegistry | string | `""` | Specifies the registry to pull images from. Leave empty for the default registry |
94-
| image | object | `{"pullPolicy":"IfNotPresent","repository":"self-learning-platform","tag":""}` | Image registry configuration |
94+
| image | object | `{"pullPolicy":"IfNotPresent","repository":"devopsiaci/self-learning-platform","tag":""}` | Image registry configuration |
9595
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the image |
96-
| image.repository | string | `"self-learning-platform"` | Repository of the image |
96+
| image.repository | string | `"devopsiaci/self-learning-platform"` | Repository of the image |
9797
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion |
9898
| imagePullSecrets | list | `[]` | Specifies the secrets to use for pulling images from private registries |
9999
| ingress | object | `{"annotations":{},"className":"","enabled":false,"hosts":[{"host":"self-learning-platform.local","paths":[{"path":"/","pathType":"Prefix"}]}],"tls":[]}` | Ingress configuration |

0 commit comments

Comments
 (0)