Skip to content

Commit

Permalink
Upgrade to 1.6.1
Browse files Browse the repository at this point in the history
Update pipelines roles according to the changes in 2.0.0-alpha.5
Changes can be seen in this upstream PR [#2287](kubeflow/manifests#2287).
  • Loading branch information
Dominik Fleischmann authored and DnPlas committed Dec 7, 2022
1 parent a6a8940 commit b7e09fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/manifests/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ rules:
- retry
- terminate
- unarchive
- reportMetrics
- readArtifact
- apiGroups:
- pipelines.kubeflow.org
resources:
Expand Down Expand Up @@ -112,11 +114,18 @@ rules:
- pipelines
- pipelines/versions
- experiments
- runs
- jobs
verbs:
- get
- list
- apiGroups:
- pipelines.kubeflow.org
resources:
- runs
verbs:
- get
- list
- readArtifact
- apiGroups:
- kubeflow.org
resources:
Expand Down

0 comments on commit b7e09fd

Please sign in to comment.