Skip to content

Commit

Permalink
Merge branch 'main' into strict-values-schema-json
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-whit committed Jan 12, 2024
2 parents f317e8f + 7a85b39 commit 5dcbe4f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/openfga/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: openfga
description: A Kubernetes Helm chart for the OpenFGA project.

type: application
version: 0.1.33
appVersion: "v1.4.0"
version: 0.1.34
appVersion: "v1.4.2"

home: "https://openfga.github.io/helm-charts/charts/openfga"
icon: https://github.com/openfga/community/raw/main/brand-assets/icon/color/openfga-icon-color.svg
Expand Down
1 change: 1 addition & 0 deletions charts/openfga/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ rules:
- jobs
verbs:
- get
- list
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
18 changes: 14 additions & 4 deletions charts/openfga/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ extraEnvVars: []
extraVolumes: []
extraVolumeMounts: []

podSecurityContext: {}
podSecurityContext:
{}
# fsGroup: 2000

securityContext: {}
securityContext:
{}
# capabilities:
# drop:
# - ALL
Expand Down Expand Up @@ -145,6 +147,10 @@ datastore:
applyMigrations: true
migrations:
resources: {}
image:
repository: groundnuty/k8s-wait-for
pullPolicy: Always
tag: "v2.0"

postgres:
## @param postgres.enabled enable the bitnami/postgresql subchart and deploy Postgres
Expand Down Expand Up @@ -216,7 +222,8 @@ allowEvaluating1_0Models:
ingress:
enabled: false
className: ""
annotations: {}
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
Expand Down Expand Up @@ -257,5 +264,8 @@ affinity: {}
sidecars: []
migrate:
sidecars: []
annotations: {}
annotations:
helm.sh/hook: "post-install, post-upgrade, post-rollback, post-delete"
helm.sh/hook-weight: "-5"
helm.sh/hook-delete-policy: "before-hook-creation"
labels: {}

0 comments on commit 5dcbe4f

Please sign in to comment.