mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
Bumping the container version to 5.12.35 (#21492)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
c69cc6751f
commit
50ce4d6bde
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 5.11.50
|
appVersion: 5.12.35
|
||||||
description: Ubiquiti Network's Unifi Controller
|
description: Ubiquiti Network's Unifi Controller
|
||||||
name: unifi
|
name: unifi
|
||||||
version: 0.6.4
|
version: 0.6.5
|
||||||
keywords:
|
keywords:
|
||||||
- ubiquiti
|
- ubiquiti
|
||||||
- unifi
|
- unifi
|
||||||
|
@ -37,7 +37,7 @@ The following tables lists the configurable parameters of the Unifi chart and th
|
|||||||
| Parameter | Default | Description |
|
| Parameter | Default | Description |
|
||||||
|-------------------------------------------------|------------------------------|------------------------------------------------------------------------------------------------------------------------|
|
|-------------------------------------------------|------------------------------|------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `image.repository` | `jacobalberty/unifi` | Image repository |
|
| `image.repository` | `jacobalberty/unifi` | Image repository |
|
||||||
| `image.tag` | `5.11.50` | Image tag. Possible values listed [here][docker]. |
|
| `image.tag` | `5.12.35` | Image tag. Possible values listed [here][docker]. |
|
||||||
| `image.pullPolicy` | `IfNotPresent` | Image pull policy |
|
| `image.pullPolicy` | `IfNotPresent` | Image pull policy |
|
||||||
| `strategyType` | `Recreate` | Specifies the strategy used to replace old Pods by new ones |
|
| `strategyType` | `Recreate` | Specifies the strategy used to replace old Pods by new ones |
|
||||||
| `guiService.type` | `ClusterIP` | Kubernetes service type for the Unifi GUI |
|
| `guiService.type` | `ClusterIP` | Kubernetes service type for the Unifi GUI |
|
||||||
|
@ -7,7 +7,7 @@ strategyType: Recreate
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: jacobalberty/unifi
|
repository: jacobalberty/unifi
|
||||||
tag: 5.11.50
|
tag: 5.12.35
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# If enabled, the controller, discovery, GUI, and STUN services will not be
|
# If enabled, the controller, discovery, GUI, and STUN services will not be
|
||||||
|
Loading…
Reference in New Issue
Block a user