Compare commits

..

6 Commits

Author SHA1 Message Date
9185a272de
chore(deps): update dependency helm/helm to v3.16.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-09-16 17:02:45 +02:00
0e9d6d25e4
fix: add helm unittest
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-16 16:59:56 +02:00
5a17aaf821
chore(deps): update docker.io/library/alpine docker tag to v3.20.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-09-07 01:14:57 +00:00
a6efe61538
chore(deps): update quay.io/skopeo/stable docker tag to v1.16.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-09-03 16:13:17 +00:00
34107f606c
chore(deps): update docker.io/plugins/docker docker tag to v20.18.4
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-08-22 16:13:22 +00:00
81dc6b0912
chore(deps): update quay.io/skopeo/stable docker tag to v1.16.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-08-18 16:14:08 +00:00
3 changed files with 13 additions and 12 deletions

View File

@ -66,7 +66,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.18.3
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -132,7 +132,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.18.3
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -198,7 +198,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.18.3
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -262,7 +262,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.18.3
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: false
dockerfile: Dockerfile
@ -396,7 +396,7 @@ steps:
from_secret: container_image_registry_user
DEST_CRED_PASSWORD:
from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.15.2
image: quay.io/skopeo/stable:v1.16.1
- name: email-notification
environment:
@ -446,7 +446,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.18.3
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -506,7 +506,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: build
image: docker.io/plugins/docker:20.18.3
image: docker.io/plugins/docker:20.18.4
settings:
auto_tag: true
auto_tag_suffix: arm64-v8
@ -636,7 +636,7 @@ steps:
from_secret: container_image_registry_user
DEST_CRED_PASSWORD:
from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.15.2
image: quay.io/skopeo/stable:v1.16.1
- name: email-notification
environment:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.20.2
FROM docker.io/library/alpine:3.20.3
ARG HELM_VERSION
@ -10,7 +10,8 @@ RUN [[ ${HELM_VERSION} != "" ]]; bash /tmp/install.sh --version ${HELM_VERSION}
RUN rm /tmp/install.sh
# Install additionally cm-push plugin
RUN helm plugin install https://github.com/chartmuseum/helm-push.git
# Install additionally helm plugins
RUN helm plugin install https://github.com/chartmuseum/helm-push.git && \
helm plugin install https://github.com/helm-unittest/helm-unittest.git
ENTRYPOINT [ "/usr/local/bin/helm" ]

View File

@ -1,6 +1,6 @@
# HELM_VERSION
# Only required to install a specifiy version
HELM_VERSION?=v3.15.4 # renovate: datasource=github-releases depName=helm/helm
HELM_VERSION?=v3.16.1 # renovate: datasource=github-releases depName=helm/helm
# CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a