Skip to content

Commit

Permalink
check if guard works
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander committed Jul 29, 2024
1 parent 312ebaf commit 398f733
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/charts/htnn-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ helm uninstall htnn-controller -n istio-system
| global.remotePilotAddress | string | `""` | |
| global.sds.token.aud | string | `"istio-ca"` | |
| global.sts.servicePort | int | `0` | |
| global.tag | string | `"v0.3.0"` | |
| global.tag | string | `"0.3.0"` | |
| istio_cni.chained | bool | `true` | |
| istio_cni.provider | string | `"default"` | |
| istiodRemote.injectionCABundle | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion manifests/charts/htnn-controller/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@
]
},
"tag": {
"default": "v0.3.0",
"default": "0.3.0",
"title": "tag",
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion manifests/charts/htnn-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ global:

# Default hub for HTNN images.
hub: ghcr.io/mosn
tag: v0.3.0
tag: 0.3.0

# Specify image pull policy if default behavior isn't desired.
# Default behavior: latest images will be Always else IfNotPresent.
Expand Down

0 comments on commit 398f733

Please sign in to comment.