* feat(argo-workflows) Include pod name in key format for GCS logs A better default would be to add the `pod.name` to the key format of the Argo logs. I noticed that when not including the pod name, it would constantly overwrite the same log from from different pods. Including it makes sure that each pod will have its own log file. Signed-off-by: Michiel De Mey <de.mey.michiel@gmail.com> * Bump chart version and added changelog Signed-off-by: Michiel De Mey <de.mey.michiel@gmail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
18 lines
503 B
YAML
18 lines
503 B
YAML
apiVersion: v2
|
|
name: argo-workflows
|
|
description: A Helm chart for Argo Workflows
|
|
type: application
|
|
version: 0.9.1
|
|
appVersion: v3.2.4
|
|
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
|
home: https://github.com/argoproj/argo-helm
|
|
sources:
|
|
- https://github.com/argoproj/argo-workflows
|
|
maintainers:
|
|
- name: alexec
|
|
- name: alexmt
|
|
- name: jessesuen
|
|
- name: benjaminws
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- "[Changed]: Changed default GCP keyFormat"
|