Compare commits
2 Commits
ecc78b124f
...
296266a2d5
Author | SHA1 | Date | |
---|---|---|---|
296266a2d5 | |||
ebc8597ead |
@ -13,7 +13,7 @@ steps:
|
||||
- name: markdown lint
|
||||
commands:
|
||||
- markdownlint *.md
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.43.0
|
||||
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
|
||||
resources:
|
||||
limits:
|
||||
cpu: 150
|
||||
|
4
Makefile
4
Makefile
@ -9,8 +9,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
|
||||
|
||||
# HELM_IMAGE_REGISTRY_NAME
|
||||
# Defines the name of the new container to be built using several variables.
|
||||
HELM_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
||||
HELM_IMAGE_REGISTRY_USER:=volker.raschek
|
||||
HELM_IMAGE_REGISTRY_NAME?=git.cryptic.systems
|
||||
HELM_IMAGE_REGISTRY_USER?=volker.raschek
|
||||
|
||||
HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER}
|
||||
HELM_IMAGE_NAME:=helm
|
||||
|
Loading…
x
Reference in New Issue
Block a user