From 889c22371d39d27675200d794c4d59eaf900a781 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Sun, 15 Mar 2026 02:10:30 +0000 Subject: [PATCH] chore: Update manifests after change --- .../ClusterRole-argo-workflows-admin.yaml | 2 +- ...lusterRole-argo-workflows-crd-install.yaml | 20 + .../ClusterRole-argo-workflows-edit.yaml | 2 +- ...rgo-workflows-server-cluster-template.yaml | 2 +- .../ClusterRole-argo-workflows-server.yaml | 2 +- .../ClusterRole-argo-workflows-view.yaml | 2 +- ...-workflow-controller-cluster-template.yaml | 2 +- ...le-argo-workflows-workflow-controller.yaml | 2 +- ...oleBinding-argo-workflows-crd-install.yaml | 24 + ...rgo-workflows-server-cluster-template.yaml | 2 +- ...sterRoleBinding-argo-workflows-server.yaml | 2 +- ...-workflow-controller-cluster-template.yaml | 2 +- ...ng-argo-workflows-workflow-controller.yaml | 2 +- ...rkflows-workflow-controller-configmap.yaml | 2 +- ...-clusterworkflowtemplates.argoproj.io.yaml | 38 - ...eDefinition-cronworkflows.argoproj.io.yaml | 42 - ...n-workflowartifactgctasks.argoproj.io.yaml | 1139 ----------------- ...ion-workfloweventbindings.argoproj.io.yaml | 702 ---------- ...ourceDefinition-workflows.argoproj.io.yaml | 56 - ...ition-workflowtaskresults.argoproj.io.yaml | 664 ---------- ...finition-workflowtasksets.argoproj.io.yaml | 43 - ...inition-workflowtemplates.argoproj.io.yaml | 37 - .../Deployment-argo-workflows-server.yaml | 12 +- ...nt-argo-workflows-workflow-controller.yaml | 12 +- .../Job-argo-workflows-crd-install.yaml | 57 + .../Role-argo-workflows-workflow.yaml | 2 +- .../RoleBinding-argo-workflows-workflow.yaml | 2 +- .../Service-argo-workflows-server.yaml | 4 +- ...ce-argo-workflows-workflow-controller.yaml | 4 +- ...iceAccount-argo-workflows-crd-install.yaml | 17 + .../ServiceAccount-argo-workflows-server.yaml | 2 +- ...nt-argo-workflows-workflow-controller.yaml | 2 +- 32 files changed, 150 insertions(+), 2753 deletions(-) create mode 100644 clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-crd-install.yaml create mode 100644 clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-crd-install.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-clusterworkflowtemplates.argoproj.io.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-cronworkflows.argoproj.io.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowartifactgctasks.argoproj.io.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workfloweventbindings.argoproj.io.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflows.argoproj.io.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtaskresults.argoproj.io.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtasksets.argoproj.io.yaml delete mode 100644 clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtemplates.argoproj.io.yaml create mode 100644 clusters/cl01tl/manifests/argo-workflows/Job-argo-workflows-crd-install.yaml create mode 100644 clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-crd-install.yaml diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-admin.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-admin.yaml index 851c1a596..6dd59b78d 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-admin.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-admin.yaml @@ -3,7 +3,7 @@ kind: ClusterRole metadata: name: argo-workflows-admin labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-crd-install.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-crd-install.yaml new file mode 100644 index 000000000..f17112f6d --- /dev/null +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-crd-install.yaml @@ -0,0 +1,20 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: argo-workflows-crd-install + labels: + helm.sh/chart: argo-workflows-1.0.2 + app.kubernetes.io/name: argo-workflows-crd-install + app.kubernetes.io/instance: argo-workflows + app.kubernetes.io/component: crds + app: crds + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/part-of: argo-workflows + annotations: + "helm.sh/hook": pre-install,pre-upgrade + "helm.sh/hook-weight": "-10" + "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded +rules: + - apiGroups: ["apiextensions.k8s.io"] + resources: ["customresourcedefinitions"] + verbs: ["create", "get", "list", "patch", "update"] diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-edit.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-edit.yaml index f9c2e6a63..ee5687ee8 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-edit.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-edit.yaml @@ -3,7 +3,7 @@ kind: ClusterRole metadata: name: argo-workflows-edit labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server-cluster-template.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server-cluster-template.yaml index e9e025b3d..ade32c0f5 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server-cluster-template.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server-cluster-template.yaml @@ -3,7 +3,7 @@ kind: ClusterRole metadata: name: argo-workflows-server-cluster-template labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml index 355340f81..313afe70f 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-server.yaml @@ -3,7 +3,7 @@ kind: ClusterRole metadata: name: argo-workflows-server labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-view.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-view.yaml index 393287be0..ae1ddf34f 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-view.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-view.yaml @@ -3,7 +3,7 @@ kind: ClusterRole metadata: name: argo-workflows-view labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller-cluster-template.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller-cluster-template.yaml index a787559c5..6798255a9 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller-cluster-template.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller-cluster-template.yaml @@ -3,7 +3,7 @@ kind: ClusterRole metadata: name: argo-workflows-workflow-controller-cluster-template labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml index 7560e8418..342c2d707 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRole-argo-workflows-workflow-controller.yaml @@ -3,7 +3,7 @@ kind: ClusterRole metadata: name: argo-workflows-workflow-controller labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-crd-install.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-crd-install.yaml new file mode 100644 index 000000000..852eb9a38 --- /dev/null +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-crd-install.yaml @@ -0,0 +1,24 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: argo-workflows-crd-install + labels: + helm.sh/chart: argo-workflows-1.0.2 + app.kubernetes.io/name: argo-workflows-crd-install + app.kubernetes.io/instance: argo-workflows + app.kubernetes.io/component: crds + app: crds + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/part-of: argo-workflows + annotations: + "helm.sh/hook": pre-install,pre-upgrade + "helm.sh/hook-weight": "-10" + "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded +subjects: + - kind: ServiceAccount + name: argo-workflows-crd-install + namespace: argo-workflows +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: argo-workflows-crd-install diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server-cluster-template.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server-cluster-template.yaml index be25b6782..6da0da869 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server-cluster-template.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server-cluster-template.yaml @@ -3,7 +3,7 @@ kind: ClusterRoleBinding metadata: name: argo-workflows-server-cluster-template labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server.yaml index 22730c743..139e54251 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-server.yaml @@ -3,7 +3,7 @@ kind: ClusterRoleBinding metadata: name: argo-workflows-server labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller-cluster-template.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller-cluster-template.yaml index 11c133845..ac61721a8 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller-cluster-template.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller-cluster-template.yaml @@ -3,7 +3,7 @@ kind: ClusterRoleBinding metadata: name: argo-workflows-workflow-controller-cluster-template labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller.yaml b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller.yaml index 3b9ca6ac0..7809760c5 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ClusterRoleBinding-argo-workflows-workflow-controller.yaml @@ -3,7 +3,7 @@ kind: ClusterRoleBinding metadata: name: argo-workflows-workflow-controller labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml b/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml index b4b5cf260..034aa3a3a 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ConfigMap-argo-workflows-workflow-controller-configmap.yaml @@ -4,7 +4,7 @@ metadata: name: argo-workflows-workflow-controller-configmap namespace: "argo-workflows" labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-cm app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-clusterworkflowtemplates.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-clusterworkflowtemplates.argoproj.io.yaml deleted file mode 100644 index 7aa267c75..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-clusterworkflowtemplates.argoproj.io.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: clusterworkflowtemplates.argoproj.io - annotations: - helm.sh/resource-policy: keep -spec: - group: argoproj.io - names: - kind: ClusterWorkflowTemplate - listKind: ClusterWorkflowTemplateList - plural: clusterworkflowtemplates - shortNames: - - clusterwftmpl - - cwft - singular: clusterworkflowtemplate - scope: Cluster - 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 - required: - - metadata - - spec - type: object - served: true - storage: true diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-cronworkflows.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-cronworkflows.argoproj.io.yaml deleted file mode 100644 index 6cb4dc8d9..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-cronworkflows.argoproj.io.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: cronworkflows.argoproj.io - annotations: - helm.sh/resource-policy: keep -spec: - group: argoproj.io - names: - kind: CronWorkflow - listKind: CronWorkflowList - plural: cronworkflows - shortNames: - - cwf - - cronwf - singular: cronworkflow - 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 diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowartifactgctasks.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowartifactgctasks.argoproj.io.yaml deleted file mode 100644 index 45c0fea08..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowartifactgctasks.argoproj.io.yaml +++ /dev/null @@ -1,1139 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: workflowartifactgctasks.argoproj.io - annotations: - helm.sh/resource-policy: keep -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: - properties: - artifactsByNode: - additionalProperties: - properties: - archiveLocation: - properties: - archiveLogs: - type: boolean - artifactory: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - url: - type: string - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - url - type: object - azure: - properties: - accountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - blob: - type: string - container: - type: string - endpoint: - type: string - useSDKCreds: - type: boolean - required: - - blob - - container - - endpoint - type: object - gcs: - properties: - bucket: - type: string - key: - type: string - serviceAccountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - key - type: object - git: - properties: - branch: - type: string - depth: - format: int64 - type: integer - disableSubmodules: - type: boolean - fetch: - items: - type: string - type: array - insecureIgnoreHostKey: - type: boolean - insecureSkipTLS: - type: boolean - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - repo: - type: string - revision: - type: string - singleBranch: - type: boolean - sshPrivateKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - repo - type: object - hdfs: - properties: - addresses: - items: - type: string - type: array - dataTransferProtection: - type: string - force: - type: boolean - hdfsUser: - type: string - krbCCacheSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbConfigConfigMap: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbKeytabSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbRealm: - type: string - krbServicePrincipalName: - type: string - krbUsername: - type: string - path: - type: string - required: - - path - type: object - http: - properties: - auth: - properties: - basicAuth: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientCert: - properties: - clientCertSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - oauth2: - properties: - clientIDSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientSecretSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - items: - properties: - key: - type: string - value: - type: string - required: - - key - type: object - type: array - scopes: - items: - type: string - type: array - tokenURLSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - type: object - headers: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - url: - type: string - required: - - url - type: object - oss: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - createBucketIfNotPresent: - type: boolean - endpoint: - type: string - key: - type: string - lifecycleRule: - properties: - markDeletionAfterDays: - format: int32 - type: integer - markInfrequentAccessAfterDays: - format: int32 - type: integer - type: object - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - securityToken: - type: string - useSDKCreds: - type: boolean - required: - - key - type: object - raw: - properties: - data: - type: string - required: - - data - type: object - s3: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - caSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - createBucketIfNotPresent: - properties: - objectLocking: - type: boolean - type: object - encryptionOptions: - properties: - enableEncryption: - type: boolean - kmsEncryptionContext: - type: string - kmsKeyId: - type: string - serverSideCustomerKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - endpoint: - type: string - insecure: - type: boolean - key: - type: string - region: - type: string - roleARN: - type: string - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - sessionTokenSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - useSDKCreds: - type: boolean - type: object - type: object - artifacts: - additionalProperties: - properties: - archive: - properties: - none: - type: object - tar: - properties: - compressionLevel: - format: int32 - type: integer - type: object - zip: - type: object - type: object - archiveLogs: - type: boolean - artifactGC: - properties: - podMetadata: - properties: - annotations: - additionalProperties: - type: string - type: object - labels: - additionalProperties: - type: string - type: object - type: object - serviceAccountName: - type: string - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - - Never - type: string - type: object - artifactory: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - url: - type: string - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - url - type: object - azure: - properties: - accountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - blob: - type: string - container: - type: string - endpoint: - type: string - useSDKCreds: - type: boolean - required: - - blob - - container - - endpoint - type: object - deleted: - type: boolean - from: - type: string - fromExpression: - type: string - gcs: - properties: - bucket: - type: string - key: - type: string - serviceAccountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - key - type: object - git: - properties: - branch: - type: string - depth: - format: int64 - type: integer - disableSubmodules: - type: boolean - fetch: - items: - type: string - type: array - insecureIgnoreHostKey: - type: boolean - insecureSkipTLS: - type: boolean - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - repo: - type: string - revision: - type: string - singleBranch: - type: boolean - sshPrivateKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - repo - type: object - globalName: - type: string - hdfs: - properties: - addresses: - items: - type: string - type: array - dataTransferProtection: - type: string - force: - type: boolean - hdfsUser: - type: string - krbCCacheSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbConfigConfigMap: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbKeytabSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbRealm: - type: string - krbServicePrincipalName: - type: string - krbUsername: - type: string - path: - type: string - required: - - path - type: object - http: - properties: - auth: - properties: - basicAuth: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientCert: - properties: - clientCertSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - oauth2: - properties: - clientIDSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientSecretSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - items: - properties: - key: - type: string - value: - type: string - required: - - key - type: object - type: array - scopes: - items: - type: string - type: array - tokenURLSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - type: object - headers: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - url: - type: string - required: - - url - type: object - mode: - format: int32 - type: integer - name: - type: string - optional: - type: boolean - oss: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - createBucketIfNotPresent: - type: boolean - endpoint: - type: string - key: - type: string - lifecycleRule: - properties: - markDeletionAfterDays: - format: int32 - type: integer - markInfrequentAccessAfterDays: - format: int32 - type: integer - type: object - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - securityToken: - type: string - useSDKCreds: - type: boolean - required: - - key - type: object - path: - type: string - raw: - properties: - data: - type: string - required: - - data - type: object - recurseMode: - type: boolean - s3: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - caSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - createBucketIfNotPresent: - properties: - objectLocking: - type: boolean - type: object - encryptionOptions: - properties: - enableEncryption: - type: boolean - kmsEncryptionContext: - type: string - kmsKeyId: - type: string - serverSideCustomerKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - endpoint: - type: string - insecure: - type: boolean - key: - type: string - region: - type: string - roleARN: - type: string - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - sessionTokenSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - useSDKCreds: - type: boolean - type: object - subPath: - type: string - required: - - name - type: object - type: object - type: object - type: object - type: object - status: - properties: - artifactResultsByNode: - additionalProperties: - properties: - artifactResults: - additionalProperties: - properties: - error: - type: string - name: - type: string - success: - type: boolean - required: - - name - type: object - type: object - type: object - type: object - type: object - required: - - metadata - - spec - type: object - served: true - storage: true - subresources: - status: {} diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workfloweventbindings.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workfloweventbindings.argoproj.io.yaml deleted file mode 100644 index 8a086001c..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workfloweventbindings.argoproj.io.yaml +++ /dev/null @@ -1,702 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: workfloweventbindings.argoproj.io - annotations: - helm.sh/resource-policy: keep -spec: - group: argoproj.io - names: - kind: WorkflowEventBinding - listKind: WorkflowEventBindingList - plural: workfloweventbindings - shortNames: - - wfeb - singular: workfloweventbinding - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - metadata: - type: object - spec: - properties: - event: - properties: - selector: - type: string - required: - - selector - type: object - submit: - properties: - arguments: - properties: - artifacts: - items: - properties: - archive: - properties: - none: - type: object - tar: - properties: - compressionLevel: - format: int32 - type: integer - type: object - zip: - type: object - type: object - archiveLogs: - type: boolean - artifactGC: - properties: - podMetadata: - properties: - annotations: - additionalProperties: - type: string - type: object - labels: - additionalProperties: - type: string - type: object - type: object - serviceAccountName: - type: string - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - - Never - type: string - type: object - artifactory: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - url: - type: string - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - url - type: object - azure: - properties: - accountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - blob: - type: string - container: - type: string - endpoint: - type: string - useSDKCreds: - type: boolean - required: - - blob - - container - - endpoint - type: object - deleted: - type: boolean - from: - type: string - fromExpression: - type: string - gcs: - properties: - bucket: - type: string - key: - type: string - serviceAccountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - key - type: object - git: - properties: - branch: - type: string - depth: - format: int64 - type: integer - disableSubmodules: - type: boolean - fetch: - items: - type: string - type: array - insecureIgnoreHostKey: - type: boolean - insecureSkipTLS: - type: boolean - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - repo: - type: string - revision: - type: string - singleBranch: - type: boolean - sshPrivateKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - repo - type: object - globalName: - type: string - hdfs: - properties: - addresses: - items: - type: string - type: array - dataTransferProtection: - type: string - force: - type: boolean - hdfsUser: - type: string - krbCCacheSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbConfigConfigMap: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbKeytabSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbRealm: - type: string - krbServicePrincipalName: - type: string - krbUsername: - type: string - path: - type: string - required: - - path - type: object - http: - properties: - auth: - properties: - basicAuth: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientCert: - properties: - clientCertSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - oauth2: - properties: - clientIDSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientSecretSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - items: - properties: - key: - type: string - value: - type: string - required: - - key - type: object - type: array - scopes: - items: - type: string - type: array - tokenURLSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - type: object - headers: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - url: - type: string - required: - - url - type: object - mode: - format: int32 - type: integer - name: - type: string - optional: - type: boolean - oss: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - createBucketIfNotPresent: - type: boolean - endpoint: - type: string - key: - type: string - lifecycleRule: - properties: - markDeletionAfterDays: - format: int32 - type: integer - markInfrequentAccessAfterDays: - format: int32 - type: integer - type: object - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - securityToken: - type: string - useSDKCreds: - type: boolean - required: - - key - type: object - path: - type: string - raw: - properties: - data: - type: string - required: - - data - type: object - recurseMode: - type: boolean - s3: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - caSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - createBucketIfNotPresent: - properties: - objectLocking: - type: boolean - type: object - encryptionOptions: - properties: - enableEncryption: - type: boolean - kmsEncryptionContext: - type: string - kmsKeyId: - type: string - serverSideCustomerKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - endpoint: - type: string - insecure: - type: boolean - key: - type: string - region: - type: string - roleARN: - type: string - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - sessionTokenSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - useSDKCreds: - type: boolean - type: object - subPath: - type: string - required: - - name - type: object - type: array - parameters: - items: - properties: - default: - type: string - description: - type: string - enum: - items: - type: string - type: array - globalName: - type: string - name: - type: string - value: - type: string - valueFrom: - properties: - configMapKeyRef: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - default: - type: string - event: - type: string - expression: - type: string - jqFilter: - type: string - jsonPath: - type: string - parameter: - type: string - path: - type: string - supplied: - type: object - type: object - required: - - name - type: object - type: array - type: object - metadata: - properties: - annotations: - additionalProperties: - type: string - type: object - finalizers: - items: - type: string - type: array - generateName: - type: string - labels: - additionalProperties: - type: string - type: object - name: - type: string - namespace: - type: string - type: object - workflowTemplateRef: - properties: - clusterScope: - type: boolean - name: - type: string - type: object - required: - - workflowTemplateRef - type: object - required: - - event - type: object - required: - - metadata - - spec - type: object - served: true - storage: true diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflows.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflows.argoproj.io.yaml deleted file mode 100644 index 75c9269af..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflows.argoproj.io.yaml +++ /dev/null @@ -1,56 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: workflows.argoproj.io - annotations: - helm.sh/resource-policy: keep -spec: - group: argoproj.io - names: - kind: Workflow - listKind: WorkflowList - plural: workflows - shortNames: - - wf - singular: workflow - scope: Namespaced - versions: - - additionalPrinterColumns: - - description: Status of the workflow - jsonPath: .status.phase - name: Status - type: string - - description: When the workflow was started - format: date-time - jsonPath: .status.startedAt - name: Age - type: date - - description: Human readable message indicating details about why the workflow is in this condition. - jsonPath: .status.message - name: Message - type: string - 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: {} diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtaskresults.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtaskresults.argoproj.io.yaml deleted file mode 100644 index d6874f90c..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtaskresults.argoproj.io.yaml +++ /dev/null @@ -1,664 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: workflowtaskresults.argoproj.io - annotations: - helm.sh/resource-policy: keep -spec: - group: argoproj.io - names: - kind: WorkflowTaskResult - listKind: WorkflowTaskResultList - plural: workflowtaskresults - singular: workflowtaskresult - scope: Namespaced - versions: - - name: v1alpha1 - schema: - openAPIV3Schema: - properties: - apiVersion: - type: string - kind: - type: string - message: - type: string - metadata: - type: object - outputs: - properties: - artifacts: - items: - properties: - archive: - properties: - none: - type: object - tar: - properties: - compressionLevel: - format: int32 - type: integer - type: object - zip: - type: object - type: object - archiveLogs: - type: boolean - artifactGC: - properties: - podMetadata: - properties: - annotations: - additionalProperties: - type: string - type: object - labels: - additionalProperties: - type: string - type: object - type: object - serviceAccountName: - type: string - strategy: - enum: - - "" - - OnWorkflowCompletion - - OnWorkflowDeletion - - Never - type: string - type: object - artifactory: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - url: - type: string - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - url - type: object - azure: - properties: - accountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - blob: - type: string - container: - type: string - endpoint: - type: string - useSDKCreds: - type: boolean - required: - - blob - - container - - endpoint - type: object - deleted: - type: boolean - from: - type: string - fromExpression: - type: string - gcs: - properties: - bucket: - type: string - key: - type: string - serviceAccountKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - key - type: object - git: - properties: - branch: - type: string - depth: - format: int64 - type: integer - disableSubmodules: - type: boolean - fetch: - items: - type: string - type: array - insecureIgnoreHostKey: - type: boolean - insecureSkipTLS: - type: boolean - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - repo: - type: string - revision: - type: string - singleBranch: - type: boolean - sshPrivateKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - required: - - repo - type: object - globalName: - type: string - hdfs: - properties: - addresses: - items: - type: string - type: array - dataTransferProtection: - type: string - force: - type: boolean - hdfsUser: - type: string - krbCCacheSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbConfigConfigMap: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbKeytabSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - krbRealm: - type: string - krbServicePrincipalName: - type: string - krbUsername: - type: string - path: - type: string - required: - - path - type: object - http: - properties: - auth: - properties: - basicAuth: - properties: - passwordSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - usernameSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - clientCert: - properties: - clientCertSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - oauth2: - properties: - clientIDSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - clientSecretSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - endpointParams: - items: - properties: - key: - type: string - value: - type: string - required: - - key - type: object - type: array - scopes: - items: - type: string - type: array - tokenURLSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - type: object - headers: - items: - properties: - name: - type: string - value: - type: string - required: - - name - - value - type: object - type: array - url: - type: string - required: - - url - type: object - mode: - format: int32 - type: integer - name: - type: string - optional: - type: boolean - oss: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - createBucketIfNotPresent: - type: boolean - endpoint: - type: string - key: - type: string - lifecycleRule: - properties: - markDeletionAfterDays: - format: int32 - type: integer - markInfrequentAccessAfterDays: - format: int32 - type: integer - type: object - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - securityToken: - type: string - useSDKCreds: - type: boolean - required: - - key - type: object - path: - type: string - raw: - properties: - data: - type: string - required: - - data - type: object - recurseMode: - type: boolean - s3: - properties: - accessKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - bucket: - type: string - caSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - createBucketIfNotPresent: - properties: - objectLocking: - type: boolean - type: object - encryptionOptions: - properties: - enableEncryption: - type: boolean - kmsEncryptionContext: - type: string - kmsKeyId: - type: string - serverSideCustomerKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - type: object - endpoint: - type: string - insecure: - type: boolean - key: - type: string - region: - type: string - roleARN: - type: string - secretKeySecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - sessionTokenSecret: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - useSDKCreds: - type: boolean - type: object - subPath: - type: string - required: - - name - type: object - type: array - exitCode: - type: string - parameters: - items: - properties: - default: - type: string - description: - type: string - enum: - items: - type: string - type: array - globalName: - type: string - name: - type: string - value: - type: string - valueFrom: - properties: - configMapKeyRef: - properties: - key: - type: string - name: - default: "" - type: string - optional: - type: boolean - required: - - key - type: object - x-kubernetes-map-type: atomic - default: - type: string - event: - type: string - expression: - type: string - jqFilter: - type: string - jsonPath: - type: string - parameter: - type: string - path: - type: string - supplied: - type: object - type: object - required: - - name - type: object - type: array - result: - type: string - type: object - phase: - type: string - progress: - type: string - required: - - metadata - type: object - served: true - storage: true diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtasksets.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtasksets.argoproj.io.yaml deleted file mode 100644 index 83f68e15a..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtasksets.argoproj.io.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: workflowtasksets.argoproj.io - annotations: - helm.sh/resource-policy: keep -spec: - group: argoproj.io - names: - kind: WorkflowTaskSet - listKind: WorkflowTaskSetList - plural: workflowtasksets - shortNames: - - wfts - singular: workflowtaskset - 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: {} diff --git a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtemplates.argoproj.io.yaml b/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtemplates.argoproj.io.yaml deleted file mode 100644 index 43ebbd0db..000000000 --- a/clusters/cl01tl/manifests/argo-workflows/CustomResourceDefinition-workflowtemplates.argoproj.io.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: workflowtemplates.argoproj.io - annotations: - helm.sh/resource-policy: keep -spec: - group: argoproj.io - names: - kind: WorkflowTemplate - listKind: WorkflowTemplateList - plural: workflowtemplates - shortNames: - - wftmpl - singular: workflowtemplate - 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 - required: - - metadata - - spec - type: object - served: true - storage: true diff --git a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml index 340db76d5..788d18c25 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-server.yaml @@ -4,14 +4,14 @@ metadata: name: argo-workflows-server namespace: "argo-workflows" labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server app: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows - app.kubernetes.io/version: "v3.7.11" + app.kubernetes.io/version: "v4.0.2" spec: replicas: 1 revisionHistoryLimit: 10 @@ -22,21 +22,21 @@ spec: template: metadata: labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server app: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows - app.kubernetes.io/version: "v3.7.11" + app.kubernetes.io/version: "v4.0.2" annotations: - checksum/cm: 316dde29318bde833be6de75edb879dfbda3843142599e68d9015f970ef1593d + checksum/cm: db4ab0f942dba3d65db57efee732f4130b7911f0d27012328c0ba0579407969f spec: serviceAccountName: argo-workflows-server containers: - name: argo-server - image: "quay.io/argoproj/argocli:v3.7.11" + image: "quay.io/argoproj/argocli:v4.0.2" imagePullPolicy: Always securityContext: allowPrivilegeEscalation: false diff --git a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml index b5ef8a95f..27fc58d6d 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Deployment-argo-workflows-workflow-controller.yaml @@ -4,14 +4,14 @@ metadata: name: argo-workflows-workflow-controller namespace: "argo-workflows" labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller app: workflow-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows - app.kubernetes.io/version: "v3.7.11" + app.kubernetes.io/version: "v4.0.2" spec: replicas: 1 revisionHistoryLimit: 10 @@ -22,26 +22,26 @@ spec: template: metadata: labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller app: workflow-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows - app.kubernetes.io/version: "v3.7.11" + app.kubernetes.io/version: "v4.0.2" spec: serviceAccountName: argo-workflows-workflow-controller containers: - name: controller - image: "quay.io/argoproj/workflow-controller:v3.7.11" + image: "quay.io/argoproj/workflow-controller:v4.0.2" imagePullPolicy: Always command: ["workflow-controller"] args: - "--configmap" - "argo-workflows-workflow-controller-configmap" - "--executor-image" - - "quay.io/argoproj/argoexec:v3.7.11" + - "quay.io/argoproj/argoexec:v4.0.2" - "--loglevel" - "info" - "--gloglevel" diff --git a/clusters/cl01tl/manifests/argo-workflows/Job-argo-workflows-crd-install.yaml b/clusters/cl01tl/manifests/argo-workflows/Job-argo-workflows-crd-install.yaml new file mode 100644 index 000000000..1a0d6106b --- /dev/null +++ b/clusters/cl01tl/manifests/argo-workflows/Job-argo-workflows-crd-install.yaml @@ -0,0 +1,57 @@ +apiVersion: batch/v1 +kind: Job +metadata: + name: argo-workflows-crd-install + namespace: argo-workflows + labels: + helm.sh/chart: argo-workflows-1.0.2 + app.kubernetes.io/name: argo-workflows-crd-install + app.kubernetes.io/instance: argo-workflows + app.kubernetes.io/component: crds + app: crds + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/part-of: argo-workflows + annotations: + "helm.sh/hook": pre-install,pre-upgrade + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded +spec: + template: + metadata: + labels: + helm.sh/chart: argo-workflows-1.0.2 + app.kubernetes.io/name: argo-workflows-crd-install + app.kubernetes.io/instance: argo-workflows + app.kubernetes.io/component: crds + app: crds + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/part-of: argo-workflows + spec: + serviceAccountName: argo-workflows-crd-install + containers: + - name: apply + image: "registry.k8s.io/kubectl:v1.35.2" + env: + command: + - kubectl + - apply + - --server-side + - --force-conflicts + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_clusterworkflowtemplates.yaml" + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_cronworkflows.yaml" + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowartifactgctasks.yaml" + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workfloweventbindings.yaml" + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflows.yaml" + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowtaskresults.yaml" + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowtasksets.yaml" + - -f + - "https://raw.githubusercontent.com/argoproj/argo-helm/argo-workflows-1.0.2/charts/argo-workflows/files/crds/full/argoproj.io_workflowtemplates.yaml" + restartPolicy: Never + backoffLimit: 3 diff --git a/clusters/cl01tl/manifests/argo-workflows/Role-argo-workflows-workflow.yaml b/clusters/cl01tl/manifests/argo-workflows/Role-argo-workflows-workflow.yaml index 7219f9e79..42723c265 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Role-argo-workflows-workflow.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Role-argo-workflows-workflow.yaml @@ -3,7 +3,7 @@ kind: Role metadata: name: argo-workflows-workflow labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/RoleBinding-argo-workflows-workflow.yaml b/clusters/cl01tl/manifests/argo-workflows/RoleBinding-argo-workflows-workflow.yaml index 202e229e9..1738d0959 100644 --- a/clusters/cl01tl/manifests/argo-workflows/RoleBinding-argo-workflows-workflow.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/RoleBinding-argo-workflows-workflow.yaml @@ -3,7 +3,7 @@ kind: RoleBinding metadata: name: argo-workflows-workflow labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller diff --git a/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-server.yaml index d51c191f8..14e0bc7f4 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-server.yaml @@ -4,14 +4,14 @@ metadata: name: argo-workflows-server namespace: "argo-workflows" labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server app: server app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows - app.kubernetes.io/version: "v3.7.11" + app.kubernetes.io/version: "v4.0.2" spec: ports: - port: 2746 diff --git a/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-workflow-controller.yaml b/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-workflow-controller.yaml index bfee8ab81..c952ffd64 100644 --- a/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-workflow-controller.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/Service-argo-workflows-workflow-controller.yaml @@ -4,14 +4,14 @@ metadata: name: argo-workflows-workflow-controller namespace: "argo-workflows" labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller app: workflow-controller app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows - app.kubernetes.io/version: "v3.7.11" + app.kubernetes.io/version: "v4.0.2" spec: ports: - name: metrics diff --git a/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-crd-install.yaml b/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-crd-install.yaml new file mode 100644 index 000000000..123e98799 --- /dev/null +++ b/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-crd-install.yaml @@ -0,0 +1,17 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: argo-workflows-crd-install + namespace: argo-workflows + labels: + helm.sh/chart: argo-workflows-1.0.2 + app.kubernetes.io/name: argo-workflows-crd-install + app.kubernetes.io/instance: argo-workflows + app.kubernetes.io/component: crds + app: crds + app.kubernetes.io/managed-by: Helm + app.kubernetes.io/part-of: argo-workflows + annotations: + "helm.sh/hook": pre-install,pre-upgrade + "helm.sh/hook-weight": "-10" + "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded diff --git a/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-server.yaml b/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-server.yaml index 05a1c9ce3..88969b655 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-server.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-server.yaml @@ -4,7 +4,7 @@ metadata: name: argo-workflows-server namespace: "argo-workflows" labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-server app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: server diff --git a/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-workflow-controller.yaml b/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-workflow-controller.yaml index 668343e20..612cf4c8b 100644 --- a/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-workflow-controller.yaml +++ b/clusters/cl01tl/manifests/argo-workflows/ServiceAccount-argo-workflows-workflow-controller.yaml @@ -4,7 +4,7 @@ metadata: name: argo-workflows-workflow-controller namespace: "argo-workflows" labels: - helm.sh/chart: argo-workflows-0.47.5 + helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-workflow-controller app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: workflow-controller