feat: change brand-related paths to Olares (#617)
* fix: change root path * fix: bfl,osnode-init,tapr-middleware change root path * fix: osnode-init image tag * update CLI to v0.1.48 * fix: update CLI version to 0.1.49 * fix: wsl ps1 upddate * fix: update terminusd * fix: wsl ps1 update --------- Co-authored-by: liuyu <> Co-authored-by: hys <hysyeah@gmail.com> Co-authored-by: aby913 <aby913@163.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
{{ $charts_rootpath := "/terminus/rootfs/charts" }}
|
||||
{{ $usertmpl_rootpath := "/terminus/rootfs/usertemplate" }}
|
||||
{{ $charts_rootpath := printf "%s%s" .Values.rootPath "/rootfs/charts" }}
|
||||
{{ $usertmpl_rootpath := printf "%s%s" .Values.rootPath "/rootfs/usertemplate" }}
|
||||
|
||||
# {{ $charts_rand16 := randAlphaNum 16 | lower }}
|
||||
{{ $charts_pv := "pv-charts" }}
|
||||
|
||||
Reference in New Issue
Block a user