diff --git a/incubator/frigate/5.0.1/app-changelog.md b/incubator/frigate/5.0.1/app-changelog.md deleted file mode 100644 index dd65f88ae72..00000000000 --- a/incubator/frigate/5.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [frigate-5.0.1](https://github.com/truecharts/charts/compare/frigate-5.0.0...frigate-5.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/incubator/frigate/5.0.1/CHANGELOG.md b/incubator/frigate/5.0.2/CHANGELOG.md similarity index 100% rename from incubator/frigate/5.0.1/CHANGELOG.md rename to incubator/frigate/5.0.2/CHANGELOG.md diff --git a/incubator/frigate/5.0.1/Chart.yaml b/incubator/frigate/5.0.2/Chart.yaml similarity index 98% rename from incubator/frigate/5.0.1/Chart.yaml rename to incubator/frigate/5.0.2/Chart.yaml index 3677539db0d..e086c5cd248 100644 --- a/incubator/frigate/5.0.1/Chart.yaml +++ b/incubator/frigate/5.0.2/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/blakeblackshear/frigate - https://hub.docker.com/r/blakeblackshear/frigate type: application -version: 5.0.1 +version: 5.0.2 annotations: truecharts.org/catagories: | - nvr diff --git a/incubator/frigate/5.0.1/README.md b/incubator/frigate/5.0.2/README.md similarity index 100% rename from incubator/frigate/5.0.1/README.md rename to incubator/frigate/5.0.2/README.md diff --git a/incubator/frigate/5.0.2/app-changelog.md b/incubator/frigate/5.0.2/app-changelog.md new file mode 100644 index 00000000000..1e12e425ec5 --- /dev/null +++ b/incubator/frigate/5.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [frigate-5.0.2](https://github.com/truecharts/charts/compare/frigate-5.0.1...frigate-5.0.2) (2022-11-17) + +### Fix + +- fix config.yml small formatting and typos ([#4472](https://github.com/truecharts/charts/issues/4472)) + + \ No newline at end of file diff --git a/incubator/frigate/5.0.1/app-readme.md b/incubator/frigate/5.0.2/app-readme.md similarity index 100% rename from incubator/frigate/5.0.1/app-readme.md rename to incubator/frigate/5.0.2/app-readme.md diff --git a/incubator/frigate/5.0.1/charts/common-11.0.3.tgz b/incubator/frigate/5.0.2/charts/common-11.0.3.tgz similarity index 100% rename from incubator/frigate/5.0.1/charts/common-11.0.3.tgz rename to incubator/frigate/5.0.2/charts/common-11.0.3.tgz diff --git a/incubator/frigate/5.0.1/ix_values.yaml b/incubator/frigate/5.0.2/ix_values.yaml similarity index 100% rename from incubator/frigate/5.0.1/ix_values.yaml rename to incubator/frigate/5.0.2/ix_values.yaml diff --git a/incubator/frigate/5.0.1/questions.yaml b/incubator/frigate/5.0.2/questions.yaml similarity index 100% rename from incubator/frigate/5.0.1/questions.yaml rename to incubator/frigate/5.0.2/questions.yaml diff --git a/incubator/frigate/5.0.1/templates/_configmap.tpl b/incubator/frigate/5.0.2/templates/_configmap.tpl similarity index 98% rename from incubator/frigate/5.0.1/templates/_configmap.tpl rename to incubator/frigate/5.0.2/templates/_configmap.tpl index 6ad5dbdd7b8..5299cfc11ff 100644 --- a/incubator/frigate/5.0.1/templates/_configmap.tpl +++ b/incubator/frigate/5.0.2/templates/_configmap.tpl @@ -79,7 +79,7 @@ data: width: {{ .Values.frigate.birdseye.width | default 1280 }} height: {{ .Values.frigate.birdseye.height | default 720 }} quality: {{ .Values.frigate.birdseye.quality | default 8 }} - model: {{ .Values.frigate.birdseye.mode | default "objects" }} + mode: {{ .Values.frigate.birdseye.mode | default "objects" }} {{- end }} {{- if .Values.frigate.ffmpeg.render_config }} @@ -177,7 +177,7 @@ data: {{- if .Values.frigate.record.render_config }} record: - enable: {{ ternary "True" "False" .Values.frigate.record.enabled }} + enabled: {{ ternary "True" "False" .Values.frigate.record.enabled }} expire_interval: {{ .Values.frigate.record.expire_interval | default 60 }} {{- if .Values.frigate.record.retain.render_config }} retain: @@ -243,6 +243,10 @@ data: {{- if .Values.frigate.rtmp.render_config }} rtmp: enabled: {{ ternary "True" "False" .Values.frigate.rtmp.enabled }} + {{- end }} + + {{- if .Values.frigate.live.render_config }} + live: height: {{ .Values.frigate.live.height | default 720 }} quality: {{ .Values.frigate.live.height | default 8 }} {{- end }} diff --git a/incubator/frigate/5.0.1/templates/common.yaml b/incubator/frigate/5.0.2/templates/common.yaml similarity index 100% rename from incubator/frigate/5.0.1/templates/common.yaml rename to incubator/frigate/5.0.2/templates/common.yaml diff --git a/incubator/frigate/5.0.1/values.yaml b/incubator/frigate/5.0.2/values.yaml similarity index 100% rename from incubator/frigate/5.0.1/values.yaml rename to incubator/frigate/5.0.2/values.yaml diff --git a/incubator/obs-ndi/2.0.1/app-changelog.md b/incubator/obs-ndi/2.0.1/app-changelog.md deleted file mode 100644 index b3310ceabc4..00000000000 --- a/incubator/obs-ndi/2.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [obs-ndi-2.0.1](https://github.com/truecharts/charts/compare/obs-ndi-2.0.0...obs-ndi-2.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/incubator/obs-ndi/2.0.1/CHANGELOG.md b/incubator/obs-ndi/2.0.2/CHANGELOG.md similarity index 100% rename from incubator/obs-ndi/2.0.1/CHANGELOG.md rename to incubator/obs-ndi/2.0.2/CHANGELOG.md diff --git a/incubator/obs-ndi/2.0.1/Chart.yaml b/incubator/obs-ndi/2.0.2/Chart.yaml similarity index 98% rename from incubator/obs-ndi/2.0.1/Chart.yaml rename to incubator/obs-ndi/2.0.2/Chart.yaml index 598d82efcf1..91fddba0a94 100644 --- a/incubator/obs-ndi/2.0.1/Chart.yaml +++ b/incubator/obs-ndi/2.0.2/Chart.yaml @@ -32,4 +32,4 @@ sources: - https://github.com/patrickstigler/docker-obs-ndi - https://hub.docker.com/r/patrickstigler/obs-ndi type: application -version: 2.0.1 +version: 2.0.2 diff --git a/incubator/obs-ndi/2.0.1/README.md b/incubator/obs-ndi/2.0.2/README.md similarity index 100% rename from incubator/obs-ndi/2.0.1/README.md rename to incubator/obs-ndi/2.0.2/README.md diff --git a/incubator/obs-ndi/2.0.2/app-changelog.md b/incubator/obs-ndi/2.0.2/app-changelog.md new file mode 100644 index 00000000000..5bde8dbb4e2 --- /dev/null +++ b/incubator/obs-ndi/2.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [obs-ndi-2.0.2](https://github.com/truecharts/charts/compare/obs-ndi-2.0.1...obs-ndi-2.0.2) (2022-11-17) + +### Chore + +- update container image tccr.io/truecharts/obs-ndi to latest ([#4491](https://github.com/truecharts/charts/issues/4491)) + + \ No newline at end of file diff --git a/incubator/obs-ndi/2.0.1/app-readme.md b/incubator/obs-ndi/2.0.2/app-readme.md similarity index 100% rename from incubator/obs-ndi/2.0.1/app-readme.md rename to incubator/obs-ndi/2.0.2/app-readme.md diff --git a/incubator/obs-ndi/2.0.1/charts/common-11.0.3.tgz b/incubator/obs-ndi/2.0.2/charts/common-11.0.3.tgz similarity index 100% rename from incubator/obs-ndi/2.0.1/charts/common-11.0.3.tgz rename to incubator/obs-ndi/2.0.2/charts/common-11.0.3.tgz diff --git a/incubator/obs-ndi/2.0.1/ix_values.yaml b/incubator/obs-ndi/2.0.2/ix_values.yaml similarity index 85% rename from incubator/obs-ndi/2.0.1/ix_values.yaml rename to incubator/obs-ndi/2.0.2/ix_values.yaml index ff00f6e7c71..fac26bf596a 100644 --- a/incubator/obs-ndi/2.0.1/ix_values.yaml +++ b/incubator/obs-ndi/2.0.2/ix_values.yaml @@ -5,7 +5,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/obs-ndi - tag: latest@sha256:569c37ed0083caa53e451b2c2d0d69601b87a7c10fe1da204c74c324923eb0cd + tag: latest@sha256:992f2dd229ef0372a1ed50b7253349f8949858438e779a254e34c9016a32e8b7 persistence: configpath: enabled: true diff --git a/incubator/obs-ndi/2.0.1/questions.yaml b/incubator/obs-ndi/2.0.2/questions.yaml similarity index 100% rename from incubator/obs-ndi/2.0.1/questions.yaml rename to incubator/obs-ndi/2.0.2/questions.yaml diff --git a/incubator/obs-ndi/2.0.1/templates/common.yaml b/incubator/obs-ndi/2.0.2/templates/common.yaml similarity index 100% rename from incubator/obs-ndi/2.0.1/templates/common.yaml rename to incubator/obs-ndi/2.0.2/templates/common.yaml diff --git a/incubator/obs-ndi/2.0.1/values.yaml b/incubator/obs-ndi/2.0.2/values.yaml similarity index 100% rename from incubator/obs-ndi/2.0.1/values.yaml rename to incubator/obs-ndi/2.0.2/values.yaml diff --git a/stable/digikam/6.0.1/app-changelog.md b/stable/digikam/6.0.1/app-changelog.md deleted file mode 100644 index 6c4e8ca4123..00000000000 --- a/stable/digikam/6.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [digikam-6.0.1](https://github.com/truecharts/charts/compare/digikam-6.0.0...digikam-6.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/stable/digikam/6.0.1/CHANGELOG.md b/stable/digikam/6.0.2/CHANGELOG.md similarity index 100% rename from stable/digikam/6.0.1/CHANGELOG.md rename to stable/digikam/6.0.2/CHANGELOG.md diff --git a/stable/digikam/6.0.1/Chart.yaml b/stable/digikam/6.0.2/Chart.yaml similarity index 98% rename from stable/digikam/6.0.1/Chart.yaml rename to stable/digikam/6.0.2/Chart.yaml index 068f5dc8c10..685e1bd69f0 100644 --- a/stable/digikam/6.0.1/Chart.yaml +++ b/stable/digikam/6.0.2/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/linuxserver/docker-digikam - https://www.digikam.org/ type: application -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/stable/digikam/6.0.1/README.md b/stable/digikam/6.0.2/README.md similarity index 100% rename from stable/digikam/6.0.1/README.md rename to stable/digikam/6.0.2/README.md diff --git a/stable/digikam/6.0.2/app-changelog.md b/stable/digikam/6.0.2/app-changelog.md new file mode 100644 index 00000000000..8221e85cc6b --- /dev/null +++ b/stable/digikam/6.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [digikam-6.0.2](https://github.com/truecharts/charts/compare/digikam-6.0.1...digikam-6.0.2) (2022-11-17) + +### Chore + +- update container image tccr.io/truecharts/digikam to v7.8.0 ([#4548](https://github.com/truecharts/charts/issues/4548)) + + \ No newline at end of file diff --git a/stable/digikam/6.0.1/app-readme.md b/stable/digikam/6.0.2/app-readme.md similarity index 100% rename from stable/digikam/6.0.1/app-readme.md rename to stable/digikam/6.0.2/app-readme.md diff --git a/stable/digikam/6.0.1/charts/common-11.0.3.tgz b/stable/digikam/6.0.2/charts/common-11.0.3.tgz similarity index 100% rename from stable/digikam/6.0.1/charts/common-11.0.3.tgz rename to stable/digikam/6.0.2/charts/common-11.0.3.tgz diff --git a/stable/digikam/6.0.1/ix_values.yaml b/stable/digikam/6.0.2/ix_values.yaml similarity index 82% rename from stable/digikam/6.0.1/ix_values.yaml rename to stable/digikam/6.0.2/ix_values.yaml index ae68ef25ddd..183319c5e88 100644 --- a/stable/digikam/6.0.1/ix_values.yaml +++ b/stable/digikam/6.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/digikam pullPolicy: IfNotPresent - tag: v7.8.0@sha256:bbc62631c12f644ca994cceeabcb44764f51b00df08e5c3280432c4b3bdd1376 + tag: v7.8.0@sha256:aa44a514b8d66d3819445a8c4b8d46989bac78bfa00cb8a60b844b4aac12ff95 securityContext: readOnlyRootFilesystem: false diff --git a/stable/digikam/6.0.1/questions.yaml b/stable/digikam/6.0.2/questions.yaml similarity index 100% rename from stable/digikam/6.0.1/questions.yaml rename to stable/digikam/6.0.2/questions.yaml diff --git a/stable/digikam/6.0.1/templates/common.yaml b/stable/digikam/6.0.2/templates/common.yaml similarity index 100% rename from stable/digikam/6.0.1/templates/common.yaml rename to stable/digikam/6.0.2/templates/common.yaml diff --git a/stable/digikam/6.0.1/values.yaml b/stable/digikam/6.0.2/values.yaml similarity index 100% rename from stable/digikam/6.0.1/values.yaml rename to stable/digikam/6.0.2/values.yaml diff --git a/stable/filezilla/6.0.1/app-changelog.md b/stable/filezilla/6.0.1/app-changelog.md deleted file mode 100644 index bafe37884a6..00000000000 --- a/stable/filezilla/6.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [filezilla-6.0.1](https://github.com/truecharts/charts/compare/filezilla-6.0.0...filezilla-6.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/stable/filezilla/6.0.1/CHANGELOG.md b/stable/filezilla/6.0.2/CHANGELOG.md similarity index 100% rename from stable/filezilla/6.0.1/CHANGELOG.md rename to stable/filezilla/6.0.2/CHANGELOG.md diff --git a/stable/filezilla/6.0.1/Chart.yaml b/stable/filezilla/6.0.2/Chart.yaml similarity index 98% rename from stable/filezilla/6.0.1/Chart.yaml rename to stable/filezilla/6.0.2/Chart.yaml index 47554d69628..a2eafa744a9 100644 --- a/stable/filezilla/6.0.1/Chart.yaml +++ b/stable/filezilla/6.0.2/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://filezilla-project.org/ - https://github.com/linuxserver/docker-filezilla type: application -version: 6.0.1 +version: 6.0.2 annotations: truecharts.org/catagories: | - media diff --git a/stable/filezilla/6.0.1/README.md b/stable/filezilla/6.0.2/README.md similarity index 100% rename from stable/filezilla/6.0.1/README.md rename to stable/filezilla/6.0.2/README.md diff --git a/stable/filezilla/6.0.2/app-changelog.md b/stable/filezilla/6.0.2/app-changelog.md new file mode 100644 index 00000000000..3a8a866f368 --- /dev/null +++ b/stable/filezilla/6.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [filezilla-6.0.2](https://github.com/truecharts/charts/compare/filezilla-6.0.1...filezilla-6.0.2) (2022-11-17) + +### Chore + +- update container image tccr.io/truecharts/filezilla to 3.59.0 ([#4549](https://github.com/truecharts/charts/issues/4549)) + + \ No newline at end of file diff --git a/stable/filezilla/6.0.1/app-readme.md b/stable/filezilla/6.0.2/app-readme.md similarity index 100% rename from stable/filezilla/6.0.1/app-readme.md rename to stable/filezilla/6.0.2/app-readme.md diff --git a/stable/filezilla/6.0.1/charts/common-11.0.3.tgz b/stable/filezilla/6.0.2/charts/common-11.0.3.tgz similarity index 100% rename from stable/filezilla/6.0.1/charts/common-11.0.3.tgz rename to stable/filezilla/6.0.2/charts/common-11.0.3.tgz diff --git a/stable/filezilla/6.0.1/ix_values.yaml b/stable/filezilla/6.0.2/ix_values.yaml similarity index 82% rename from stable/filezilla/6.0.1/ix_values.yaml rename to stable/filezilla/6.0.2/ix_values.yaml index 9b2457fc651..dea8415b6d1 100644 --- a/stable/filezilla/6.0.1/ix_values.yaml +++ b/stable/filezilla/6.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/filezilla pullPolicy: IfNotPresent - tag: 3.59.0@sha256:5a476288ff63f4b5fcbb034751c740ce8fe6b23b3dd7e30b8b556a24249115f4 + tag: 3.59.0@sha256:324caf963e714d13391922eb8ec60ef98949b783747736efcf581f85de729fc5 securityContext: readOnlyRootFilesystem: false diff --git a/stable/filezilla/6.0.1/questions.yaml b/stable/filezilla/6.0.2/questions.yaml similarity index 100% rename from stable/filezilla/6.0.1/questions.yaml rename to stable/filezilla/6.0.2/questions.yaml diff --git a/stable/filezilla/6.0.1/templates/common.yaml b/stable/filezilla/6.0.2/templates/common.yaml similarity index 100% rename from stable/filezilla/6.0.1/templates/common.yaml rename to stable/filezilla/6.0.2/templates/common.yaml diff --git a/stable/filezilla/6.0.1/values.yaml b/stable/filezilla/6.0.2/values.yaml similarity index 100% rename from stable/filezilla/6.0.1/values.yaml rename to stable/filezilla/6.0.2/values.yaml