From 41b55d5297ec61d0b7737fed8d04976164be7308 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Sun, 21 Aug 2022 09:34:55 +0800 Subject: [PATCH] For v1.6.1 release (#45) * Switch to docker.io container registry * For v1.6.1 release Signed-off-by: JenTing Hsiao --- Makefile | 2 +- manifest/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 56288e2..1ae7e6b 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ SHELL := bash VERSION ?= $(shell git describe --tags --dirty --always) # Docker image name parameters -IMG_NAME ?= quay.io/jenting/kucero +IMG_NAME ?= jenting/kucero IMG_TAG ?= ${VERSION} IMG ?= ${IMG_NAME}:${IMG_TAG} diff --git a/manifest/daemonset.yaml b/manifest/daemonset.yaml index 74b1e19..13b2e6b 100644 --- a/manifest/daemonset.yaml +++ b/manifest/daemonset.yaml @@ -41,7 +41,7 @@ spec: type: File containers: - name: kucero - image: quay.io/jenting/kucero:v1.6.0 + image: jenting/kucero:v1.6.1 imagePullPolicy: IfNotPresent securityContext: privileged: true # Give permission to nsenter /proc/1/ns/mnt