feat(argo-workflows): add support for Deployment annotations (#1198)

* 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>
This commit is contained in:
Sean Nguyen 2022-05-09 13:45:28 -07:00 committed by GitHub
parent e9a8cd6420
commit 0cf7cad2c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.14.5
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
@ -15,4 +15,5 @@ maintainers:
- name: benjaminws
annotations:
artifacthub.io/changes: |
- "[Fixed]: Add missing create verb to pod/exec for the workflow role"
- "[Added]: Add support for controller Deployment annotations via controller.deploymentAnnotations chart value."
- "[Added]: Add support for server Deployment annotations via server.deploymentAnnotations chart value."