Skip to content

Commit

Permalink
bump: release chart v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcportabellaclotet-mt committed Nov 13, 2024
1 parent 5cb3687 commit 5f6bbb8
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions charts/netbird/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ apiVersion: v2
name: netbird
description: NetBird VPN management platform
type: application
version: 1.5.1
appVersion: "0.30.2"
version: 1.5.2
appVersion: "0.31.1"
icon: https://images.crunchbase.com/image/upload/c_pad,h_256,w_256,f_auto,q_auto:eco,dpr_1/kuu5tm1wt09ztp6ctlag
2 changes: 1 addition & 1 deletion charts/netbird/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# netbird

![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.2](https://img.shields.io/badge/AppVersion-0.30.2-informational?style=flat-square)
![Version: 1.5.2](https://img.shields.io/badge/Version-1.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.31.1](https://img.shields.io/badge/AppVersion-0.31.1-informational?style=flat-square)

# NetBird Helm Chart

Expand Down
6 changes: 3 additions & 3 deletions charts/netbird/examples/istio/zitadel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ management:
}
image:
tag: 0.31.0
tag: 0.31.1
persistentVolume:
enabled: true
size: 5Gi
Expand All @@ -119,11 +119,11 @@ management:

signal:
image:
tag: 0.31.0
tag: 0.31.1

relay:
image:
tag: 0.31.0
tag: 0.31.1
envFromSecret:
NB_AUTH_SECRET: netbird/relayPassword
env:
Expand Down
6 changes: 3 additions & 3 deletions charts/netbird/examples/nginx-ingress/auth0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ management:
- --dns-domain=netbird.selfhosted"

image:
tag: 0.30.3
tag: 0.31.1

ingress:
enabled: true
Expand Down Expand Up @@ -167,7 +167,7 @@ management:

signal:
image:
tag: 0.31.0
tag: 0.31.1
ingress:
enabled: true
className: nginx
Expand Down Expand Up @@ -199,7 +199,7 @@ relay:
cpu: 1000m
memory: 256Mi
image:
tag: 0.31.0
tag: 0.31.1
ingress:
enabled: true
className: nginx
Expand Down
6 changes: 3 additions & 3 deletions charts/netbird/examples/nginx-ingress/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ management:
}
image:
tag: 0.31.0
tag: 0.31.1

ingress:
enabled: true
Expand Down Expand Up @@ -161,7 +161,7 @@ management:

signal:
image:
tag: 0.31.0
tag: 0.31.1
ingress:
enabled: true
className: public
Expand All @@ -187,7 +187,7 @@ signal:

relay:
image:
tag: 0.31.0
tag: 0.31.1
ingress:
enabled: true
className: public
Expand Down
6 changes: 3 additions & 3 deletions charts/netbird/examples/nginx-ingress/okta/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ management:
- --dns-domain=netbird.selfhosted"

image:
tag: 0.31.0
tag: 0.31.1

ingress:
enabled: true
Expand Down Expand Up @@ -169,7 +169,7 @@ management:

signal:
image:
tag: 0.31.0
tag: 0.31.1
ingress:
enabled: true
className: nginx
Expand Down Expand Up @@ -201,7 +201,7 @@ relay:
cpu: 1000m
memory: 128Mi
image:
tag: 0.31.0
tag: 0.31.1
ingress:
enabled: true
className: nginx
Expand Down
6 changes: 3 additions & 3 deletions charts/netbird/examples/traefik-ingress/authentik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ management:
}
image:
tag: 0.31.0
tag: 0.31.1
persistentVolume:
enabled: false
envFromSecret:
Expand All @@ -122,11 +122,11 @@ management:

signal:
image:
tag: 0.31.0
tag: 0.31.1

relay:
image:
tag: 0.31.0
tag: 0.31.1
envFromSecret:
NB_AUTH_SECRET: netbird/relayPassword
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/templates/dashboard-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
{{- end }}
{{- if .Values.dashboard.envRaw }}
{{- with .Values.dashboard.envRaw }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}
{{- range $key, $val := .Values.dashboard.envFromSecret }}
Expand Down
4 changes: 2 additions & 2 deletions charts/netbird/templates/management-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
{{- if hasKey .Values.management.podCommand "args" }}
args:
{{- range .Values.management.podCommand.args }}
- {{ . }}
- {{ . }}
{{- end }}
{{- end }}
{{- if or (.Values.management.env) (.Values.management.envRaw) (.Values.management.envFromSecret) }}
Expand All @@ -54,7 +54,7 @@ spec:
{{- end }}
{{- if .Values.management.envRaw }}
{{- with .Values.management.envRaw }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}
{{- range $key, $val := .Values.management.envFromSecret }}
Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/templates/management-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
{{- include "netbird.management.labels" . | nindent 4 }}
spec:
accessModes:
{{ toYaml .Values.management.persistentVolume.accessModes | indent 4 }}
{{ toYaml .Values.management.persistentVolume.accessModes }}
resources:
requests:
storage: "{{ .Values.management.persistentVolume.size }}"
Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/templates/relay-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
{{- end }}
{{- if .Values.relay.envRaw }}
{{- with .Values.relay.envRaw }}
{{- toYaml . | nindent 10 }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}
{{- range $key, $val := .Values.relay.envFromSecret }}
Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ dashboard:
pullPolicy: IfNotPresent

## @param image.tag image tag (immutable tags are recommended)
tag: "2.6.1"
tag: "2.7.0"

## @param imagePullSecrets image pull secrets
imagePullSecrets: []
Expand Down

0 comments on commit 5f6bbb8

Please sign in to comment.