Merge pull request #8 from netbirdio/sync-0.1.11

Sync with kubernetes-operator/helm
This commit is contained in:
M. Essam
2025-07-10 21:14:25 +03:00
committed by GitHub
3 changed files with 7 additions and 2 deletions

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: kubernetes-operator
description: NetBird Kubernetes Operator
type: application
version: 0.1.10
version: 0.1.11
appVersion: "0.1.3"

View File

@@ -63,6 +63,9 @@ spec:
{{- if .Values.ingress.allowAutomaticPolicyCreation }}
- --allow-automatic-policy-creation
{{- end }}
{{- if .Values.routingClientImage }}
- --netbird-client-image={{.Values.routingClientImage}}
{{- end }}
ports:
- name: webhook-server
containerPort: {{ .Values.webhook.service.port }}

View File

@@ -193,3 +193,5 @@ netbirdAPI: {}
#keyFromSecret:
# name: "Secret name"
# key: "NB_API_KEY"
#routingClientImage: "netbirdio/netbird:latest"