* feat(argo-workflows): add support for Deployment annotations bump version and add changelog update documentation Signed-off-by: snooyen <sean@bright.ai> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
19 lines
681 B
YAML
19 lines
681 B
YAML
apiVersion: v2
|
|
name: argo-workflows
|
|
description: A Helm chart for Argo Workflows
|
|
type: application
|
|
version: 0.15.0
|
|
appVersion: v3.3.2
|
|
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: |
|
|
- "[Added]: Add support for controller Deployment annotations via controller.deploymentAnnotations chart value."
|
|
- "[Added]: Add support for server Deployment annotations via server.deploymentAnnotations chart value."
|