fix(wireshark): rw root fs / hostnet (#2389)

* fix(wireshark): rw root fs / netadmin / hostnet

* chore(sqlitebrowser): use different port to avoid conflicts

* remove net_admin from wireshark, don't set hostnetwork on zerotier on gui

* bump common
This commit is contained in:
Stavros Kois
2022-04-03 16:15:13 +03:00
committed by GitHub
parent c80233cfae
commit 19dd5a26d9
7 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ name: heimdall
sources:
- https://github.com/linuxserver/Heimdall/
type: application
version: 10.0.8
version: 10.0.9
annotations:
truecharts.org/catagories: |
- organizers
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/linuxserver/docker-sqlitebrowser
- https://sqlitebrowser.org/
type: application
version: 2.0.8
version: 2.0.9
annotations:
truecharts.org/catagories: |
- media
+1 -1
View File
@@ -103,7 +103,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 3000
default: 10137
required: true
- variable: advanced
label: "Show Advanced settings"
+1 -1
View File
@@ -15,7 +15,7 @@ service:
main:
ports:
main:
port: 3000
port: 10137
targetPort: 3000
persistence:
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: wireshark
version: 1.0.9
version: 1.0.10
appVersion: "3.4.13"
description: Wireshark is the worlds foremost and widely-used network protocol analyzer.
type: application
@@ -15,7 +15,7 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.6
version: 9.2.7
# condition:
maintainers:
- email: info@truecharts.org
+3 -3
View File
@@ -104,7 +104,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 10137
default: 3000
required: true
- variable: advanced
label: "Show Advanced settings"
@@ -159,7 +159,7 @@ questions:
label: "Host-Networking (Complicated)"
schema:
type: boolean
default: false
default: true
# Include{serviceExpert}
@@ -266,7 +266,7 @@ questions:
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
+4 -1
View File
@@ -4,8 +4,11 @@ image:
tag: v3.4.13
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
hostNetwork: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
@@ -15,7 +18,7 @@ service:
ports:
main:
targetPort: 3000
port: 10137
port: 3000
persistence:
varrun: