integration test updates
Change-Id: I1e65cafce5e764ed071c4ffe6cb2e95284bb9b5a
diff --git a/router/Chart.yaml b/router/Chart.yaml
index 1fece39..cf9f0b8 100644
--- a/router/Chart.yaml
+++ b/router/Chart.yaml
@@ -8,4 +8,4 @@
name: router
icon: https://guide.opencord.org/logos/cord.svg
-version: 0.1.0
+version: 0.1.1
diff --git a/router/templates/router-deployment.yaml b/router/templates/router-deployment.yaml
index 0b279f5..464a02e 100644
--- a/router/templates/router-deployment.yaml
+++ b/router/templates/router-deployment.yaml
@@ -42,6 +42,8 @@
trap : TERM INT; sleep infinity & wait
image: {{ .Values.images.tags.router }}
securityContext:
+ privileged: true
+ runAsUser: 0
capabilities:
add:
- NET_ADMIN
diff --git a/router/values.yaml b/router/values.yaml
index ab4f793..f0ee651 100644
--- a/router/values.yaml
+++ b/router/values.yaml
@@ -5,7 +5,7 @@
images:
repository: "" #default docker hub
tags:
- router: docker.io/ubuntu:latest
+ router: wbitt/network-multitool:minimal
pullPolicy: IfNotPresent
resources: