Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fd43cde93b
commit
fae36eb083
|
@ -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))
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
@ -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
|
|
@ -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))
|
||||
|
||||
|
|
@ -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:
|
Loading…
Reference in New Issue