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:
parent
e9a8cd6420
commit
0cf7cad2c2
5 changed files with 17 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue