Skip to content

Commit 1f9d036

Browse files
committed
pin version of windmill to 1.92.2
1 parent 5d8292b commit 1f9d036

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/windmill/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: windmill
33
type: application
4-
version: 1.4.4
5-
appVersion: 1.92.1
4+
version: 1.4.5
5+
appVersion: 1.92.2
66
dependencies:
77
- condition: postgresql.enabled
88
name: postgresql

charts/windmill/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ postgresql:
1111

1212
windmill:
1313
# -- windmill app image tag
14-
image: "1.92.1"
14+
image: "1.92.2"
1515
# -- replica for the application app
1616
appReplicas: 2
1717
# -- replicas for the workers, jobs are executed on the workers

0 commit comments

Comments
 (0)