Skip to content

Commit 9a3d76c

Browse files
authored
Merge pull request #941 from Pangjiping/chore/helm-image-committer-v0.1.0
chore(helm): bump image-committer to v0.1.0
2 parents 75b3803 + 751560c commit 9a3d76c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

kubernetes/charts/opensandbox-controller/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ controller:
4747
# -- Pause/Resume snapshot configuration
4848
snapshot:
4949
# -- Image used for commit operations (must contain nerdctl tool)
50-
imageCommitterImage: "image-committer:dev"
50+
# DockerHub: opensandbox/image-committer:v0.1.0
51+
imageCommitterImage: "sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/image-committer:v0.1.0"
5152
# -- Containerd socket path of host
5253
containerdSocketPath: "/var/run/containerd/containerd.sock"
5354
# -- Timeout duration for commit jobs

kubernetes/charts/opensandbox/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ opensandbox-controller:
99
logLevel: info
1010
replicaCount: 1
1111
snapshot:
12-
imageCommitterImage: image-committer:dev
12+
# DockerHub: opensandbox/image-committer:v0.1.0
13+
imageCommitterImage: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/image-committer:v0.1.0
1314
commitJobTimeout: 10m
1415
registry: ""
1516
registryInsecure: false

0 commit comments

Comments
 (0)