Skip to content

Commit

Permalink
Merge pull request #60 from fixpoint/aci-specify-ke2-image-tag
Browse files Browse the repository at this point in the history
specify ke2 image tag in aci parameters json
  • Loading branch information
fixpoint-hasan authored Oct 16, 2024
2 parents c050573 + 243c6ff commit db4b94e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ke2/cloud/azureci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ az deployment group create \

オーバーライドできるパラメータは以下のとおりです。

- imageTag: イメージのタグ(デフォルト: "latest"
- imageTag: イメージのタグ(デフォルト: ke2-docker 更新時点で公開されていた最新の kompira コンテナイメージのタグ。例えば "2.0.2" など
- timezone: タイムゾーン(デフォルト: "Asia/Tokyo")
- dnsNameLabel: DNS 名ラベル(デフォルト: 空)。
DNS 名ラベルを追加する場合、`<dnsNameLabel>`.japaneast.azurecontainer.io にブラウザからアクセスできます。
Expand Down
2 changes: 1 addition & 1 deletion ke2/cloud/azureci/aci-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"contentVersion": "1.0.0.0",
"parameters": {
"imageTag":{
"value": "latest"
"value": "2.0.2"
},
"timezone":{
"value":"Asia/Tokyo"
Expand Down

0 comments on commit db4b94e

Please sign in to comment.