Skip to content

Commit

Permalink
Updated workflow-controller and argoexec to latest (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Sashank Agarwal <sashankagarwal97@gmail.com>

Signed-off-by: Sashank Agarwal <sashankagarwal97@gmail.com>
  • Loading branch information
sasagarw authored Dec 7, 2022
1 parent 1eca2ad commit 98cd152
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions deploy/deploy-argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,48 @@ spec:
served: true
storage: true
---
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: {}
---
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -875,6 +917,7 @@ rules:
- workflowtasksets
- workflowtasksets/finalizers
- workflowtaskresults
- workflowartifactgctasks
verbs:
- create
- delete
Expand Down Expand Up @@ -916,6 +959,7 @@ rules:
- workflowtasksets
- workflowtasksets/finalizers
- workflowtaskresults
- workflowartifactgctasks
verbs:
- create
- delete
Expand Down Expand Up @@ -956,6 +1000,7 @@ rules:
- clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
- workflowartifactgctasks
verbs:
- get
- list
Expand Down Expand Up @@ -1024,6 +1069,7 @@ rules:
- workflowtasksets
- workflowtasksets/finalizers
- workflowtaskresults
- workflowartifactgctasks
verbs:
- get
- list
Expand Down Expand Up @@ -1121,7 +1167,6 @@ metadata:
data:
instanceID: activemonitor-workflows
namespace: health
containerRuntimeExecutor: emissary
workflowDefaults: |
spec:
ttlStrategy:
Expand Down Expand Up @@ -1159,7 +1204,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.3.9
- argoproj/argoexec:v3.4.4
command:
- workflow-controller
env:
Expand All @@ -1168,7 +1213,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.3.9
image: argoproj/workflow-controller:v3.4.4
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 98cd152

Please sign in to comment.