Skip to content

Commit

Permalink
Update kubeflow/kfp-tekton manifests from v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Feb 15, 2022
1 parent 5b9e660 commit 4fa68b1
Show file tree
Hide file tree
Showing 8 changed files with 1,016 additions and 229 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ commonLabels:
app: cache-deployer
images:
- name: gcr.io/ml-pipeline/cache-deployer
newTag: 1.7.0
newTag: 1.8.0-rc.3
2 changes: 1 addition & 1 deletion apps/kfp-tekton/upstream/base/cache/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ commonLabels:
images:
- name: gcr.io/ml-pipeline/cache-server
newName: docker.io/aipipeline/cache-server
newTag: 1.1.0
newTag: 1.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rules:
- kubeflow.org
resources:
- scheduledworkflows
- scheduledworkflows/finalizers
verbs:
- create
- get
Expand Down
10 changes: 5 additions & 5 deletions apps/kfp-tekton/upstream/base/pipeline/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ patchesStrategicMerge:
images:
- name: gcr.io/ml-pipeline/api-server
newName: docker.io/aipipeline/api-server
newTag: 1.1.0
newTag: 1.1.1
- name: gcr.io/ml-pipeline/persistenceagent
newName: docker.io/aipipeline/persistenceagent
newTag: 1.1.0
newTag: 1.1.1
- name: gcr.io/ml-pipeline/scheduledworkflow
newName: docker.io/aipipeline/scheduledworkflow
newTag: 1.1.0
newTag: 1.1.1
- name: gcr.io/ml-pipeline/frontend
newName: docker.io/aipipeline/frontend
newTag: 1.1.0
newTag: 1.1.1
- name: gcr.io/ml-pipeline/viewer-crd-controller
newTag: 1.7.0
- name: gcr.io/ml-pipeline/visualization-server
newTag: 1.7.0
- name: gcr.io/ml-pipeline/metadata-writer
newName: docker.io/aipipeline/metadata-writer
newTag: 1.1.0
newTag: 1.1.1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rules:
- kubeflow.org
resources:
- scheduledworkflows
- scheduledworkflows/finalizers
verbs:
- create
- get
Expand Down
Loading

0 comments on commit 4fa68b1

Please sign in to comment.