Skip to content

Commit

Permalink
[tor] Re-version chart and remove runAsNonRoot (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
bboerst authored Sep 30, 2023
1 parent 179da0c commit 2bd537b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/tor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "0.4.7.7"
appVersion: "0.4.7.13"
description: Tor helm chart. The container can be started as middle(guard)- , bridge- , exit-relay or as proxy exposing only the Socks5 Port per default when running.
name: tor
type: application
version: 0.4.7
version: 1.0.1
3 changes: 1 addition & 2 deletions charts/tor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tor

![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.7.7](https://img.shields.io/badge/AppVersion-0.4.7.7-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.7.13](https://img.shields.io/badge/AppVersion-0.4.7.13-informational?style=flat-square)

Tor helm chart. The container can be started as middle(guard)- , bridge- , exit-relay or as proxy exposing only the Socks5 Port per default when running.

Expand Down Expand Up @@ -35,7 +35,6 @@ Tor helm chart. The container can be started as middle(guard)- , bridge- , exit-
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.runAsNonRoot | bool | `true` | |
| securityContext.seccompProfile.type | string | `"RuntimeDefault"` | |
| service.annotations | object | `{}` | |
| service.enableController | bool | `true` | |
Expand Down
1 change: 0 additions & 1 deletion charts/tor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ podSecurityContext: {}
# fsGroup: 2000

securityContext:
runAsNonRoot: true
allowPrivilegeEscalation: false
seccompProfile:
type: RuntimeDefault
Expand Down

0 comments on commit 2bd537b

Please sign in to comment.