You've already forked helm-docker
Compare commits
3 Commits
0d943376e7
...
v3.12.3
Author | SHA1 | Date | |
---|---|---|---|
44ecf0efb1 | |||
c409af16d9 | |||
417679a5fd |
@ -527,7 +527,7 @@ steps:
|
||||
from_secret: container_image_registry_user
|
||||
DEST_CRED_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
|
||||
environment:
|
||||
@ -828,7 +828,7 @@ steps:
|
||||
from_secret: container_image_registry_user
|
||||
DEST_CRED_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
|
||||
environment:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:3.18.2
|
||||
FROM docker.io/library/alpine:3.18.3
|
||||
|
||||
ARG HELM_VERSION
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# HELM_VERSION
|
||||
# Only required to install a specifiy version
|
||||
HELM_VERSION?=v3.12.2 # renovate: datasource=github-releases depName=helm/helm
|
||||
HELM_VERSION?=v3.12.3 # renovate: datasource=github-releases depName=helm/helm
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
Reference in New Issue
Block a user