We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8292b commit 1f9d036Copy full SHA for 1f9d036
charts/windmill/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v2
2
name: windmill
3
type: application
4
-version: 1.4.4
5
-appVersion: 1.92.1
+version: 1.4.5
+appVersion: 1.92.2
6
dependencies:
7
- condition: postgresql.enabled
8
name: postgresql
charts/windmill/values.yaml
@@ -11,7 +11,7 @@ postgresql:
11
12
windmill:
13
# -- windmill app image tag
14
- image: "1.92.1"
+ image: "1.92.2"
15
# -- replica for the application app
16
appReplicas: 2
17
# -- replicas for the workers, jobs are executed on the workers
0 commit comments