Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
[fix] upgrade retool-temporal image version and fix workflows resourc…
Browse files Browse the repository at this point in the history
…es (#9)

* bump retool-temporal tag

* fix workflows worker resources
  • Loading branch information
roberto-retool authored May 26, 2023
1 parent afd1719 commit 883e389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/retool-temporal-services-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ server:
autosetup: true
image:
repository: tryretool/one-offs
tag: retool-temporal-1.1.1
tag: retool-temporal-1.1.2
pullPolicy: IfNotPresent

# Global default settings (can be overridden per service)
Expand Down
2 changes: 1 addition & 1 deletion templates/deployment_workflows_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ spec:
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}
{{- end }}
resources:
{{ toYaml .Values.resources | indent 10 }}
{{ toYaml .Values.workflows.resources | indent 10 }}
volumeMounts:
{{- range $configFile := (keys .Values.files) }}
- name: {{ template "retool.name" $ }}
Expand Down
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ config:
# passwordSecretKey:

retool-temporal-services-helm:
# Disable this if using your own Temporal Cluster
enabled: true
server:
# Disable this if using your own Temporal Cluster
enabled: true
# Defines image to be used for temporal server
image:
repository: tryretool/one-offs
tag: retool-temporal-1.1.1
tag: retool-temporal-1.1.2
pullPolicy: IfNotPresent
# this configures grpc_health_probe (https://github.com/grpc-ecosystem/grpc-health-probe)
# for healthchecks instead of native k8s.
Expand Down

0 comments on commit 883e389

Please sign in to comment.