Compare commits

..

6 Commits

Author SHA1 Message Date
44ecf0efb1 chore(deps): update dependency helm/helm to v3.12.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-08-10 22:53:07 +02:00
c409af16d9 chore(deps): update dependency quay.io/skopeo/stable to v1.13.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-08-08 00:00:29 +02:00
417679a5fd chore(deps): update dependency docker.io/library/alpine to v3.18.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-08-07 23:45:20 +02:00
0d943376e7 chore(deps): update dependency helm/helm to v3.12.2
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-15 13:03:10 +02:00
f73eddd042 fix: upgrade to docker.io/library/alpine v3.18.2 2023-07-15 13:03:01 +02:00
38c3bc7d5d revert: upgrade to docker.io/library/alpine v3.18.3
This reverts commit b6207b0e77.
2023-07-15 13:02:06 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -527,7 +527,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.12.0 image: quay.io/skopeo/stable:v1.13.1
- name: email-notification - name: email-notification
environment: environment:
@ -828,7 +828,7 @@ steps:
from_secret: container_image_registry_user from_secret: container_image_registry_user
DEST_CRED_PASSWORD: DEST_CRED_PASSWORD:
from_secret: container_image_registry_password from_secret: container_image_registry_password
image: quay.io/skopeo/stable:v1.12.0 image: quay.io/skopeo/stable:v1.13.1
- name: email-notification - name: email-notification
environment: environment:

View File

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