-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pass pipeline runner service account to api server * update schema * fix * change image * Update schema.yaml * Update values.yaml * Update values.yaml
- Loading branch information
Showing
3 changed files
with
112 additions
and
92 deletions.
There are no files selected for viewing
24 changes: 12 additions & 12 deletions
24
manifests/gcp_marketplace/chart/kubeflow-pipelines/values.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,33 +1,33 @@ | ||
images: | ||
mysql: gcr.io/ml-pipeline/mysql:5.6 | ||
apiServer: gcr.io/ml-pipeline/api-server:0.1.27 | ||
argoExecutor: gcr.io/ml-pipeline/argoexec:v2.3.0 | ||
argoWorkflowController: gcr.io/ml-pipeline/workflow-controller:v2.3.0 | ||
cloudsqlProxy: gcr.io/cloudsql-docker/gce-proxy:1.14 | ||
frontend: gcr.io/ml-pipeline/frontend:0.1.27 | ||
metadataServer: gcr.io/kubeflow-images-public/metadata:v0.1.8 | ||
minio: gcr.io/ml-pipeline/minio:RELEASE.2019-08-14T20-37-41Z | ||
apiServer: gcr.io/ml-pipeline/api-server:0.1.27 | ||
mysql: gcr.io/ml-pipeline/mysql:5.6 | ||
persistenceagent: gcr.io/ml-pipeline/persistenceagent:0.1.27 | ||
proxyAgent: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.27 | ||
scheduledworkflow: gcr.io/ml-pipeline/scheduledworkflow:0.1.27 | ||
frontend: gcr.io/ml-pipeline/frontend:0.1.27 | ||
viewerCrd: gcr.io/ml-pipeline/viewer-crd-controller:0.1.27 | ||
visualizationServer: gcr.io/ml-pipeline/visualization-server:0.1.27 | ||
metadataServer: gcr.io/kubeflow-images-public/metadata:v0.1.8 | ||
proxyAgent: gcr.io/ml-pipeline/inverse-proxy-agent:0.1.27 | ||
argoExecutor: gcr.io/ml-pipeline/argoexec:v2.3.0 | ||
argoWorkflowController: gcr.io/ml-pipeline/workflow-controller:v2.3.0 | ||
|
||
serviceAccount: | ||
proxyAgentRunner: null | ||
argo: null | ||
mlPipeline: null | ||
mlPipelinePersistenceAgent: null | ||
mlPipelineScheduledWorkflow: null | ||
mlPipelineUI: null | ||
mlPipelineViewerCrd: null | ||
mlPipeline: null | ||
pipelineRunner: null | ||
argo: null | ||
proxyAgentRunner: null | ||
|
||
managedstorage: | ||
enabled: false | ||
cloudsqlInstanceName: null | ||
cloudsqlZone: null | ||
databaseNamePrefix: null | ||
dbPassword: null | ||
enabled: false | ||
gcpProject: null | ||
gcpSecretName: null | ||
databaseNamePrefix: null |
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 +1 @@ | ||
FROM gcr.io/cloud-marketplace-tools/k8s/deployer_helm/onbuild | ||
FROM gcr.io/ml-pipeline/marketplace-k8s-app-tools/k8s/deployer_helm/onbuild:0829-pr396 |
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