Skip to content

Commit

Permalink
Removed security context default for backwards com
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingRaven committed Nov 24, 2024
1 parent de6d067 commit c833e43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/open-webui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 0.4.4
description: A Helm chart for Kubernetes
name: open-webui
type: application
version: 0.2.0
version: 0.2.1
dependencies:
- name: corvid
version: 0.12.0
Expand Down
4 changes: 2 additions & 2 deletions charts/open-webui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Kubernetes

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.4](https://img.shields.io/badge/AppVersion-0.4.4-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.4](https://img.shields.io/badge/AppVersion-0.4.4-informational?style=flat-square)

## Installing the Chart

Expand Down Expand Up @@ -85,7 +85,7 @@ $ helm install open-webui raven/open-webui
| secrets | list | `[]` | |
| securityContext | object | `{}` | securityContext for consumer overrides |
| securityContextDefault | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000}` | default securityContext if none specified |
| securityContextEnabled | bool | `true` | enable or disable securityContext entirely |
| securityContextEnabled | bool | `false` | enable or disable securityContext entirely |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.automount | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/open-webui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ podSecurityContext: {}
# fsGroup: 1000

# -- enable or disable securityContext entirely
securityContextEnabled: true # TODO: test then enable by default
securityContextEnabled: false # TODO: test then enable by default
# -- default securityContext if none specified
securityContextDefault:
capabilities:
Expand Down

0 comments on commit c833e43

Please sign in to comment.