You've already forked helm-docker
Compare commits
7 Commits
ff317871b1
...
v3.14.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
dc42d1ccba
|
|||
|
eb0ebf6868
|
|||
|
475cd9396a
|
|||
|
569d54a624
|
|||
|
c00ba3a5f5
|
|||
|
e4d9024a0d
|
|||
| 4b5b755285 |
@@ -13,7 +13,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.38.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.39.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
@@ -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.0
|
||||
image: quay.io/skopeo/stable:v1.14.2
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
@@ -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.0
|
||||
image: quay.io/skopeo/stable:v1.14.2
|
||||
|
||||
- name: email-notification
|
||||
environment:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:3.19.0
|
||||
FROM docker.io/library/alpine:3.19.1
|
||||
|
||||
ARG HELM_VERSION
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
# HELM_VERSION
|
||||
# Only required to install a specifiy version
|
||||
HELM_VERSION?=v3.13.3 # renovate: datasource=github-releases depName=helm/helm
|
||||
HELM_VERSION?=v3.14.2 # renovate: datasource=github-releases depName=helm/helm
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"assignees": [ "volker.raschek" ],
|
||||
"automergeStrategy": "merge-commit",
|
||||
"automergeType": "pr",
|
||||
"labels": [ "renovate" ],
|
||||
"packageRules": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user