mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[unifi] Version bump to 6.2.25 (#930)
This commit is contained in:
parent
21ecb2e75c
commit
f10b49181a
@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
appVersion: 6.0.45
|
||||
appVersion: 6.2.25
|
||||
description: Ubiquiti Network's Unifi Controller
|
||||
name: unifi
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
keywords:
|
||||
- ubiquiti
|
||||
- unifi
|
||||
|
@ -1,6 +1,6 @@
|
||||
# unifi
|
||||
|
||||
![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![AppVersion: 6.0.45](https://img.shields.io/badge/AppVersion-6.0.45-informational?style=flat-square)
|
||||
![Version: 2.0.4](https://img.shields.io/badge/Version-2.0.4-informational?style=flat-square) ![AppVersion: 6.2.25](https://img.shields.io/badge/AppVersion-6.2.25-informational?style=flat-square)
|
||||
|
||||
Ubiquiti Network's Unifi Controller
|
||||
|
||||
@ -152,7 +152,7 @@ ingress:
|
||||
| guiService.type | string | `"ClusterIP"` | Kubernetes service type |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"jacobalberty/unifi"` | |
|
||||
| image.tag | string | `"5.14.23"` | |
|
||||
| image.tag | string | `"6.2.25"` | |
|
||||
| ingress | object | `{"annotations":{},"enabled":false,"hosts":["chart-example.local"],"path":"/","tls":[]}` | Ingress settings |
|
||||
| jvmInitHeapSize | string | `nil` | Java Virtual Machine (JVM) initial, and minimum, heap size Unset value means there is no lower limit |
|
||||
| jvmMaxHeapSize | string | `"1024M"` | Java Virtual Machine (JVM) maximum heap size For larger installations a larger value is recommended. For memory constrained system this value can be lowered. |
|
||||
|
@ -9,6 +9,20 @@ All notable changes to this application Helm chart will be documented in this fi
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
### [2.0.4]
|
||||
|
||||
#### Added
|
||||
|
||||
- N/A
|
||||
|
||||
#### Changed
|
||||
|
||||
- Bump controller version to 6.2.25
|
||||
|
||||
#### Removed
|
||||
|
||||
- N/A
|
||||
|
||||
### [2.0.2]
|
||||
|
||||
#### Fixed
|
||||
|
@ -7,7 +7,7 @@ strategyType: Recreate
|
||||
|
||||
image:
|
||||
repository: jacobalberty/unifi
|
||||
tag: 5.14.23
|
||||
tag: 6.2.25
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# If enabled, the controller, discovery, GUI, STUN and syslog services will not be
|
||||
|
Loading…
Reference in New Issue
Block a user