From 16129057fb1a8de76a431baea5c62a6ce1bfa570 Mon Sep 17 00:00:00 2001 From: Marius Ensrud Date: Wed, 2 Sep 2020 19:43:24 +0200 Subject: [PATCH] fix version --- charts/omada-controller/Chart.yaml | 2 +- charts/omada-controller/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/omada-controller/Chart.yaml b/charts/omada-controller/Chart.yaml index 9439f05..ad0693e 100644 --- a/charts/omada-controller/Chart.yaml +++ b/charts/omada-controller/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/omada-controller/values.yaml b/charts/omada-controller/values.yaml index 30bdb4d..d6e6c58 100644 --- a/charts/omada-controller/values.yaml +++ b/charts/omada-controller/values.yaml @@ -20,7 +20,7 @@ persistence: enabled: true # storageClass: accessMode: ReadWriteOnce - size: 50Gi + size: 5Gi serviceAccount: # Specifies whether a service account should be created