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:
dkeven
2024-11-10 12:38:45 +08:00
committed by GitHub
parent 1aee84d38e
commit a47b3bcc82
25 changed files with 64 additions and 62 deletions

View File

@@ -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" }}