We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5bd2c commit 43d202dCopy full SHA for 43d202d
Makefile
@@ -1,6 +1,6 @@
1
2
# Image URL to use all building/pushing image targets
3
-IMG ?= opensourceway/codeserver-controller:b23c606d83040432b845a69a0ef2f2caaf29c59b
+IMG ?= ghcr.io/walnuts1018/code-server-operator:latest
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
ENVTEST_K8S_VERSION = 1.29.0
6
charts/code-server-operator/values.yaml
@@ -32,7 +32,7 @@ controllerManager:
32
- ALL
33
image:
34
repository: controller
35
- tag: latest
+ tag: version-placeholder
36
resources:
37
limits:
38
cpu: 500m
0 commit comments