bases: - ../envs/environments.yaml.gotmpl repositories: - name: tempo url: 'https://grafana.github.io/helm-charts' commonLabels: tier: sys releases: - name: tempo namespace: tempo chart: tempo/tempo version: 0.14.0 condition: tempo.enabled values: - ../values/tempo/values/tempo.yaml.gotmpl - ../values/tempo/values/tempo-{{ .Environment.Name }}.yaml.gotmpl postRenderer: ../bin/kustomizer postRendererArgs: - ../values/tempo/kustomize/{{ .Environment.Name }} missingFileHandler: Info - name: tempo-manifests namespace: tempo chart: _tempo-manifests condition: tempo.enabled missingFileHandler: Info values: - ../values/values-{{ requiredEnv "CLUSTER_NAME" }}.yaml - ../values/tempo/values.yaml.gotmpl - ../values/tempo/values-{{ requiredEnv "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/tempo/manifests - _tempo-manifests