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

@@ -248,14 +248,14 @@ spec:
- name: userspace-dir
hostPath:
type: Directory
path: /terminus/rootfs/userspace
path: {{ .Values.rootPath }}/rootfs/userspace
- name: fb-data
hostPath:
type: DirectoryOrCreate
path: /terminus/userdata/Cache/files
path: {{ .Values.rootPath }}/userdata/Cache/files
- name: upload-appdata
hostPath:
path: /terminus/userdata/Cache
path: {{ .Values.rootPath }}/userdata/Cache
type: DirectoryOrCreate
- name: files-nginx-config
configMap:
@@ -266,7 +266,7 @@ spec:
defaultMode: 420
- name: user-appdata-dir
hostPath:
path: /terminus/userdata/Cache
path: {{ .Values.rootPath }}/userdata/Cache
type: Directory
{{ if .Values.sharedlib }}
@@ -378,11 +378,11 @@ spec:
- name: user-appdata-dir
hostPath:
type: Directory
path: /terminus/userdata/Cache
path: {{ .Values.rootPath }}/userdata/Cache
- name: fb-data
hostPath:
type: DirectoryOrCreate
path: /terminus/userdata/Cache/files-appdata
path: {{ .Values.rootPath }}/userdata/Cache/files-appdata
---
apiVersion: v1