forked from kromanow94/kubeflow-manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync kubeflow pipelines manifests 2.2.0 (kubeflow#2700)
* Update kubeflow/pipelines manifests from 2.2.0 Signed-off-by: juliusvonkohout <[email protected]> * Update sync-pipelines-manifests.sh Signed-off-by: juliusvonkohout <[email protected]> * Update kubeflow/pipelines manifests from 2.2.0 Signed-off-by: juliusvonkohout <[email protected]> * Delete sync-kfp-tekton-manifests.sh See kubeflow/pipelines#10702 Signed-off-by: juliusvonkohout <[email protected]> --------- Signed-off-by: juliusvonkohout <[email protected]>
- Loading branch information
1 parent
c217bf6
commit 5046abe
Showing
171 changed files
with
34,562 additions
and
6,899 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ commonLabels: | |
app: cache-deployer | ||
images: | ||
- name: gcr.io/ml-pipeline/cache-deployer | ||
newTag: 2.1.0 | ||
newTag: 2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ commonLabels: | |
app: cache-server | ||
images: | ||
- name: gcr.io/ml-pipeline/cache-server | ||
newTag: 2.1.0 | ||
newTag: 2.2.0 |
83 changes: 41 additions & 42 deletions
83
apps/pipeline/upstream/base/installs/generic/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,47 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: kubeflow | ||
bases: | ||
- ../../pipeline | ||
- ../../cache | ||
- ../../cache-deployer | ||
resources: | ||
- pipeline-install-config.yaml | ||
- mysql-secret.yaml | ||
- ../../pipeline | ||
- ../../cache | ||
- ../../cache-deployer | ||
- pipeline-install-config.yaml | ||
- mysql-secret.yaml | ||
vars: | ||
- name: kfp-namespace | ||
objref: | ||
kind: Deployment | ||
apiVersion: apps/v1 | ||
name: ml-pipeline | ||
fieldref: | ||
fieldpath: metadata.namespace | ||
- name: kfp-app-name | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.appName | ||
- name: kfp-app-version | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.appVersion | ||
- name: kfp-artifact-bucket-name | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.bucketName | ||
- name: kfp-default-pipeline-root | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.defaultPipelineRoot | ||
- name: kfp-namespace | ||
objref: | ||
kind: Deployment | ||
apiVersion: apps/v1 | ||
name: ml-pipeline | ||
fieldref: | ||
fieldpath: metadata.namespace | ||
- name: kfp-app-name | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.appName | ||
- name: kfp-app-version | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.appVersion | ||
- name: kfp-artifact-bucket-name | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.bucketName | ||
- name: kfp-default-pipeline-root | ||
objref: | ||
kind: ConfigMap | ||
name: pipeline-install-config | ||
apiVersion: v1 | ||
fieldref: | ||
fieldpath: data.defaultPipelineRoot | ||
configurations: | ||
- params.yaml | ||
- params.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
apps/pipeline/upstream/base/installs/generic/postgres/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
apps/pipeline/upstream/base/postgresql/cache/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
bases: | ||
resources: | ||
- ../../cache | ||
patchesStrategicMerge: | ||
- cache-deployment-patch.yaml | ||
patches: | ||
- path: cache-deployment-patch.yaml |
6 changes: 3 additions & 3 deletions
6
apps/pipeline/upstream/base/postgresql/pipeline/kustomization.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
bases: | ||
resources: | ||
- ../../pipeline | ||
patchesStrategicMerge: | ||
- ml-pipeline-apiserver-deployment-patch.yaml | ||
patches: | ||
- path: ml-pipeline-apiserver-deployment-patch.yaml |
Oops, something went wrong.