Skip to content

Commit

Permalink
qlever: upgrade to 0.5.0 and use gid 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Jan 6, 2025
1 parent ebd2887 commit 2805777
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions zazuko/qlever/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.2.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.4.0"
appVersion: "v0.5.0"

annotations:
artifacthub.io/links: |
Expand Down
8 changes: 4 additions & 4 deletions zazuko/qlever/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ server:
# Pod security context configuration
podSecurityContext:
# -- fsGroup is the group ID to run the container as
fsGroup: 65534
fsGroup: 0
# -- runAsGroup is the group ID to run the container as
runAsGroup: 65534
runAsGroup: 0
# -- runAsNonRoot tells if the container should run as a non-root user
runAsNonRoot: true
# -- runAsUser is the user ID to run the container as
Expand Down Expand Up @@ -206,9 +206,9 @@ ui:
# Pod security context configuration
podSecurityContext:
# -- fsGroup is the group ID to run the container as
fsGroup: 65534
fsGroup: 0
# -- runAsGroup is the group ID to run the container as
runAsGroup: 65534
runAsGroup: 0
# -- runAsNonRoot tells if the container should run as a non-root user
runAsNonRoot: true
# -- runAsUser is the user ID to run the container as
Expand Down

0 comments on commit 2805777

Please sign in to comment.