Update pipelines to 1.7.0 (#1997)
Signed-off-by: Kimonas Sotirchos <kimwnasptd@arrikto.com>
This commit is contained in:
parent
f4dbef22cb
commit
d9a64570c0
|
|
@ -8,4 +8,4 @@ commonLabels:
|
|||
app: cache-deployer
|
||||
images:
|
||||
- name: gcr.io/ml-pipeline/cache-deployer
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ commonLabels:
|
|||
app: cache-server
|
||||
images:
|
||||
- name: gcr.io/ml-pipeline/cache-server
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ data:
|
|||
until the changes take effect. A quick way to restart all deployments in a
|
||||
namespace: `kubectl rollout restart deployment -n <your-namespace>`.
|
||||
appName: pipeline
|
||||
appVersion: 1.7.0-rc.3
|
||||
appVersion: 1.7.0
|
||||
dbHost: mysql
|
||||
dbPort: "3306"
|
||||
mlmdDb: metadb
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ resources:
|
|||
- metadata-grpc-sa.yaml
|
||||
images:
|
||||
- name: gcr.io/ml-pipeline/metadata-envoy
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
|
|
|
|||
|
|
@ -37,14 +37,14 @@ resources:
|
|||
- kfp-launcher-configmap.yaml
|
||||
images:
|
||||
- name: gcr.io/ml-pipeline/api-server
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
- name: gcr.io/ml-pipeline/persistenceagent
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
- name: gcr.io/ml-pipeline/scheduledworkflow
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
- name: gcr.io/ml-pipeline/frontend
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
- name: gcr.io/ml-pipeline/viewer-crd-controller
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
- name: gcr.io/ml-pipeline/visualization-server
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ resources:
|
|||
- metadata-writer-sa.yaml
|
||||
images:
|
||||
- name: gcr.io/ml-pipeline/metadata-writer
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
images:
|
||||
- name: gcr.io/ml-pipeline/inverse-proxy-agent
|
||||
newTag: 1.7.0-rc.3
|
||||
newTag: 1.7.0
|
||||
resources:
|
||||
- proxy-configmap.yaml
|
||||
- proxy-deployment.yaml
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ metadata:
|
|||
name: workflow-controller-configmap
|
||||
data:
|
||||
# References:
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.yaml
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.yaml
|
||||
|
||||
# Emissary Executor: https://argoproj.github.io/argo-workflows/workflow-executors/#emissary-emissary
|
||||
containerRuntimeExecutor: emissary
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ metadata:
|
|||
name: workflow-controller-configmap
|
||||
data:
|
||||
# References:
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.yaml
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.yaml
|
||||
|
||||
# pns executor is a more portable default, see https://github.com/kubeflow/pipelines/issues/1654.
|
||||
containerRuntimeExecutor: pns
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ metadata:
|
|||
name: workflow-controller-configmap
|
||||
data:
|
||||
# References:
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.yaml
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.yaml
|
||||
|
||||
# pns executor is a more portable default, see https://github.com/kubeflow/pipelines/issues/1654.
|
||||
# However, it is flaky for containers that run really fast, see https://github.com/kubeflow/pipelines/issues/5285.
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ metadata:
|
|||
name: workflow-controller-configmap
|
||||
data:
|
||||
# References:
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.2/docs/workflow-controller-configmap.yaml
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/config/config.go
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.md
|
||||
# * https://github.com/argoproj/argo-workflows/blob/v3.1.6/docs/workflow-controller-configmap.yaml
|
||||
|
||||
# emissary executor is a more portable default, see https://github.com/kubeflow/pipelines/issues/1654.
|
||||
containerRuntimeExecutor: docker
|
||||
|
|
|
|||
|
|
@ -7,12 +7,12 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: workflow-controller
|
||||
image: gcr.io/ml-pipeline/workflow-controller:v3.1.5-patch-license-compliance
|
||||
image: gcr.io/ml-pipeline/workflow-controller:v3.1.6-patch-license-compliance
|
||||
args:
|
||||
- --configmap
|
||||
- workflow-controller-configmap
|
||||
- --executor-image
|
||||
- gcr.io/ml-pipeline/argoexec:v3.1.5-patch-license-compliance
|
||||
- gcr.io/ml-pipeline/argoexec:v3.1.6-patch-license-compliance
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
|
|
|
|||
|
|
@ -8,3 +8,11 @@ bases:
|
|||
- ../../upstream/manifests/base/crds
|
||||
- ../../upstream/manifests/cluster-install/workflow-controller-rbac
|
||||
- ../../base
|
||||
|
||||
patchesJson6902:
|
||||
- target:
|
||||
group: rbac.authorization.k8s.io
|
||||
version: v1
|
||||
kind: ClusterRoleBinding
|
||||
name: argo-binding
|
||||
path: workflow-controller-clusterrolebinding-patch.json
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"op": "replace",
|
||||
"path": "/subjects/0/namespace",
|
||||
"value": "kubeflow"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue