Compare commits
No commits in common. "aa8afab6ddfec2bc84d6490cdcda322f3ab06171" and "cfe9857d40668c87ce34e38d46057e296c342138" have entirely different histories.
aa8afab6dd
...
cfe9857d40
6
Makefile
6
Makefile
@ -1,6 +1,6 @@
|
||||
# HELM_VERSION
|
||||
# Only required to install a specifiy version
|
||||
HELM_VERSION?=v3.12.1 # renovate: datasource=github-releases depName=helm/helm
|
||||
HELM_VERSION?=v3.12.0 # renovate: datasource=github-releases depName=helm/helm
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# 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
|
||||
# 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:=docker.io
|
||||
HELM_IMAGE_REGISTRY_USER:=volkerraschek
|
||||
|
||||
HELM_IMAGE_NAMESPACE?=${HELM_IMAGE_REGISTRY_USER}
|
||||
HELM_IMAGE_NAME:=helm
|
||||
|
Loading…
x
Reference in New Issue
Block a user