You've already forked helm-docker
Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
45609b3361
|
|||
8d03b650bf
|
|||
cc5bb74644
|
|||
0ba837b8d5
|
|||
b6064ce608
|
|||
7a964973d5
|
|||
e7c56824fb
|
|||
1ee761d4f0
|
|||
b54be5cdf7
|
|||
760d160720
|
|||
dcf09559fb
|
|||
b6dd07d33c
|
|||
f1abfdcf17
|
|||
9c47484a83
|
|||
56418bd691
|
|||
62f73f3a11
|
|||
daef926086
|
|||
daa0905499
|
18
.drone.yml
18
.drone.yml
@ -13,7 +13,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.39.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.41.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@ -66,7 +66,7 @@ steps:
|
||||
image: git.cryptic.systems/volker.raschek/git:1.3.1
|
||||
|
||||
- name: build
|
||||
image: docker.io/plugins/docker:20.17.3
|
||||
image: docker.io/plugins/docker:20.18.3
|
||||
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.17.3
|
||||
image: docker.io/plugins/docker:20.18.3
|
||||
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.17.3
|
||||
image: docker.io/plugins/docker:20.18.3
|
||||
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.17.3
|
||||
image: docker.io/plugins/docker:20.18.3
|
||||
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.14.2
|
||||
image: quay.io/skopeo/stable:v1.15.2
|
||||
|
||||
- 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.17.3
|
||||
image: docker.io/plugins/docker:20.18.3
|
||||
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.17.3
|
||||
image: docker.io/plugins/docker:20.18.3
|
||||
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.14.2
|
||||
image: quay.io/skopeo/stable:v1.15.2
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:3.19.1
|
||||
FROM docker.io/library/alpine:3.20.2
|
||||
|
||||
ARG HELM_VERSION
|
||||
|
||||
|
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
||||
# HELM_VERSION
|
||||
# Only required to install a specifiy version
|
||||
HELM_VERSION?=v3.14.3 # renovate: datasource=github-releases depName=helm/helm
|
||||
HELM_VERSION?=v3.15.4 # 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