Compare commits

...

22 Commits

Author SHA1 Message Date
05ea30c3e7
chore(ci): use upstream container image registry
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-02 21:31:45 +02:00
d54665db16
chore(ci): rollback plugins/docker to 20.18.6
Some checks failed
continuous-integration/drone/push Build is failing
2025-04-02 10:43:43 +02:00
e3634d4ab6
chore(ci): use container image mirror
Some checks failed
continuous-integration/drone/push Build is failing
2025-04-02 09:54:20 +02:00
296266a2d5
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build was killed
2025-04-01 19:24:15 +00:00
ebc8597ead
fix(Makefile): make FQIN configurable
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-04-01 20:45:54 +02:00
ed2e8be2a3
chore(renovate): remove additional labels
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-03-30 20:43:20 +02:00
b6ea5e7c98
chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 20:40:31 +02:00
11c1e70477
chore(deps): update docker.io/plugins/docker docker tag to v20.18.8
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build was killed
2025-03-26 20:19:25 +00:00
c44a0c44cc
chore(deps): update quay.io/skopeo/stable docker tag to v1.18.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-02-28 17:19:32 +00:00
710e9b18b6
chore(deps): update docker.io/plugins/docker docker tag to v20.18.7
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-02-18 08:17:54 +00:00
fd5bceaf86
chore(deps): update docker.io/library/alpine docker tag to v3.21.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-02-14 20:15:22 +00:00
6c1e3c1731
chore(deps): update dependency helm/helm to v3.17.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2025-02-14 19:04:24 +01:00
9ccb05f7f4
chore(deps): update dependency helm/helm to v3.17.0
All checks were successful
continuous-integration/drone/tag Build is passing
2025-02-14 19:04:07 +01:00
1d08ff6ee2
chore(deps): update docker.io/library/alpine docker tag to v3.21.2
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error
2025-01-08 20:13:38 +00:00
a0fa81d54a
chore(deps): update docker.io/plugins/docker docker tag to v20.18.6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-12-25 05:16:33 +00:00
27fa6d8321
chore(deps): update dependency helm/helm to v3.16.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-12-17 09:54:29 +01:00
7e76594809
feat(helm-values-schema): init
All checks were successful
continuous-integration/drone/push Build is passing
Install helm plugin helm-values-schema-json to generate a values.schema.json from multiple sources.
2024-12-17 09:54:11 +01:00
22ba0676d8
fix(Dockerfile): install condition
Adapt the bash if else condition to install latest or released helm version.
2024-12-17 09:53:51 +01:00
361bfe9314 Merge pull request 'chore(deps): update docker.io/library/alpine docker tag to v3.21.0' (#95) from renovate/docker.io-library-alpine-3.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #95
2024-12-06 08:17:20 +00:00
26e5c3695f
chore(deps): update docker.io/library/alpine docker tag to v3.21.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-05 23:15:38 +00:00
a81dbaba71
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.43.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2024-12-03 14:20:43 +00:00
1caecd485a
chore(deps): update dependency helm/helm to v3.16.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-12-02 10:41:45 +01:00
4 changed files with 24 additions and 46 deletions

View File

@ -13,7 +13,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.42.0 image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
resources: resources:
limits: limits:
cpu: 150 cpu: 150
@ -66,7 +66,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.5 image: docker.io/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -132,7 +132,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.5 image: docker.io/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -198,7 +198,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.5 image: docker.io/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -262,7 +262,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.5 image: docker.io/plugins/docker:20.18.6
settings: settings:
auto_tag: false auto_tag: false
dockerfile: Dockerfile dockerfile: Dockerfile
@ -396,7 +396,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.17.0 image: quay.io/skopeo/stable:v1.18.0
- name: email-notification - name: email-notification
environment: environment:
@ -446,7 +446,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.5 image: docker.io/plugins/docker:20.18.6
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: amd64 auto_tag_suffix: amd64
@ -506,7 +506,7 @@ steps:
image: git.cryptic.systems/volker.raschek/git:1.4.0 image: git.cryptic.systems/volker.raschek/git:1.4.0
- name: build - name: build
image: docker.io/plugins/docker:20.18.5 image: docker.io/plugins/docker:20.18.6
settings: settings:
auto_tag: true auto_tag: true
auto_tag_suffix: arm64-v8 auto_tag_suffix: arm64-v8
@ -636,7 +636,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.17.0 image: quay.io/skopeo/stable:v1.18.0
- name: email-notification - name: email-notification
environment: environment:

View File

@ -1,17 +1,18 @@
FROM docker.io/library/alpine:3.20.3 FROM docker.io/library/alpine:3.21.3
ARG HELM_VERSION ARG HELM_VERSION
RUN apk add bash curl git openssl && \ RUN apk add bash curl git openssl && \
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 --output /tmp/install.sh curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 --output /tmp/install.sh
RUN [[ ${HELM_VERSION} == "" ]]; bash /tmp/install.sh RUN if [[ -z "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh; fi
RUN [[ ${HELM_VERSION} != "" ]]; bash /tmp/install.sh --version ${HELM_VERSION} RUN if [[ -n "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh --version "${HELM_VERSION}"; fi
RUN rm /tmp/install.sh RUN rm /tmp/install.sh
# Install additionally helm plugins # Install additionally helm plugins
RUN helm plugin install https://github.com/chartmuseum/helm-push.git && \ RUN helm plugin install https://github.com/chartmuseum/helm-push.git && \
helm plugin install https://github.com/helm-unittest/helm-unittest.git helm plugin install https://github.com/helm-unittest/helm-unittest.git && \
helm plugin install https://github.com/losisin/helm-values-schema-json.git
ENTRYPOINT [ "/usr/local/bin/helm" ] ENTRYPOINT [ "/usr/local/bin/helm" ]

View File

@ -1,6 +1,6 @@
# HELM_VERSION # HELM_VERSION
# Only required to install a specifiy version # Only required to install a specify version
HELM_VERSION?=v3.16.2 # renovate: datasource=github-releases depName=helm/helm HELM_VERSION?=v3.17.1 # 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
@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
# HELM_IMAGE_REGISTRY_NAME # HELM_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables. # Defines the name of the new container to be built using several variables.
HELM_IMAGE_REGISTRY_NAME:=git.cryptic.systems HELM_IMAGE_REGISTRY_NAME?=git.cryptic.systems
HELM_IMAGE_REGISTRY_USER:=volker.raschek HELM_IMAGE_REGISTRY_USER?=volker.raschek
HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER} HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER}
HELM_IMAGE_NAME:=helm HELM_IMAGE_NAME:=helm

View File

@ -1,39 +1,16 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ], "extends": [
"labels": [ "renovate" ], "local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
],
"packageRules": [ "packageRules": [
{ {
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"description": "Automatically update patch version of used container images in docker files",
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
"automerge": true,
"matchManagers": [ "dockerfile" ],
"matchUpdateTypes": [ "patch" ]
},
{
"addLabels": [ "renovate/helm", "renovate/automerge" ],
"automerge": false, "automerge": false,
"matchPackageNames": [ "helm" ], "matchPackageNames": [ "helm" ],
"matchManagers": [ "regex" ] "matchManagers": [ "regex" ]
} }
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update version",
"fileMatch": [
"^Makefile$"
],
"matchStrings": [
"HELM_VERSION\\?=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
]
}
] ]
} }