Skip to content

Commit

Permalink
point indexer to app version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Feb 7, 2025
1 parent 049fedf commit 17766a4
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.354
version: 2.0.355
appVersion: 1.457.0
dependencies:
- condition: postgresql.enabled
Expand Down
2 changes: 1 addition & 1 deletion charts/windmill/templates/indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
{{- with .Values.windmill.indexer.containerSecurityContext }}
{{- toYaml . | nindent 10 }}
{{- end }}
image: {{ default "ghcr.io/windmill-labs/windmill-ee" .Values.windmill.image }}:{{ default "latest" .Values.windmill.tag }}
image: {{ default "ghcr.io/windmill-labs/windmill-ee" .Values.windmill.image }}:{{ default .Chart.AppVersion .Values.windmill.tag }}
imagePullPolicy: Always
ports:
- containerPort: 8000
Expand Down

0 comments on commit 17766a4

Please sign in to comment.