Skip to content

Commit

Permalink
Merge pull request #154 from rancherfederal/main
Browse files Browse the repository at this point in the history
Run nats as nonroot.
  • Loading branch information
amartin120 authored Nov 27, 2023
2 parents 1715646 + d7b0add commit 9924a7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/stigatron/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: stigatron
description: Rancher Government Stigatron Extension
icon: https://raw.githubusercontent.com/rancherfederal/carbide-docs/main/static/img/carbide-logo.svg
version: "0.2.4"
appVersion: "0.2.1"
version: "0.2.5"
appVersion: "0.2.2"
dependencies:
- name: heimdall2
version: "0.1.41"
repository: "https://rancherfederal.github.io/carbide-charts"
alias: heimdall2
- name: nats
version: "1.1.4"
version: "1.1.5"
repository: https://nats-io.github.io/k8s/helm/charts/
alias: nats
11 changes: 11 additions & 0 deletions charts/stigatron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,19 @@ nats:
jetstream:
enabled: true
fileStore:
enabled: true
dir: /tmp/jetstream
pvc:
enabled: false
podTemplate:
configChecksumAnnotation: true
merge:
spec:
securityContext:
runAsNonRoot: true
fsGroup: 65534
runAsUser: 65534
runAsGroup: 65534
global:
cattle:
systemDefaultRegistry: "rgcrprod.azurecr.us"

0 comments on commit 9924a7b

Please sign in to comment.