From c5dc31590440d617323f361bcf8c4329fa80d7f6 Mon Sep 17 00:00:00 2001 From: ph1ll Date: Fri, 9 May 2025 13:31:55 +0100 Subject: [PATCH] Update NetBird --- charts/netbird/Chart.yaml | 10 +++++----- charts/netbird/charts/dashboard/Chart.yaml | 4 ++-- charts/netbird/charts/management/Chart.yaml | 4 ++-- charts/netbird/charts/relay/Chart.yaml | 4 ++-- charts/netbird/charts/signal/Chart.yaml | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/netbird/Chart.yaml b/charts/netbird/Chart.yaml index 2087dd5..d5c7169 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.18 +version: 0.2.19 dependencies: - name: dashboard condition: dashboard.enabled - version: 0.2.18 + version: 0.2.19 - name: management condition: management.enabled - version: 0.2.18 + version: 0.2.19 - name: relay condition: relay.enabled - version: 0.2.18 + version: 0.2.19 - name: signal condition: signal.enabled - version: 0.2.18 + version: 0.2.19 maintainers: - name: ph1ll diff --git a/charts/netbird/charts/dashboard/Chart.yaml b/charts/netbird/charts/dashboard/Chart.yaml index 8480d87..63b7858 100644 --- a/charts/netbird/charts/dashboard/Chart.yaml +++ b/charts/netbird/charts/dashboard/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.18 +version: 0.2.19 # 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: "v2.10.0" +appVersion: "v2.12.0" maintainers: - name: ph1ll diff --git a/charts/netbird/charts/management/Chart.yaml b/charts/netbird/charts/management/Chart.yaml index 1b00ca9..7015ea4 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.18 +version: 0.2.19 # 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.41.3" +appVersion: "0.43.3" diff --git a/charts/netbird/charts/relay/Chart.yaml b/charts/netbird/charts/relay/Chart.yaml index fa73b6d..3ee8e37 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.18 +version: 0.2.19 # 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.41.3" +appVersion: "0.43.3" diff --git a/charts/netbird/charts/signal/Chart.yaml b/charts/netbird/charts/signal/Chart.yaml index c537b07..511cc28 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.18 +version: 0.2.19 # 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.41.3" +appVersion: "0.43.3" maintainers: - name: ph1ll