feat(argo-events): Add the ability to change the port for argo-events webhook (#1712)

This commit is contained in:
Chris Reiche 2022-12-16 19:45:25 -05:00 committed by GitHub
parent 9e523b0538
commit 69feaadde7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.7.3
description: A Helm chart for Argo Events, the event-driven workflow automation framework
name: argo-events
version: 2.0.8
version: 2.0.9
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-events/assets/logo.png
keywords:
@ -15,4 +15,4 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Fixed]: use policy/v1 for poddisruptionbudgets, when available
- "[Added]: Ability to specify port for webhook deployment"