Skip to content

Commit

Permalink
Merge pull request #39 from ph1ll/netbird-fixes
Browse files Browse the repository at this point in the history
Update NetBird
  • Loading branch information
ph1ll authored Oct 8, 2024
2 parents e0d36b7 + aebba05 commit cb2b32a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions charts/netbird/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.2.6

dependencies:
- name: dashboard
condition: dashboard.enabled
version: 0.2.5
version: 0.2.6
- name: management
condition: management.enabled
version: 0.2.5
version: 0.2.6
- name: relay
condition: relay.enabled
version: 0.2.5
version: 0.2.6
- name: signal
condition: signal.enabled
version: 0.2.5
version: 0.2.6

maintainers:
- name: ph1ll
4 changes: 2 additions & 2 deletions charts/netbird/charts/dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.2.6

# 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.5.0"
appVersion: "v2.6.1"

maintainers:
- name: ph1ll
4 changes: 2 additions & 2 deletions charts/netbird/charts/management/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.2.6

# 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.29.4"
appVersion: "0.30.0"
4 changes: 2 additions & 2 deletions charts/netbird/charts/relay/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.2.6

# 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.29.4"
appVersion: "0.30.0"
4 changes: 2 additions & 2 deletions charts/netbird/charts/signal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5
version: 0.2.6

# 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.29.4"
appVersion: "0.30.0"

maintainers:
- name: ph1ll

0 comments on commit cb2b32a

Please sign in to comment.