Skip to content

Template helm charts

Generic charts that can deploy any workload

bjw-s/app-template

Json schema for values for validation and code completion:

# yamllint disable-line rule:line-length
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s-labs/helm-charts/refs/heads/main/charts/library/common/values.schema.json

Stakater

Values JSON schema

# yamllint disable-line rule:line-length
# yaml-language-server: $schema=https://raw.githubusercontent.com/stakater/application/refs/heads/main/application/values.schema.json

Issues / FRs

  • No option for multiple
    • httpRoutes

runAsNonRoot

By default, the chart forces this securityContext as default:

securityContext:
  readOnlyRootFilesystem: true
  runAsNonRoot: true