Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openedaispeech/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: '0.18.2'
description: description
name: openedaispeech
type: application
version: '1.0.6'
version: '1.0.8'
13 changes: 10 additions & 3 deletions openedaispeech/OlaresManifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
- dify
- lobechat

provider:
- name: openedaispeech
entrance: openedaispeech
paths: ["/*"]
verbs: ["*"]
7 changes: 6 additions & 1 deletion openedaispeech/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -134,4 +137,6 @@ spec:
- name: All
uri: /
status:
state: active
state: active
{{- end }}
{{- end }}