Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
ff70a9aa60
commit
9d556992ab
|
@ -4,6 +4,18 @@
|
|||
|
||||
|
||||
|
||||
## [beets-8.0.26](https://github.com/truecharts/charts/compare/beets-8.0.25...beets-8.0.26) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@3008a53](https://github.com/3008a53) ([#15589](https://github.com/truecharts/charts/issues/15589))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -85,15 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [beets-8.0.16](https://github.com/truecharts/charts/compare/beets-8.0.15...beets-8.0.16) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: beets
|
||||
version: 8.0.25
|
||||
version: 8.0.26
|
||||
appVersion: 1.6.0
|
||||
description: A music library manager and not, for the most part, a music player.
|
||||
home: https://truecharts.org/charts/stable/beets
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/linuxserver/docker-beets
|
||||
- https://beets.io/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/beets
|
||||
- https://ghcr.io/linuxserver/beets
|
||||
- https://github.com/linuxserver/docker-beets
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [beets-8.0.26](https://github.com/truecharts/charts/compare/beets-8.0.25...beets-8.0.26) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@3008a53](https://github.com/3008a53) ([#15589](https://github.com/truecharts/charts/issues/15589))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/beets
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-1.6.0@sha256:46bb34d7d55a8e6f4c19aaf6eddfc0976a0eaee3e25bec5079a9d40f475943f7
|
||||
tag: version-1.6.0@sha256:3008a530acc6440f50885e8f1c32bc7e3324e369800bff63664f8dac7eb02120
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
|
@ -4,6 +4,18 @@
|
|||
|
||||
|
||||
|
||||
## [dillinger-6.0.20](https://github.com/truecharts/charts/compare/dillinger-6.0.19...dillinger-6.0.20) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@0d8a941](https://github.com/0d8a941) ([#15605](https://github.com/truecharts/charts/issues/15605))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [dillinger-6.0.19](https://github.com/truecharts/charts/compare/dillinger-6.0.18...dillinger-6.0.19) (2023-11-25)
|
||||
|
||||
|
@ -85,15 +97,3 @@
|
|||
|
||||
## [dillinger-6.0.10](https://github.com/truecharts/charts/compare/dillinger-6.0.9...dillinger-6.0.10) (2023-10-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#13842](https://github.com/truecharts/charts/issues/13842))
|
||||
|
||||
|
||||
|
||||
|
||||
## [dillinger-6.0.9](https://github.com/truecharts/charts/compare/dillinger-6.0.8...dillinger-6.0.9) (2023-10-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/dillinger to v3.39.1 ([#13606](https://github.com/truecharts/charts/issues/13606))
|
|
@ -1,27 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: dillinger
|
||||
version: 6.0.20
|
||||
appVersion: 3.39.1
|
||||
description:
|
||||
Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS
|
||||
powered HTML5 Markdown editor.
|
||||
home: https://truecharts.org/charts/stable/dillinger
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://ghcr.io/linuxserver/dillinger
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/dillinger
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- dillinger
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 3.39.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.5
|
||||
deprecated: false
|
||||
description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
|
||||
home: https://truecharts.org/charts/stable/dillinger
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png
|
||||
keywords:
|
||||
- dillinger
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: dillinger
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/dillinger
|
||||
type: application
|
||||
version: 6.0.19
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [dillinger-6.0.20](https://github.com/truecharts/charts/compare/dillinger-6.0.19...dillinger-6.0.20) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/dillinger to 3.39.1[@0d8a941](https://github.com/0d8a941) ([#15605](https://github.com/truecharts/charts/issues/15605))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/dillinger
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 3.39.1@sha256:9c321a2d96940c58a76873928043ba46a6d86b2b88eadcfe7f7462c8581be843
|
||||
tag: 3.39.1@sha256:0d8a9413656d14bc6ee0422cd9d6cb9f2df81dfa06e99de940024bbf17dc9244
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
|
@ -4,6 +4,18 @@
|
|||
|
||||
|
||||
|
||||
## [friendica-9.0.10](https://github.com/truecharts/charts/compare/friendica-9.0.9...friendica-9.0.10) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image friendica to 2023.05[@4ae7bd1](https://github.com/4ae7bd1) ([#15227](https://github.com/truecharts/charts/issues/15227))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -85,15 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [friendica-8.0.24](https://github.com/truecharts/charts/compare/friendica-8.0.23...friendica-8.0.24) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [friendica-8.0.23](https://github.com/truecharts/charts/compare/friendica-8.0.22...friendica-8.0.23) (2023-07-04)
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: friendica
|
||||
version: 9.0.9
|
||||
version: 9.0.10
|
||||
appVersion: "2023.05"
|
||||
description: Welcome to the free social web
|
||||
home: https://truecharts.org/charts/stable/friendica
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [friendica-9.0.10](https://github.com/truecharts/charts/compare/friendica-9.0.9...friendica-9.0.10) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image friendica to 2023.05[@4ae7bd1](https://github.com/4ae7bd1) ([#15227](https://github.com/truecharts/charts/issues/15227))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: friendica
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.05@sha256:b6ddb347b65bb8c9cd5f9cd91dcad8afd48a1360a7bf6fbea6c11f17970950a4
|
||||
tag: 2023.05@sha256:4ae7bd13fb294f76434828b45ca3603a8f5edb5392d8c02658f8d67455c0d2c6
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.33](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.32...lazylibrarian-15.0.33) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@17b2797](https://github.com/17b2797) ([#15620](https://github.com/truecharts/charts/issues/15620))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.32](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.31...lazylibrarian-15.0.32) (2023-11-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@02a8f30](https://github.com/02a8f30) ([#15360](https://github.com/truecharts/charts/issues/15360))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.31](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.30...lazylibrarian-15.0.31) (2023-11-18)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image ghcr.io/linuxserver/lazylibrarian to latest ([#15081](https://github.com/truecharts/charts/issues/15081))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.30](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.29...lazylibrarian-15.0.30) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.29](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.28...lazylibrarian-15.0.29) (2023-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/lazylibrarian to latest ([#14685](https://github.com/truecharts/charts/issues/14685))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.28](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.27...lazylibrarian-15.0.28) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/lazylibrarian to latest ([#14580](https://github.com/truecharts/charts/issues/14580))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.27](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.26...lazylibrarian-15.0.27) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.26](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.25...lazylibrarian-15.0.26) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.25](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.24...lazylibrarian-15.0.25) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [lazylibrarian-15.0.24](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.23...lazylibrarian-15.0.24) (2023-11-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/lazylibrarian to latest ([#14345](https://github.com/truecharts/charts/issues/14345))
|
|
@ -0,0 +1,37 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: lazylibrarian
|
||||
version: 15.0.33
|
||||
appVersion: latest
|
||||
description: Get all your books, like series with Sonarr...
|
||||
home: https://truecharts.org/charts/stable/lazylibrarian
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://lazylibrarian.gitlab.io
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/lazylibrarian
|
||||
- https://ghcr.io/linuxserver/lazylibrarian
|
||||
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- lazylibrarian
|
||||
- ebooks
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [lazylibrarian-15.0.33](https://github.com/truecharts/charts/compare/lazylibrarian-15.0.32...lazylibrarian-15.0.33) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@17b2797](https://github.com/17b2797) ([#15620](https://github.com/truecharts/charts/issues/15620))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Get all your books, like series with Sonarr...
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/lazylibrarian](https://truecharts.org/charts/stable/lazylibrarian)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
|
@ -0,0 +1,25 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/lazylibrarian
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:17b279760748f7f55a2192608fd6b556db40192638b2dab9cc7a364da260196b
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5299
|
||||
targetPort: 5299
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
varrun:
|
||||
enabled: true
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,17 @@
|
|||
|
||||
|
||||
|
||||
## [logitech-media-server-8.0.21](https://github.com/truecharts/charts/compare/logitech-media-server-8.0.20...logitech-media-server-8.0.21) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- update container image lmscommunity/logitechmediaserver to 8.4.0[@e5451b1](https://github.com/e5451b1) ([#15599](https://github.com/truecharts/charts/issues/15599))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -86,14 +97,3 @@
|
|||
|
||||
## [logitech-media-server-8.0.12](https://github.com/truecharts/charts/compare/logitech-media-server-8.0.11...logitech-media-server-8.0.12) (2023-11-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to 8.4.0[@bb6a9a6](https://github.com/bb6a9a6) ([#15147](https://github.com/truecharts/charts/issues/15147))
|
||||
|
||||
|
||||
|
||||
|
||||
## [logitech-media-server-8.0.11](https://github.com/truecharts/charts/compare/logitech-media-server-8.0.10...logitech-media-server-8.0.11) (2023-11-20)
|
||||
|
||||
### Fix
|
||||
|
|
@ -1,16 +1,16 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: logitech-media-server
|
||||
version: 8.0.20
|
||||
version: 8.0.21
|
||||
appVersion: 8.4.0
|
||||
description: Logitech Media Server is a platform for home/office audio streaming.
|
||||
home: https://truecharts.org/charts/stable/logitech-media-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/logitech-media-server.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
|
||||
- https://github.com/Logitech/slimserver
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server
|
||||
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
## [logitech-media-server-8.0.21](https://github.com/truecharts/charts/compare/logitech-media-server-8.0.20...logitech-media-server-8.0.21) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- update container image lmscommunity/logitechmediaserver to 8.4.0[@e5451b1](https://github.com/e5451b1) ([#15599](https://github.com/truecharts/charts/issues/15599))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: lmscommunity/logitechmediaserver
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.4.0@sha256:9cd6cc5efcf6bf31381872cece6de184eeecc59a188159e2d75a0f2c3bbfbaa6
|
||||
tag: 8.4.0@sha256:e5451b1576702be7a3d4d308bba18a5932cdba9eae4b1bc3513d1e9b161921fe
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -4,6 +4,18 @@
|
|||
|
||||
|
||||
|
||||
## [mattermost-9.0.56](https://github.com/truecharts/charts/compare/mattermost-9.0.55...mattermost-9.0.56) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.3[@0fb8271](https://github.com/0fb8271) ([#15301](https://github.com/truecharts/charts/issues/15301))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -85,15 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mattermost-9.0.46](https://github.com/truecharts/charts/compare/mattermost-9.0.45...mattermost-9.0.46) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14455](https://github.com/truecharts/charts/issues/14455))
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: mattermost
|
||||
version: 9.0.55
|
||||
version: 9.0.56
|
||||
appVersion: "9.3"
|
||||
description:
|
||||
Mattermost is an open source platform for secure collaboration across
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [mattermost-9.0.56](https://github.com/truecharts/charts/compare/mattermost-9.0.55...mattermost-9.0.56) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.3[@0fb8271](https://github.com/0fb8271) ([#15301](https://github.com/truecharts/charts/issues/15301))
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: mattermost/mattermost-enterprise-edition
|
||||
tag: release-9.3@sha256:0c6edf7c0c4eeff0717c990661e0f9855cbf9a479e10d98225348b526261aa58
|
||||
tag: release-9.3@sha256:0fb8271a1ddabbeb681f6549315078f0997c6684bd41a8926d44c8bee70c525b
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
|
@ -4,6 +4,18 @@
|
|||
|
||||
|
||||
|
||||
## [mysql-workbench-6.0.25](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.24...mysql-workbench-6.0.25) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.34[@10898a1](https://github.com/10898a1) ([#15606](https://github.com/truecharts/charts/issues/15606))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [mysql-workbench-6.0.24](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.23...mysql-workbench-6.0.24) (2023-11-25)
|
||||
|
||||
|
@ -85,15 +97,3 @@
|
|||
## [mysql-workbench-6.0.15](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.14...mysql-workbench-6.0.15) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mysql-workbench-6.0.14](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.13...mysql-workbench-6.0.14) (2023-10-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ([#14046](https://github.com/truecharts/charts/issues/14046))
|
|
@ -1,27 +1,36 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: mysql-workbench
|
||||
version: 6.0.25
|
||||
appVersion: 8.0.34
|
||||
description:
|
||||
MySQL Workbench is a unified visual tool for database architects, developers
|
||||
and DBAs.
|
||||
home: https://truecharts.org/charts/stable/mysql-workbench
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench
|
||||
- https://ghcr.io/linuxserver/mysql-workbench
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- mysql-workbench
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 8.0.34
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.5
|
||||
deprecated: false
|
||||
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
|
||||
home: https://truecharts.org/charts/stable/mysql-workbench
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png
|
||||
keywords:
|
||||
- mysql-workbench
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: mysql-workbench
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mysql-workbench
|
||||
type: application
|
||||
version: 6.0.24
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [mysql-workbench-6.0.25](https://github.com/truecharts/charts/compare/mysql-workbench-6.0.24...mysql-workbench-6.0.25) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.34[@10898a1](https://github.com/10898a1) ([#15606](https://github.com/truecharts/charts/issues/15606))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/mysql-workbench
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 8.0.34@sha256:09382eaf38ce089d3ca0a430d469a0c7eadf2893373e138def78a460bd85cf6b
|
||||
tag: 8.0.34@sha256:10898a1dc753f829005162f0397c7b16ec0907a78ff89ebd590a89888ac96bcf
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.18](https://github.com/truecharts/charts/compare/odoo-14.0.17...odoo-14.0.18) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image docker.io/odoo to 17.0[@c5f6adf](https://github.com/c5f6adf) ([#15195](https://github.com/truecharts/charts/issues/15195))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.17](https://github.com/truecharts/charts/compare/odoo-14.0.16...odoo-14.0.17) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.16](https://github.com/truecharts/charts/compare/odoo-14.0.15...odoo-14.0.16) (2023-11-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/odoo to v17.0.0 ([#14653](https://github.com/truecharts/charts/issues/14653))
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.15](https://github.com/truecharts/charts/compare/odoo-14.0.14...odoo-14.0.15) (2023-11-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/odoo to v16.0.0 ([#14634](https://github.com/truecharts/charts/issues/14634))
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.14](https://github.com/truecharts/charts/compare/odoo-14.0.13...odoo-14.0.14) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.13](https://github.com/truecharts/charts/compare/odoo-14.0.12...odoo-14.0.13) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.12](https://github.com/truecharts/charts/compare/odoo-14.0.11...odoo-14.0.12) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/odoo to v16.0.0 ([#14436](https://github.com/truecharts/charts/issues/14436))
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.11](https://github.com/truecharts/charts/compare/odoo-14.0.10...odoo-14.0.11) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/odoo to v16.0.0 ([#14435](https://github.com/truecharts/charts/issues/14435))
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.10](https://github.com/truecharts/charts/compare/odoo-14.0.9...odoo-14.0.10) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [odoo-14.0.9](https://github.com/truecharts/charts/compare/odoo-14.0.8...odoo-14.0.9) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
|
@ -0,0 +1,43 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: odoo
|
||||
version: 14.0.18
|
||||
appVersion: "17.0"
|
||||
description:
|
||||
All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting,
|
||||
PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
|
||||
home: https://truecharts.org/charts/stable/odoo
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/odoo/docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/odoo
|
||||
- https://hub.docker.com/_/odoo
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- odoo
|
||||
- crm
|
||||
- pm
|
||||
- hr
|
||||
- accounting
|
||||
- mrp
|
||||
- marketing
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [odoo-14.0.18](https://github.com/truecharts/charts/compare/odoo-14.0.17...odoo-14.0.18) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image docker.io/odoo to 17.0[@c5f6adf](https://github.com/c5f6adf) ([#15195](https://github.com/truecharts/charts/issues/15195))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/odoo](https://truecharts.org/charts/stable/odoo)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
|
@ -0,0 +1,92 @@
|
|||
image:
|
||||
repository: docker.io/odoo
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 17.0@sha256:c5f6adf5b291de86c8cee45dadf6a64e1601d8ad03771ddb8d0ab32ba5cf15e4
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser: 101
|
||||
runAsGroup: 101
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8069
|
||||
odoo:
|
||||
additionalConf: []
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
initContainers:
|
||||
init-db:
|
||||
type: install
|
||||
enabled: true
|
||||
imageSelector: "image"
|
||||
env:
|
||||
ODOO_RC: /etc/odoo/odoo.conf
|
||||
command:
|
||||
- /bin/bash
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
/usr/bin/odoo --config=/etc/odoo/odoo.conf \
|
||||
--stop-after-init \
|
||||
--without-demo=all \
|
||||
--init=base
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /web/health
|
||||
readiness:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /web/health
|
||||
startup:
|
||||
enabled: true
|
||||
type: http
|
||||
path: /web/health
|
||||
env:
|
||||
ODOO_RC: /etc/odoo/odoo.conf
|
||||
persistence:
|
||||
odoo:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: "/var/lib/odoo"
|
||||
init-db:
|
||||
mountPath: "/var/lib/odoo"
|
||||
addons:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: "/mnt/extra-addons"
|
||||
init-db:
|
||||
mountPath: "/mnt/extra-addons"
|
||||
odoo-config:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: odoo-config
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /etc/odoo/odoo.conf
|
||||
subPath: odoo.conf
|
||||
readOnly: true
|
||||
init-db:
|
||||
mountPath: /etc/odoo/odoo.conf
|
||||
subPath: odoo.conf
|
||||
readOnly: true
|
||||
# Enabled postgres
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: odoo
|
||||
database: odoo
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,52 @@
|
|||
{{/* Define the configmap */}}
|
||||
{{- define "odoo.configmaps" -}}
|
||||
{{- $fullname := (include "tc.v1.common.lib.chart.names.fullname" $) -}}
|
||||
|
||||
{{- $admin := .Values.odoo.admin -}}
|
||||
{{- $smtp := .Values.odoo.smtp -}}
|
||||
|
||||
{{- $mainPort := .Values.service.main.ports.main.port -}}
|
||||
{{- $odooPath := .Values.persistence.odoo.targetSelector.main.main.mountPath -}}
|
||||
{{- $addonsPath := .Values.persistence.addons.targetSelector.main.main.mountPath -}}
|
||||
|
||||
{{- $pgdb := .Values.cnpg.main.database -}}
|
||||
{{- $pguser := .Values.cnpg.main.user -}}
|
||||
{{- $pgpassword := .Values.cnpg.main.creds.password | trimAll "\"" -}}
|
||||
{{- $pghost := .Values.cnpg.main.creds.host | trimAll "\"" -}}
|
||||
|
||||
{{/* xmlrpc* keys are deprecated and http* keys are used in their place */}}
|
||||
{{- $reservedKeys := (list "data_dir" "addons_path" "http_enable" "http_interface"
|
||||
"http_port" "xmlrpc" "xmlrpc_port" "xmlrpc_interface"
|
||||
"db_port" "db_host" "db_name" "db_user" "db_sslmode"
|
||||
"db_password") -}}
|
||||
{{- $userKeys := list -}}
|
||||
|
||||
odoo-config:
|
||||
enabled: true
|
||||
data:
|
||||
odoo.conf: |
|
||||
[options]
|
||||
; Paths
|
||||
data_dir = {{ $odooPath }}
|
||||
addons_path = {{ $addonsPath }}
|
||||
; Network Details
|
||||
http_enable = True
|
||||
http_port = {{ $mainPort }}
|
||||
; Database Details
|
||||
db_port = 5432
|
||||
db_host = {{ $pghost }}
|
||||
db_name = {{ $pgdb }}
|
||||
db_user = {{ $pguser }}
|
||||
db_sslmode = disable
|
||||
db_password = {{ $pgpassword }}
|
||||
{{- range $opt := .Values.odoo.additionalConf -}}
|
||||
{{- if (mustHas $opt.key $reservedKeys) -}}
|
||||
{{- fail (printf "Odoo - Key [%v] is not allowed to be modified") -}}
|
||||
{{- end -}}
|
||||
{{- $userKeys = mustAppend $userKeys $opt.key -}}
|
||||
{{- printf "%s = %s" $opt.key $opt.value | nindent 8 -}}
|
||||
{{- end -}}
|
||||
{{- if not (deepEqual $userKeys (uniq $userKeys)) -}}
|
||||
{{- fail (printf "Odoo - Additional configuration keys must be unique, but got [%v]" (join ", " $userKeys)) -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
|
@ -0,0 +1,11 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . -}}
|
||||
|
||||
{{/* Render configmaps for all pods */}}
|
||||
{{- $configmaps := include "odoo.configmaps" . | fromYaml -}}
|
||||
{{- if $configmaps -}}
|
||||
{{- $_ := mustMergeOverwrite .Values.configmap $configmaps -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{- include "tc.v1.common.loader.apply" . -}}
|
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.35](https://github.com/truecharts/charts/compare/omada-controller-10.0.34...omada-controller-10.0.35) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image mbentley/omada-controller to 5.12[@b8dc108](https://github.com/b8dc108) ([#15216](https://github.com/truecharts/charts/issues/15216))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.34](https://github.com/truecharts/charts/compare/omada-controller-10.0.33...omada-controller-10.0.34) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.33](https://github.com/truecharts/charts/compare/omada-controller-10.0.32...omada-controller-10.0.33) (2023-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14676](https://github.com/truecharts/charts/issues/14676))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.32](https://github.com/truecharts/charts/compare/omada-controller-10.0.31...omada-controller-10.0.32) (2023-11-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14571](https://github.com/truecharts/charts/issues/14571))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.31](https://github.com/truecharts/charts/compare/omada-controller-10.0.30...omada-controller-10.0.31) (2023-11-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14479](https://github.com/truecharts/charts/issues/14479))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.30](https://github.com/truecharts/charts/compare/omada-controller-10.0.29...omada-controller-10.0.30) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.29](https://github.com/truecharts/charts/compare/omada-controller-10.0.28...omada-controller-10.0.29) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.28](https://github.com/truecharts/charts/compare/omada-controller-10.0.27...omada-controller-10.0.28) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14444](https://github.com/truecharts/charts/issues/14444))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.27](https://github.com/truecharts/charts/compare/omada-controller-10.0.26...omada-controller-10.0.27) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/omada-controller to v5.12.0 ([#14418](https://github.com/truecharts/charts/issues/14418))
|
||||
|
||||
|
||||
|
||||
|
||||
## [omada-controller-10.0.26](https://github.com/truecharts/charts/compare/omada-controller-10.0.25...omada-controller-10.0.26) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
|
@ -0,0 +1,35 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: omada-controller
|
||||
version: 10.0.35
|
||||
appVersion: "5.12"
|
||||
description: Omada is a SDN tool for TP-Link Omada hardware
|
||||
home: https://truecharts.org/charts/stable/omada-controller
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/mbentley/docker-omada-controller
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
|
||||
- https://hub.docker.com/r/mbentley/omada-controller
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- omada-controller
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
## [omada-controller-10.0.35](https://github.com/truecharts/charts/compare/omada-controller-10.0.34...omada-controller-10.0.35) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image mbentley/omada-controller to 5.12[@b8dc108](https://github.com/b8dc108) ([#15216](https://github.com/truecharts/charts/issues/15216))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Omada is a SDN tool for TP-Link Omada hardware
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/omada-controller](https://truecharts.org/charts/stable/omada-controller)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
Binary file not shown.
|
@ -0,0 +1,83 @@
|
|||
image:
|
||||
repository: mbentley/omada-controller
|
||||
tag: 5.12@sha256:b8dc108aceb013d7acbc1eeef850e515c47c35b7112e98271443ab6ba3aed88a
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: https
|
||||
port: 8043
|
||||
comm:
|
||||
enabled: true
|
||||
ports:
|
||||
comm:
|
||||
protocol: https
|
||||
enabled: true
|
||||
port: 8843
|
||||
omada-tcp:
|
||||
enabled: true
|
||||
ports:
|
||||
omada-tcp1:
|
||||
enabled: true
|
||||
port: 29811
|
||||
targetPort: 29811
|
||||
omada-tcp2:
|
||||
enabled: true
|
||||
port: 29812
|
||||
targetPort: 29812
|
||||
omada-tcp3:
|
||||
enabled: true
|
||||
port: 29813
|
||||
targetPort: 29813
|
||||
omada-tcp4:
|
||||
enabled: true
|
||||
port: 29814
|
||||
targetPort: 29814
|
||||
omada-udp:
|
||||
enabled: true
|
||||
ports:
|
||||
omada-udp1:
|
||||
enabled: true
|
||||
protocol: udp
|
||||
port: 29810
|
||||
targetPort: 29810
|
||||
ingress:
|
||||
comm:
|
||||
autoLink: true
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /opt/tplink/EAPController/data
|
||||
work:
|
||||
enabled: true
|
||||
mountPath: /opt/tplink/EAPController/work
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}"
|
||||
probes:
|
||||
startup:
|
||||
path: /api/info
|
||||
httpHeaders:
|
||||
Host: kube.internal.health
|
||||
liveness:
|
||||
path: /api/info
|
||||
httpHeaders:
|
||||
Host: kube.internal.health
|
||||
readiness:
|
||||
path: /api/info
|
||||
httpHeaders:
|
||||
Host: kube.internal.health
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue