Compare commits
2 Commits
624fc14eaf
...
2f2ab4a5f3
Author | SHA1 | Date | |
---|---|---|---|
2f2ab4a5f3 | |||
ebc8597ead |
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
|||||||
# HELM_VERSION
|
# HELM_VERSION
|
||||||
# Only required to install a specify version
|
# Only required to install a specify version
|
||||||
HELM_VERSION?=v3.17.1 # renovate: datasource=github-releases depName=helm/helm
|
HELM_VERSION?=v3.17.2 # 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user