Skip to content

Commit

Permalink
Fix: revise image name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangpeng committed Jan 19, 2022
1 parent 583b42c commit 31c29d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/cluster.json.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"container": {
"type": "lxc",
"zone": "ap2a",
"image": "img-iuvnzppv"
"image": "img-io7hjeqd"
},
"instance_class": {{cluster.kafka.instance_class}},
"count": {{cluster.kafka.count}},
Expand Down Expand Up @@ -100,7 +100,7 @@
"container": {
"type": "kvm",
"zone": "ap2a",
"image": "img-iuvnzppv"
"image": "img-io7hjeqd"
},
"instance_class": {{cluster.client.instance_class}},
"count": {{cluster.client.count}},
Expand Down

0 comments on commit 31c29d5

Please sign in to comment.