File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- * @ openfga/backend @ openfga/dx
2- README.md @ openfga/product @ openfga/community @ openfga/docs @ openfga/backend @ openfga/dx
1+ * @ openfga/backend @ openfga/dx @ openfga/helm-chart-maintainers
2+ README.md @ openfga/product @ openfga/community @ openfga/docs @ openfga/backend @ openfga/dx
Original file line number Diff line number Diff line change 4242 helm repo update
4343
4444 - name : Run chart-releaser
45- uses : helm/chart-releaser-action@v1.6 .0
45+ uses : helm/chart-releaser-action@v1.7 .0
4646 with :
4747 config : .github/cr.yaml
4848 env :
Original file line number Diff line number Diff line change 2222 check-latest : true
2323
2424 - name : Set up chart-testing
25- uses : helm/chart-testing-action@v2.6.1
25+ uses : helm/chart-testing-action@v2.7.0
2626
2727 - name : Run chart-testing (list-changed)
2828 id : list-changed
4848
4949 - name : Create kind cluster
5050 if : steps.list-changed.outputs.changed == 'true'
51- uses : helm/kind-action@v1.11 .0
51+ uses : helm/kind-action@v1.12 .0
5252
5353 - name : Run chart-testing (install)
5454 if : steps.list-changed.outputs.changed == 'true'
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: openfga
33description : A Kubernetes Helm chart for the OpenFGA project.
44
55type : application
6- version : 0.2.19
7- appVersion : " v1.8.2 "
6+ version : 0.2.21
7+ appVersion : " v1.8.4 "
88
99home : " https://openfga.github.io/helm-charts"
1010icon : https://github.com/openfga/community/raw/main/brand-assets/icon/color/openfga-icon-color.svg
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ spec:
164164 - name : OPENFGA_DATASTORE_CONN_MAX_LIFETIME
165165 value : " {{ .Values.datastore.connMaxLifetime }}"
166166 {{- end }}
167-
167+
168168 {{- if .Values.maxConcurrentReadsForCheck }}
169169 - name : OPENFGA_MAX_CONCURRENT_READS_FOR_CHECK
170170 value : " {{ .Values.maxConcurrentReadsForCheck }}"
@@ -192,7 +192,7 @@ spec:
192192
193193 {{- if .Values.grpc.tls.enabled }}
194194 - name : OPENFGA_GRPC_TLS_ENABLED
195- value : {{ .Values.grpc.tls.enabled }}
195+ value : " {{ .Values.grpc.tls.enabled }}"
196196
197197 - name : OPENFGA_GRPC_TLS_CERT
198198 value : {{ .Values.grpc.tls.cert }}
You can’t perform that action at this time.
0 commit comments