Compare commits
2 Commits
cfe9857d40
...
aa8afab6dd
Author | SHA1 | Date | |
---|---|---|---|
aa8afab6dd | |||
9ac4ed9a07 |
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
|||||||
# HELM_VERSION
|
# HELM_VERSION
|
||||||
# Only required to install a specifiy version
|
# Only required to install a specifiy version
|
||||||
HELM_VERSION?=v3.12.0 # renovate: datasource=github-releases depName=helm/helm
|
HELM_VERSION?=v3.12.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:=docker.io
|
HELM_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
||||||
HELM_IMAGE_REGISTRY_USER:=volkerraschek
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user