Skip to content

Commit

Permalink
For v1.6.1 release (#45)
Browse files Browse the repository at this point in the history
* Switch to docker.io container registry
* For v1.6.1 release

Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
jenting authored Aug 21, 2022
1 parent d540aad commit 41b55d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion manifest/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41b55d5

Please sign in to comment.