Skip to content

Commit

Permalink
Fix/fixed steampipe (#31)
Browse files Browse the repository at this point in the history
* fix: steampipe manifest
  • Loading branch information
amartingarcia authored Sep 28, 2023
1 parent 0a10fcb commit a2752bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/steampipe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: steampipe
description: A Helm chart for Kubernetes to deploy Steampipe
type: application
version: 1.0.1
version: 1.1.0
appVersion: "0.20.12"
home: https://github.com/devops-ia/helm-charts/tree/main/charts/steampipe
sources:
Expand Down
28 changes: 11 additions & 17 deletions charts/steampipe/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@ serviceAccount:

podAnnotations: {}

podSecurityContext: {}
# fsGroup: 2000
podSecurityContext:
fsGroup: 9193
runAsGroup: 65534
runAsUser: 9193

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
securityContext:
runAsNonRoot: true
runAsUser: 9193

command: []
# - "steampipe"
Expand Down Expand Up @@ -80,7 +78,7 @@ configProbe: {}
db:
enabled: false
port: 9193
listen: "local"
listen: "network"

dashboard:
enabled: false
Expand Down Expand Up @@ -179,13 +177,9 @@ initContainer:
# Overrides the image tag whose default is the chart appVersion.
tag: ""

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
securityContext:
runAsNonRoot: true
runAsUser: 9193

# Ref: https://hub.steampipe.io/plugins
plugins: []
Expand Down

0 comments on commit a2752bd

Please sign in to comment.