Skip to content

Commit

Permalink
bump to 1.301.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Apr 2, 2024
1 parent 8c52c63 commit 88ec089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/windmill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: windmill
type: application
version: 2.0.146
appVersion: 1.300.0
version: 2.0.147
appVersion: 1.301.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down
4 changes: 4 additions & 0 deletions charts/windmill/templates/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ spec:
- name: "SAML_METADATA"
value: "{{ .Values.enterprise.samlMetadata }}"
{{ end }}
{{ if $.Values.enterprise.enabledS3DistributedCache }}
- name: "S3_CACHE_BUCKET"
value: "{{ $.Values.enterprise.s3CacheBucket }}"
{{ end }}
{{if .Values.enterprise.scimTokenSecretName}}
- name: "SCIM_TOKEN"
valueFrom:
Expand Down
2 changes: 0 additions & 2 deletions charts/windmill/templates/worker-groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ spec:
{{ if $.Values.enterprise.enabledS3DistributedCache }}
- name: "S3_CACHE_BUCKET"
value: "{{ $.Values.enterprise.s3CacheBucket }}"
- name: "RCLONE_S3_PROVIDER"
value: "AWS"
{{ end }}
{{ if $.Values.enterprise.nsjail }}
- name: "DISABLE_NSJAIL"
Expand Down

0 comments on commit 88ec089

Please sign in to comment.