diff --git a/charts/netbird/Chart.yaml b/charts/netbird/Chart.yaml index 0a32dd1..a60cfbe 100644 --- a/charts/netbird/Chart.yaml +++ b/charts/netbird/Chart.yaml @@ -15,18 +15,18 @@ 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.13 +version: 0.1.14 dependencies: - name: dashboard condition: dashboard.enabled - version: 0.1.13 + version: 0.1.14 - name: management condition: management.enabled - version: 0.1.13 + version: 0.1.14 - name: signal condition: signal.enabled - version: 0.1.13 + version: 0.1.14 maintainers: - name: ph1ll diff --git a/charts/netbird/charts/dashboard/Chart.yaml b/charts/netbird/charts/dashboard/Chart.yaml index 93c5d22..e00f1a2 100644 --- a/charts/netbird/charts/dashboard/Chart.yaml +++ b/charts/netbird/charts/dashboard/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.13 +version: 0.1.14 # 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/netbird/charts/management/Chart.yaml b/charts/netbird/charts/management/Chart.yaml index 52bc39f..6401e04 100644 --- a/charts/netbird/charts/management/Chart.yaml +++ b/charts/netbird/charts/management/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.13 +version: 0.1.14 # 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/netbird/charts/management/templates/pvc.yaml b/charts/netbird/charts/management/templates/pvc.yaml index 8a0c9cf..7d37c1b 100644 --- a/charts/netbird/charts/management/templates/pvc.yaml +++ b/charts/netbird/charts/management/templates/pvc.yaml @@ -6,6 +6,9 @@ metadata: labels: {{- include "management.labels" . | nindent 4 }} spec: + {{- if .Values.persistence.storageClassName }} + storageClassName: "{{- .Values.persistence.storageClassName }}" + {{- end }} accessModes: - ReadWriteOnce resources: diff --git a/charts/netbird/charts/signal/Chart.yaml b/charts/netbird/charts/signal/Chart.yaml index dc94be8..47bb8a7 100644 --- a/charts/netbird/charts/signal/Chart.yaml +++ b/charts/netbird/charts/signal/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.13 +version: 0.1.14 # 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/netbird/values.yaml b/charts/netbird/values.yaml index 0023354..cf63a85 100644 --- a/charts/netbird/values.yaml +++ b/charts/netbird/values.yaml @@ -96,6 +96,7 @@ management: existingSecret: "" persistence: enabled: false + storageClassName: "" size: 1Gi signal: