Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d491ceafa2
commit
c4c47bdc85
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-16.0.3](https://github.com/truecharts/charts/compare/unifi-16.0.2...unifi-16.0.3) (2023-11-23)
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-16.0.2](https://github.com/truecharts/charts/compare/unifi-16.0.1...unifi-16.0.2) (2023-11-23)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fix unifi storage ([#15293](https://github.com/truecharts/charts/issues/15293))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-16.0.1](https://github.com/truecharts/charts/compare/unifi-16.0.0...unifi-16.0.1) (2023-11-22)
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-16.0.0](https://github.com/truecharts/charts/compare/unifi-15.0.11...unifi-16.0.0) (2023-11-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- update image ([#15245](https://github.com/truecharts/charts/issues/15245))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.11](https://github.com/truecharts/charts/compare/unifi-15.0.10...unifi-15.0.11) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.10](https://github.com/truecharts/charts/compare/unifi-15.0.9...unifi-15.0.10) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.9](https://github.com/truecharts/charts/compare/unifi-15.0.8...unifi-15.0.9) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.8](https://github.com/truecharts/charts/compare/unifi-15.0.7...unifi-15.0.8) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.7](https://github.com/truecharts/charts/compare/unifi-15.0.6...unifi-15.0.7) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.6](https://github.com/truecharts/charts/compare/unifi-15.0.5...unifi-15.0.6) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.5](https://github.com/truecharts/charts/compare/unifi-15.0.3...unifi-15.0.5) (2023-10-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
|
||||
|
||||
|
||||
|
||||
## [unifi-15.0.3](https://github.com/truecharts/charts/compare/unifi-15.0.2...unifi-15.0.3) (2023-10-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/unifi to v7.5.176 ([#13562](https://github.com/truecharts/charts/issues/13562))
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
apiVersion: v2
|
||||
appVersion: "7.5.187"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.5
|
||||
deprecated: false
|
||||
description: Ubiquiti Network's Unifi Controller
|
||||
home: https://truecharts.org/charts/stable/unifi
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.png
|
||||
keywords:
|
||||
- ubiquiti
|
||||
- unifi
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: unifi
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/unifi
|
||||
- https://github.com/jacobalberty/unifi-docker
|
||||
- https://unifi-network.ui.com
|
||||
type: application
|
||||
version: 16.0.3
|
||||
annotations:
|
||||
truecharts.org/category: Networking
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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,4 @@
|
|||
|
||||
|
||||
## [unifi-16.0.3](https://github.com/truecharts/charts/compare/unifi-16.0.2...unifi-16.0.3) (2023-11-23)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Ubiquiti Network's Unifi Controller
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/unifi](https://truecharts.org/charts/stable/unifi)
|
||||
|
||||
---
|
||||
|
||||
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,74 @@
|
|||
image:
|
||||
repository: ghcr.io/goofball222/unifi
|
||||
tag: v7.5.187@sha256:742313ec48b1ab5008d74041114a0aec4b4c18cdff26f2967ed6e98d3b97cb51
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: https
|
||||
port: 8443
|
||||
targetPort: 8443
|
||||
comm:
|
||||
enabled: true
|
||||
ports:
|
||||
comm:
|
||||
enabled: true
|
||||
port: 8080
|
||||
targetPort: 8080
|
||||
stun:
|
||||
enabled: true
|
||||
ports:
|
||||
stun:
|
||||
enabled: true
|
||||
port: 3478
|
||||
targetPort: 3478
|
||||
protocol: udp
|
||||
speedtest:
|
||||
enabled: true
|
||||
ports:
|
||||
speedtest:
|
||||
enabled: true
|
||||
port: 6789
|
||||
targetPort: 6789
|
||||
guestportal:
|
||||
enabled: true
|
||||
ports:
|
||||
web:
|
||||
enabled: true
|
||||
port: 8880
|
||||
targetPort: 8880
|
||||
protocol: http
|
||||
websecure:
|
||||
enabled: true
|
||||
port: 8843
|
||||
targetPort: 8843
|
||||
protocol: https
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/usr/lib/unifi/olddata"
|
||||
certs:
|
||||
enabled: true
|
||||
mountPath: "/usr/lib/unifi/data"
|
||||
logs:
|
||||
enabled: true
|
||||
mountPath: "/usr/lib/unifi/logs"
|
||||
type: "emptyDir"
|
||||
certs:
|
||||
enabled: true
|
||||
mountPath: "/usr/lib/unifi/cert"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 999
|
||||
runAsUser: 999
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env: {}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue