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