diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml index af4c706998d..8573faa6ddb 100644 --- a/charts/stable/channels-dvr/Chart.yaml +++ b/charts/stable/channels-dvr/Chart.yaml @@ -19,7 +19,7 @@ name: channels-dvr sources: - https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr type: application -version: 3.0.0 +version: 3.0.1 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/channels-dvr/values.yaml b/charts/stable/channels-dvr/values.yaml index 5d1b32a5b65..de690034670 100644 --- a/charts/stable/channels-dvr/values.yaml +++ b/charts/stable/channels-dvr/values.yaml @@ -37,10 +37,10 @@ workload: probes: liveness: port: 8089 - scheme: http + type: http readiness: port: 8089 - scheme: http + type: http startup: port: 8089 - scheme: http + type: http diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml index a210161ccb8..8356209b8af 100644 --- a/charts/stable/portainer/Chart.yaml +++ b/charts/stable/portainer/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/portainer - https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install/server -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - management diff --git a/charts/stable/portainer/values.yaml b/charts/stable/portainer/values.yaml index 45e1f89d87e..be7dc79c8cc 100644 --- a/charts/stable/portainer/values.yaml +++ b/charts/stable/portainer/values.yaml @@ -70,10 +70,10 @@ workload: probes: liveness: port: 9443 - scheme: https + type: https readiness: port: 9443 - scheme: https + type: https startup: port: 9443 - scheme: https + type: https diff --git a/charts/stable/wyoming-piper/values.yaml b/charts/stable/wyoming-piper/values.yaml index 7a5b1167d83..54f3c33bb68 100644 --- a/charts/stable/wyoming-piper/values.yaml +++ b/charts/stable/wyoming-piper/values.yaml @@ -19,13 +19,13 @@ workload: probes: liveness: port: 10200 - scheme: tcp + type: tcp readiness: port: 10200 - scheme: tcp + type: tcp startup: port: 10200 - scheme: tcp + type: tcp args: - --voice - "{{ .Values.wyoming_piper.voice }}" diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml index 22d8f84826d..80558495540 100644 --- a/charts/stable/wyoming-whisper/Chart.yaml +++ b/charts/stable/wyoming-whisper/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wyoming-whisper - https://github.com/home-assistant/addons/tree/master/whisper type: application -version: 1.0.2 +version: 1.0.3 annotations: truecharts.org/catagories: | - home-automation diff --git a/charts/stable/wyoming-whisper/values.yaml b/charts/stable/wyoming-whisper/values.yaml index 689f41fabeb..18078ca9e61 100644 --- a/charts/stable/wyoming-whisper/values.yaml +++ b/charts/stable/wyoming-whisper/values.yaml @@ -16,13 +16,13 @@ workload: probes: liveness: port: 10300 - scheme: tcp + type: tcp readiness: port: 10300 - scheme: tcp + type: tcp startup: port: 10300 - scheme: tcp + type: tcp args: - --language - "{{ .Values.wyoming_whisper.language }}"