Sync with kubernetes-operator/helm

This commit is contained in:
M Essam Hamed
2025-07-10 21:12:20 +03:00
parent 88b0f93017
commit 87d2dc1d55
3 changed files with 7 additions and 2 deletions
+1 -1
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"
@@ -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 }}
+3 -1
View File
@@ -192,4 +192,6 @@ netbirdAPI: {}
# key: "nbp_m0LM9ZZvDUzFO0pY50iChDOTxJgKFM3DIqmZ"
#keyFromSecret:
# name: "Secret name"
# key: "NB_API_KEY"
# key: "NB_API_KEY"
#routingClientImage: "netbirdio/netbird:latest"