Skip to content

Commit

Permalink
chore(lint): add strict validation in values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-whit committed Jan 4, 2024
1 parent 67b0145 commit c2e851c
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 67 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.32
appVersion: "v1.3.10"
version: 0.1.33
appVersion: "v1.4.0"

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
4 changes: 2 additions & 2 deletions charts/openfga/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ spec:
- name: wait-for-migration
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.datastore.migrations.image.repository }}:{{ .Values.datastore.migrations.image.tag }}"
imagePullPolicy: {{ .Values.datastore.migrations.image.pullPolicy }}
image: "{{ .Values.initContainer.repository }}:{{ .Values.initContainer.tag }}"
imagePullPolicy: {{ .Values.initContainer.pullPolicy }}
args: ["job", '{{ include "openfga.fullname" . }}-migrate']
resources:
{{- toYaml .Values.datastore.migrations.resources | nindent 12 }}
Expand Down
Loading

0 comments on commit c2e851c

Please sign in to comment.