diff --git a/incubator/funkwhale/3.0.0/app-changelog.md b/incubator/funkwhale/3.0.0/app-changelog.md deleted file mode 100644 index 13d56d0aa49..00000000000 --- a/incubator/funkwhale/3.0.0/app-changelog.md +++ /dev/null @@ -1,17 +0,0 @@ - - -## [funkwhale-3.0.0](https://github.com/truecharts/charts/compare/funkwhale-2.1.10...funkwhale-3.0.0) (2023-07-30) - -### Feat - -- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203)) - - ### Fix - -- fix mistakes on questions.yaml - - ### Migrate - -- Migrate to new common ([#11004](https://github.com/truecharts/charts/issues/11004)) - - \ No newline at end of file diff --git a/incubator/funkwhale/3.0.0/CHANGELOG.md b/incubator/funkwhale/3.0.1/CHANGELOG.md similarity index 91% rename from incubator/funkwhale/3.0.0/CHANGELOG.md rename to incubator/funkwhale/3.0.1/CHANGELOG.md index 5685ef6dec9..82e6bc7d3fe 100644 --- a/incubator/funkwhale/3.0.0/CHANGELOG.md +++ b/incubator/funkwhale/3.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [funkwhale-3.0.1](https://github.com/truecharts/charts/compare/funkwhale-3.0.0...funkwhale-3.0.1) (2023-07-30) + +### Fix + +- fix port ([#11062](https://github.com/truecharts/charts/issues/11062)) + + + + ## [funkwhale-3.0.0](https://github.com/truecharts/charts/compare/funkwhale-2.1.10...funkwhale-3.0.0) (2023-07-30) ### Feat @@ -88,12 +97,3 @@ -## [funkwhale-2.1.3](https://github.com/truecharts/charts/compare/funkwhale-2.1.2...funkwhale-2.1.3) (2022-12-13) - -### Chore - -- update helm general non-major - - - - diff --git a/incubator/funkwhale/3.0.0/Chart.yaml b/incubator/funkwhale/3.0.1/Chart.yaml similarity index 98% rename from incubator/funkwhale/3.0.0/Chart.yaml rename to incubator/funkwhale/3.0.1/Chart.yaml index e85938709fd..c2f1e4b2c0b 100644 --- a/incubator/funkwhale/3.0.0/Chart.yaml +++ b/incubator/funkwhale/3.0.1/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/funkwhale - https://funkwhale.audio/ type: application -version: 3.0.0 +version: 3.0.1 diff --git a/incubator/funkwhale/3.0.0/README.md b/incubator/funkwhale/3.0.1/README.md similarity index 100% rename from incubator/funkwhale/3.0.0/README.md rename to incubator/funkwhale/3.0.1/README.md diff --git a/incubator/funkwhale/3.0.1/app-changelog.md b/incubator/funkwhale/3.0.1/app-changelog.md new file mode 100644 index 00000000000..07dee93b707 --- /dev/null +++ b/incubator/funkwhale/3.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [funkwhale-3.0.1](https://github.com/truecharts/charts/compare/funkwhale-3.0.0...funkwhale-3.0.1) (2023-07-30) + +### Fix + +- fix port ([#11062](https://github.com/truecharts/charts/issues/11062)) + + \ No newline at end of file diff --git a/incubator/funkwhale/3.0.0/app-readme.md b/incubator/funkwhale/3.0.1/app-readme.md similarity index 100% rename from incubator/funkwhale/3.0.0/app-readme.md rename to incubator/funkwhale/3.0.1/app-readme.md diff --git a/incubator/funkwhale/3.0.0/charts/common-13.2.1.tgz b/incubator/funkwhale/3.0.1/charts/common-13.2.1.tgz similarity index 100% rename from incubator/funkwhale/3.0.0/charts/common-13.2.1.tgz rename to incubator/funkwhale/3.0.1/charts/common-13.2.1.tgz diff --git a/incubator/funkwhale/3.0.0/ix_values.yaml b/incubator/funkwhale/3.0.1/ix_values.yaml similarity index 66% rename from incubator/funkwhale/3.0.0/ix_values.yaml rename to incubator/funkwhale/3.0.1/ix_values.yaml index 4af67921fee..4f820c9a43a 100644 --- a/incubator/funkwhale/3.0.0/ix_values.yaml +++ b/incubator/funkwhale/3.0.1/ix_values.yaml @@ -3,6 +3,11 @@ image: repository: tccr.io/truecharts/funkwhale tag: 1.2.10@sha256:835a4970cd330024e617e6b320f609b700ee79f042b57118ad761605fbd985d1 +# TODO: multi pod setup +# Some examples: +# - https://gitlab.com/ananace/charts/-/tree/master/charts/funkwhale/templates +# - https://dev.funkwhale.audio/funkwhale/funkwhale/-/blob/develop/deploy/env.prod.sample + securityContext: container: readOnlyRootFilesystem: false @@ -16,7 +21,8 @@ workload: containers: main: env: - FUNKWHALE_HOSTNAME: "yourdomain.funkwhale" + FUNKWHALE_HOSTNAME: "http://localhost:{{ .Values.service.main.ports.main.port }}" + FUNKWHALE_API_PORT: "{{ .Values.service.main.ports.main.port }}" NESTED_PROXY: "0" DJANGO_SECRET_KEY: secretKeyRef: @@ -29,7 +35,6 @@ service: main: port: 10236 protocol: http - targetPort: 5000 persistence: data: diff --git a/incubator/funkwhale/3.0.0/questions.yaml b/incubator/funkwhale/3.0.1/questions.yaml similarity index 100% rename from incubator/funkwhale/3.0.0/questions.yaml rename to incubator/funkwhale/3.0.1/questions.yaml diff --git a/incubator/funkwhale/3.0.0/templates/NOTES.txt b/incubator/funkwhale/3.0.1/templates/NOTES.txt similarity index 100% rename from incubator/funkwhale/3.0.0/templates/NOTES.txt rename to incubator/funkwhale/3.0.1/templates/NOTES.txt diff --git a/incubator/funkwhale/3.0.0/templates/_secret.tpl b/incubator/funkwhale/3.0.1/templates/_secret.tpl similarity index 100% rename from incubator/funkwhale/3.0.0/templates/_secret.tpl rename to incubator/funkwhale/3.0.1/templates/_secret.tpl diff --git a/incubator/funkwhale/3.0.0/templates/common.yaml b/incubator/funkwhale/3.0.1/templates/common.yaml similarity index 100% rename from incubator/funkwhale/3.0.0/templates/common.yaml rename to incubator/funkwhale/3.0.1/templates/common.yaml diff --git a/incubator/funkwhale/3.0.0/values.yaml b/incubator/funkwhale/3.0.1/values.yaml similarity index 100% rename from incubator/funkwhale/3.0.0/values.yaml rename to incubator/funkwhale/3.0.1/values.yaml