Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
switching unifi chart to SatefulSet
Browse files Browse the repository at this point in the history
* based on the persistent nature of this chart as well as [this
discussion](#1863), migrating the
chart to a StatefulSet instead of a deployment. As a result bumping the
major version
* bumping unifi controller to the latest stable version (5.10.19)
* adding @mcronce to the OWNERS file
  • Loading branch information
billimek committed Mar 10, 2019
1 parent 907b578 commit 49f6a0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/unifi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 5.9.29
appVersion: 5.10.19
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 0.3.2
version: 1.0.0
keywords:
- ubiquiti
- unifi
Expand Down
2 changes: 2 additions & 0 deletions stable/unifi/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
approvers:
- billimek
- mcronce
reviewers:
- billimek
- mcronce
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: StatefulSet
metadata:
name: {{ template "unifi.fullname" . }}
labels:
Expand Down
2 changes: 1 addition & 1 deletion stable/unifi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: jacobalberty/unifi
tag: 5.9.29
tag: 5.10.19
pullPolicy: IfNotPresent

# If enabled, the controller, discovery, GUI, and STUN services will not be
Expand Down

0 comments on commit 49f6a0a

Please sign in to comment.