fix(argo-workflows): adjust api version of pod disruption budget by referring to k8s version (#1288)
Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
c314fc112c
commit
0e090ef854
4 changed files with 15 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.15.2
|
||||
version: 0.15.3
|
||||
appVersion: v3.3.5
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
|
|
@ -15,4 +15,4 @@ maintainers:
|
|||
- name: benjaminws
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Changed]: Update to app version v3.3.5"
|
||||
- "[Fixed]: Adjust api version of pod disruption budget by referring to k8s version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue