3 Commits

Author SHA1 Message Date
ac14080899 chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-19 19:12:08 +01:00
08a707dec1 chore(deps): update dependency docker.io/volkerraschek/markdownlint to v0.33.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-01-07 19:54:14 +01:00
43b844efd5 fix(README): add note about changed chart repo
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 21:34:11 +01:00
2 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ steps:
- name: helm lint
commands:
- helm lint
image: docker.io/volkerraschek/helm:3.10.2
image: docker.io/volkerraschek/helm:3.11.0
resources:
limits:
cpu: 150
@ -20,7 +20,7 @@ steps:
- name: markdown lint
commands:
- markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.32.2
image: docker.io/volkerraschek/markdownlint:0.33.0
resources:
limits:
cpu: 150
@ -29,7 +29,7 @@ steps:
- name: helm template
commands:
- helm template .
image: docker.io/volkerraschek/helm:3.10.2
image: docker.io/volkerraschek/helm:3.11.0
resources:
limits:
cpu: 150
@ -81,7 +81,7 @@ steps:
from_secret: helm_repo_password
HELM_REPO_USERNAME:
from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.10.2
image: docker.io/volkerraschek/helm:3.11.0
resources:
limits:
cpu: 150

View File

@ -10,8 +10,8 @@ time - [Issue](https://github.com/drone/charts/issues/46).
This helm chart is maintained by contributors and myself. It is listed on
[artifacthub.io](https://artifacthub.io/) and can be installed via helm:
> :warning: The repository has been changed and causes error messages when
> interacting with the old repository definition. Please remove the chart repo
> The repository has been changed and causes error messages when interacting
> with the old repository definition. Please remove the chart repo
> `volker.raschek` and replace it with `drone`.
```bash