mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
* [bitnami/argo-workflows] Release 9.0.1 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CRDs automatically Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
# Source: https://raw.githubusercontent.com/argoproj/argo-workflows/v{version}/manifests/base/crds/minimal/argoproj.io_workflowartifactgctasks.yaml
|
|
# Version: 3.5.7
|
|
apiVersion: apiextensions.k8s.io/v1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: workflowartifactgctasks.argoproj.io
|
|
spec:
|
|
group: argoproj.io
|
|
names:
|
|
kind: WorkflowArtifactGCTask
|
|
listKind: WorkflowArtifactGCTaskList
|
|
plural: workflowartifactgctasks
|
|
shortNames:
|
|
- wfat
|
|
singular: workflowartifactgctask
|
|
scope: Namespaced
|
|
versions:
|
|
- name: v1alpha1
|
|
schema:
|
|
openAPIV3Schema:
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
metadata:
|
|
type: object
|
|
spec:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
status:
|
|
type: object
|
|
x-kubernetes-map-type: atomic
|
|
x-kubernetes-preserve-unknown-fields: true
|
|
required:
|
|
- metadata
|
|
- spec
|
|
type: object
|
|
served: true
|
|
storage: true
|
|
subresources:
|
|
status: {}
|