Skip to content

Commit 43d202d

Browse files
committed
fix
1 parent 0c5bd2c commit 43d202d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= opensourceway/codeserver-controller:b23c606d83040432b845a69a0ef2f2caaf29c59b
3+
IMG ?= ghcr.io/walnuts1018/code-server-operator:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
ENVTEST_K8S_VERSION = 1.29.0
66

charts/code-server-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ controllerManager:
3232
- ALL
3333
image:
3434
repository: controller
35-
tag: latest
35+
tag: version-placeholder
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)