diff --git a/charts/netbird/Chart.yaml b/charts/netbird/Chart.yaml index 47543de..9930d7f 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.10 +version: 0.2.11 dependencies: - name: dashboard condition: dashboard.enabled - version: 0.2.10 + version: 0.2.11 - name: management condition: management.enabled - version: 0.2.10 + version: 0.2.11 - name: relay condition: relay.enabled - version: 0.2.10 + version: 0.2.11 - name: signal condition: signal.enabled - version: 0.2.10 + version: 0.2.11 maintainers: - name: ph1ll diff --git a/charts/netbird/charts/dashboard/Chart.yaml b/charts/netbird/charts/dashboard/Chart.yaml index 01947b6..d96baad 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.10 +version: 0.2.11 # 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 3da2f9e..39bee4b 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.10 +version: 0.2.11 # 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.33.0" +appVersion: "0.34.1" diff --git a/charts/netbird/charts/relay/Chart.yaml b/charts/netbird/charts/relay/Chart.yaml index 9f02ae6..c996493 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.10 +version: 0.2.11 # 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.33.0" +appVersion: "0.34.1" diff --git a/charts/netbird/charts/signal/Chart.yaml b/charts/netbird/charts/signal/Chart.yaml index 21bd58e..4aae267 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.10 +version: 0.2.11 # 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.33.0" +appVersion: "0.34.1" maintainers: - name: ph1ll