Skip to content

Commit

Permalink
fix typo in s3 cache bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Nov 23, 2023
1 parent 8bc9142 commit 197b886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/windmill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: windmill
type: application
version: 2.0.31
version: 2.0.32
appVersion: 1.214.1
dependencies:
- condition: postgresql.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/windmill/templates/worker-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
value: "{{ $.Values.enterprise.licenseKey }}"
{{ if $.Values.enterprise.enabledS3DistributedCache }}
- name: "S3_CACHE_BUCKET"
value: "{{ .Values.enterprise.s3CacheBucket }}"
value: "{{ $.Values.enterprise.s3CacheBucket }}"
- name: "RCLONE_S3_PROVIDER"
value: "AWS"
{{ end }}
Expand Down

0 comments on commit 197b886

Please sign in to comment.