diff --git a/charts/unifi/Chart.yaml b/charts/unifi/Chart.yaml index a937169c..345480d2 100644 --- a/charts/unifi/Chart.yaml +++ b/charts/unifi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 5.9.29 description: Ubiquiti Network's Unifi Controller name: unifi -version: 0.2.0 +version: 0.2.1 keywords: - ubiquiti - unifi diff --git a/charts/unifi/templates/deployment.yaml b/charts/unifi/templates/deployment.yaml index ab433ef2..3b253e2f 100644 --- a/charts/unifi/templates/deployment.yaml +++ b/charts/unifi/templates/deployment.yaml @@ -41,13 +41,13 @@ spec: path: /status port: https-gui scheme: HTTPS - initialDelaySeconds: 30 + initialDelaySeconds: 30 readinessProbe: httpGet: path: /status port: https-gui scheme: HTTPS - initialDelaySeconds: 15 + initialDelaySeconds: 15 env: - name: TZ value: "{{ .Values.timezone }}"