Files
manifests/helmfile.d/temporal.yaml.gotmpl
T
renovate-bot 971d33ff97
renovate/stability-days Updates have met minimum release age requirement
Update Helm release temporal to v1.6.0
2026-07-26 00:04:31 +00:00

40 lines
990 B
Go Template

bases:
- ../envs/environments.yaml.gotmpl
repositories:
- name: temporal
url: https://go.temporal.io/helm-charts
commonLabels:
tier: system
releases:
- name: temporal
namespace: temporal
chart: temporal/temporal
version: 1.6.0
condition: temporal.enabled
missingFileHandler: Info
values:
- ../values/temporal/values/temporal.yaml
- name: manifests
namespace: temporal
chart: manifests
condition: temporal.enabled
missingFileHandler: Info
values:
- ../values/env.yaml
- ../values/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml
- ../values/temporal/env.yaml.gotmpl
- ../values/temporal/env-{{ requiredEnv "ARGOCD_ENV_CLUSTER_NAME" }}.yaml.gotmpl
hooks:
- events: [ prepare, cleanup ]
showlogs: true
command: ../bin/helmify
args:
- '{{`{{ if eq .Event.Name "prepare" }}build{{ else }}clean{{ end }}`}}'
- '{{`{{ .Release.Chart }}`}}'
- '{{`{{ .Environment.Name }}`}}'
- ../values/temporal/manifests
- manifests