Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/netbird/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: netbird
description: A Helm chart for deploying NetBird VPN management, signal, dashboard, and relay services on Kubernetes
type: application
version: 0.3.2
appVersion: "0.67.0"
appVersion: "0.67.1"
keywords:
- netbird
- vpn
Expand Down Expand Up @@ -31,4 +31,4 @@ annotations:
url: https://github.com/KitStream/initium
artifacthub.io/changes: |
- kind: changed
description: Bump NetBird from 0.66.4 to 0.67.0
description: Bump NetBird from 0.67.0 to 0.67.1
2 changes: 1 addition & 1 deletion charts/netbird/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/KitStream/helms/actions/workflows/ci.yaml/badge.svg)](https://github.com/KitStream/helms/actions/workflows/ci.yaml)
[![Chart Version](https://img.shields.io/badge/chart-0.1.2-blue)](https://github.com/KitStream/helms/releases)
[![App Version](https://img.shields.io/badge/netbird-0.67.0-green)](https://github.com/netbirdio/netbird)
[![App Version](https://img.shields.io/badge/netbird-0.67.1-green)](https://github.com/netbirdio/netbird)

A Helm chart for deploying [NetBird](https://netbird.io) VPN management, signal, dashboard, and relay services on Kubernetes.

Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/tests/server-deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: "netbirdio/netbird-server:0.67.0"
value: "netbirdio/netbird-server:0.67.1"

- it: should use custom image tag when set
set:
Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/tests/serviceaccount_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ tests:
content:
helm.sh/chart: netbird-0.3.2
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/version: "0.67.0"
app.kubernetes.io/version: "0.67.1"
Loading