Skip to content

Commit 6b48b66

Browse files
authored
Merge branch 'main' into main
2 parents f937d01 + d4e50ff commit 6b48b66

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -48,7 +48,7 @@ jobs:
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'

charts/openfga/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: openfga
33
description: A Kubernetes Helm chart for the OpenFGA project.
44

55
type: application
6-
version: 0.2.19
7-
appVersion: "v1.8.2"
6+
version: 0.2.21
7+
appVersion: "v1.8.4"
88

99
home: "https://openfga.github.io/helm-charts"
1010
icon: https://github.com/openfga/community/raw/main/brand-assets/icon/color/openfga-icon-color.svg

charts/openfga/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)