3 Commits

Author SHA1 Message Date
a4883494dd chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-04-12 22:31:49 +02:00
336db54d7d chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-03-09 09:11:56 +01:00
0a5f0b5072 chore(deps): update dependency docker.io/volkerraschek/helm to v3.11.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-02-10 11:11:48 +01:00

View File

@ -11,7 +11,7 @@ steps:
- name: helm lint - name: helm lint
commands: commands:
- helm lint - helm lint
image: docker.io/volkerraschek/helm:3.11.0 image: docker.io/volkerraschek/helm:3.11.3
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -29,7 +29,7 @@ steps:
- name: helm template - name: helm template
commands: commands:
- helm template . - helm template .
image: docker.io/volkerraschek/helm:3.11.0 image: docker.io/volkerraschek/helm:3.11.3
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -81,7 +81,7 @@ steps:
from_secret: helm_repo_password from_secret: helm_repo_password
HELM_REPO_USERNAME: HELM_REPO_USERNAME:
from_secret: helm_repo_username from_secret: helm_repo_username
image: docker.io/volkerraschek/helm:3.11.0 image: docker.io/volkerraschek/helm:3.11.3
resources: resources:
limits: limits:
cpu: 150 cpu: 150