diff --git a/openedaispeech/Chart.yaml b/openedaispeech/Chart.yaml index c81e1841..26c4148b 100755 --- a/openedaispeech/Chart.yaml +++ b/openedaispeech/Chart.yaml @@ -3,4 +3,4 @@ appVersion: '0.18.2' description: description name: openedaispeech type: application -version: '1.0.6' +version: '1.0.8' diff --git a/openedaispeech/OlaresManifest.yaml b/openedaispeech/OlaresManifest.yaml index 09fad8f2..2c7d1ee7 100755 --- a/openedaispeech/OlaresManifest.yaml +++ b/openedaispeech/OlaresManifest.yaml @@ -6,7 +6,7 @@ metadata: title: OpenedAI Speech For Cluster description: An OpenAI API compatible text to speech server using Coqui AI and/or piper TTS as the backend. icon: https://file.bttcdn.com/appstore/openedai/icon.png - version: '1.0.6' + version: '1.0.8' categories: - Creativity - Productivity @@ -82,10 +82,17 @@ permission: options: dependencies: - name: olares - version: '>=1.10.1-0' + version: '>=1.12.1-0' type: system appScope: clusterScoped: true appRef: - openwebui - - awesomedigitalhuman \ No newline at end of file + - dify + - lobechat + +provider: +- name: openedaispeech + entrance: openedaispeech + paths: ["/*"] + verbs: ["*"] \ No newline at end of file diff --git a/openedaispeech/templates/deployment.yaml b/openedaispeech/templates/deployment.yaml index ee4c9305..025d0a19 100755 --- a/openedaispeech/templates/deployment.yaml +++ b/openedaispeech/templates/deployment.yaml @@ -115,6 +115,9 @@ spec: io.kompose.service: openedaispeech status: loadBalancer: {} + +{{- if .Values.sysVersion }} + {{- if semverCompare "<1.12.1-0" (toString .Values.sysVersion) }} --- apiVersion: sys.bytetrade.io/v1alpha1 kind: ProviderRegistry @@ -134,4 +137,6 @@ spec: - name: All uri: / status: - state: active \ No newline at end of file + state: active + {{- end }} +{{- end }}