Skip to content

Commit

Permalink
Merge pull request #50 from qpoint-io/marc-barry/qtap-operator
Browse files Browse the repository at this point in the history
Update to Qtap Operator v0.0.6 and add new annotations.
  • Loading branch information
marc-barry authored Dec 4, 2023
2 parents 5446982 + c723f23 commit 8ac4d55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/qtap-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 5 additions & 1 deletion charts/qtap-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -75,6 +80,5 @@ webhookService:
targetPort: 9443
type: ClusterIP


# API token
token: ""

0 comments on commit 8ac4d55

Please sign in to comment.