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:
@@ -19,7 +19,7 @@ name: heimdall
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/linuxserver/Heimdall/
|
- https://github.com/linuxserver/Heimdall/
|
||||||
type: application
|
type: application
|
||||||
version: 10.0.8
|
version: 10.0.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- organizers
|
- organizers
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/linuxserver/docker-sqlitebrowser
|
- https://github.com/linuxserver/docker-sqlitebrowser
|
||||||
- https://sqlitebrowser.org/
|
- https://sqlitebrowser.org/
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.8
|
version: 2.0.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 3000
|
default: 10137
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: "Show Advanced settings"
|
label: "Show Advanced settings"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 3000
|
port: 10137
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: wireshark
|
name: wireshark
|
||||||
version: 1.0.9
|
version: 1.0.10
|
||||||
appVersion: "3.4.13"
|
appVersion: "3.4.13"
|
||||||
description: Wireshark is the world’s foremost and widely-used network protocol analyzer.
|
description: Wireshark is the world’s foremost and widely-used network protocol analyzer.
|
||||||
type: application
|
type: application
|
||||||
@@ -15,7 +15,7 @@ sources:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 9.2.6
|
version: 9.2.7
|
||||||
# condition:
|
# condition:
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: info@truecharts.org
|
- email: info@truecharts.org
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 10137
|
default: 3000
|
||||||
required: true
|
required: true
|
||||||
- variable: advanced
|
- variable: advanced
|
||||||
label: "Show Advanced settings"
|
label: "Show Advanced settings"
|
||||||
@@ -159,7 +159,7 @@ questions:
|
|||||||
label: "Host-Networking (Complicated)"
|
label: "Host-Networking (Complicated)"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
|
|
||||||
# Include{serviceExpert}
|
# Include{serviceExpert}
|
||||||
|
|
||||||
@@ -266,7 +266,7 @@ questions:
|
|||||||
label: "ReadOnly Root Filesystem"
|
label: "ReadOnly Root Filesystem"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
- variable: allowPrivilegeEscalation
|
- variable: allowPrivilegeEscalation
|
||||||
label: "Allow Privilege Escalation"
|
label: "Allow Privilege Escalation"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@@ -4,8 +4,11 @@ image:
|
|||||||
tag: v3.4.13
|
tag: v3.4.13
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
|
|
||||||
|
hostNetwork: true
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
@@ -15,7 +18,7 @@ service:
|
|||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
port: 10137
|
port: 3000
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
varrun:
|
varrun:
|
||||||
|
|||||||
Reference in New Issue
Block a user