fix: pod status pending issue (#837)

Signed-off-by: kostas-theo <ktheo@oneconcern.com>

Co-authored-by: Vlad Losev <vladlosev@users.noreply.github.com>
This commit is contained in:
kostas-theo 2021-07-20 23:51:02 +02:00 committed by GitHub
parent e393ef1ba2
commit 4e739561c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.2.10 version: 0.2.11
appVersion: "v3.0.7" appVersion: "v3.0.7"
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
@ -15,4 +15,4 @@ maintainers:
- name: benjaminws - name: benjaminws
annotations: annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- "[Fixed]: Removed init.serviceAccount unused fields" - "[Fixed]: Pods stuck in pending phase due to workflow update timeouts."

View file

@ -36,9 +36,11 @@ spec:
spec: spec:
type: object type: object
x-kubernetes-preserve-unknown-fields: true x-kubernetes-preserve-unknown-fields: true
x-kubernetes-map-type: atomic
status: status:
type: object type: object
x-kubernetes-preserve-unknown-fields: true x-kubernetes-preserve-unknown-fields: true
x-kubernetes-map-type: atomic
required: required:
- metadata - metadata
- spec - spec