Skip to content

Commit

Permalink
Fix: cloudshell image migration (#699)
Browse files Browse the repository at this point in the history
Signed-off-by: Yin Da <[email protected]>
  • Loading branch information
Somefive authored Jun 1, 2023
1 parent 45d052e commit 93c2ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addons/cloudshell/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cloudshell
version: 0.0.8
version: 0.0.9
description: A Friendly Kubernetes CloudShell (Web Terminal)
url: https://github.com/cloudtty/cloudtty

Expand Down
4 changes: 2 additions & 2 deletions addons/cloudshell/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ spec:
version: 0.3.0
values:
image:
registry: hub.kubevela.net
registry: docker.io
repository: oamdev/cloudshell-operator
tag: "v0.3.0"
jobTemplate:
image:
registry: hub.kubevela.net
registry: docker.io
repository: oamdev/cloudshell
tag: "v1.7.2"

0 comments on commit 93c2ae1

Please sign in to comment.