From c723f23425930c726d2494433542bbddb0aa471e Mon Sep 17 00:00:00 2001 From: Marc Barry <4965634+marc-barry@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:34:16 -0500 Subject: [PATCH] Update to Qtap Operator v0.0.6 and add new annotations. --- charts/qtap-operator/Chart.yaml | 4 ++-- charts/qtap-operator/values.yaml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/qtap-operator/Chart.yaml b/charts/qtap-operator/Chart.yaml index e0286b5..f6e838d 100644 --- a/charts/qtap-operator/Chart.yaml +++ b/charts/qtap-operator/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: qtap-operator description: A Helm chart for a Kubernetes Qtap operator type: application -version: 0.0.9 +version: 0.0.10 # This is the semantic version of https://github.com/qpoint-io/kubernetes-qtap-operator/releases being deployed -appVersion: "v0.0.5" +appVersion: "v0.0.6" diff --git a/charts/qtap-operator/values.yaml b/charts/qtap-operator/values.yaml index 17370ef..f86ec9e 100644 --- a/charts/qtap-operator/values.yaml +++ b/charts/qtap-operator/values.yaml @@ -34,6 +34,7 @@ controllerManager: endpoint: https://api.qpoint.io image: repository: us-docker.pkg.dev/qpoint-edge/public/kubernetes-qtap-operator + tag: latest imagePullPolicy: IfNotPresent resources: limits: @@ -51,9 +52,13 @@ injectPodAnnotationsConfigmap: qpoint.io/egress-init-tag: "v0.0.7" qpoint.io/qtap-tag: "v0.0.10" qpoint.io/egress-port-mapping: "10080:80,10443:443,10000:" + qpoint.io/egress-accept-uids: "1010" + qpoint.io/egress-accept-gids: "1010" qpoint.io/log-level: "info" qpoint.io/block-unknown: "false" qpoint.io/dns-lookup-family: "V4_ONLY" + qpoint.io/qtap-uid: "1010" + qpoint.io/qtap-gid: "1010" kubernetesClusterDomain: cluster.local metricsService: ports: @@ -75,6 +80,5 @@ webhookService: targetPort: 9443 type: ClusterIP - # API token token: ""