Skip to content

Commit

Permalink
Merge pull request #421 from cumirror/master
Browse files Browse the repository at this point in the history
update to v3.3.0
  • Loading branch information
liangcd authored Nov 2, 2022
2 parents 8b8dbba + 2862966 commit f5a6072
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/cluster.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"role": "master",
"container": {
"type": "kvm",
"image": "img-djutup1a",
"image": "img-7ajybjzv",
"zone": "pek3"
},
"instance_class": {{cluster.master.instance_class}},
Expand Down Expand Up @@ -145,7 +145,7 @@
"role": "node_perf",
"container": {
"type": "kvm",
"image": "img-djutup1a",
"image": "img-7ajybjzv",
"zone": "pek3"
},
"instance_class": {{cluster.node_perf.instance_class}},
Expand Down Expand Up @@ -208,7 +208,7 @@
"role": "node_super_perf",
"container": {
"type": "kvm",
"image": "img-djutup1a",
"image": "img-7ajybjzv",
"zone": "pek3"
},
"instance_class": {{cluster.node_super_perf.instance_class}},
Expand Down
2 changes: 1 addition & 1 deletion app/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
"key": "hostnic-ipam",
"label": "hostnic ipam",
"description": "hostnic ipam config for subnets",
"type": "json",
"type": "string",
"multiline": true,
"dependencies": [
{
Expand Down

0 comments on commit f5a6072

Please sign in to comment.