From 623bd85a460e8e2ef79aa7f95635c3c9bf64f6c8 Mon Sep 17 00:00:00 2001 From: ph1ll Date: Thu, 17 Oct 2024 09:39:11 +0100 Subject: [PATCH] Update NetBird --- charts/netbird/Chart.yaml | 10 +++++----- charts/netbird/charts/dashboard/Chart.yaml | 2 +- charts/netbird/charts/management/Chart.yaml | 4 ++-- charts/netbird/charts/relay/Chart.yaml | 4 ++-- charts/netbird/charts/signal/Chart.yaml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/netbird/Chart.yaml b/charts/netbird/Chart.yaml index d55abd8..69803da 100644 --- a/charts/netbird/Chart.yaml +++ b/charts/netbird/Chart.yaml @@ -15,21 +15,21 @@ 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.2.6 +version: 0.2.7 dependencies: - name: dashboard condition: dashboard.enabled - version: 0.2.6 + version: 0.2.7 - name: management condition: management.enabled - version: 0.2.6 + version: 0.2.7 - name: relay condition: relay.enabled - version: 0.2.6 + version: 0.2.7 - name: signal condition: signal.enabled - version: 0.2.6 + version: 0.2.7 maintainers: - name: ph1ll diff --git a/charts/netbird/charts/dashboard/Chart.yaml b/charts/netbird/charts/dashboard/Chart.yaml index 8cdecae..a50aaaf 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.2.6 +version: 0.2.7 # 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 9e002e8..4363225 100644 --- a/charts/netbird/charts/management/Chart.yaml +++ b/charts/netbird/charts/management/Chart.yaml @@ -15,10 +15,10 @@ 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.2.6 +version: 0.2.7 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.30.0" +appVersion: "0.30.2" diff --git a/charts/netbird/charts/relay/Chart.yaml b/charts/netbird/charts/relay/Chart.yaml index 09b1123..1cf0abd 100644 --- a/charts/netbird/charts/relay/Chart.yaml +++ b/charts/netbird/charts/relay/Chart.yaml @@ -15,10 +15,10 @@ 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.2.6 +version: 0.2.7 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.30.0" +appVersion: "0.30.2" diff --git a/charts/netbird/charts/signal/Chart.yaml b/charts/netbird/charts/signal/Chart.yaml index de3a903..b36ab79 100644 --- a/charts/netbird/charts/signal/Chart.yaml +++ b/charts/netbird/charts/signal/Chart.yaml @@ -15,13 +15,13 @@ 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.2.6 +version: 0.2.7 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.30.0" +appVersion: "0.30.2" maintainers: - name: ph1ll