Skip to content

Commit

Permalink
Setting version for yaml manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
seldondev committed Feb 3, 2023
1 parent f985d97 commit 699def5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions k8s/yaml/seldon-v2-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldonv2-controller:latest
image: seldonio/seldonv2-controller:2.2.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -653,7 +653,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-dataflow-engine:latest
image: seldonio/seldon-dataflow-engine:2.2.0
imagePullPolicy: IfNotPresent
name: dataflow-engine
resources:
Expand Down Expand Up @@ -706,7 +706,7 @@ spec:
key: ca.crt
name: seldon-controlplane-server
optional: true
image: seldonio/seldon-envoy:latest
image: seldonio/seldon-envoy:2.2.0
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down Expand Up @@ -750,7 +750,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-hodometer:latest
image: seldonio/seldon-hodometer:2.2.0
imagePullPolicy: IfNotPresent
name: hodometer
securityContext:
Expand Down Expand Up @@ -798,7 +798,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-modelgateway:latest
image: seldonio/seldon-modelgateway:2.2.0
imagePullPolicy: IfNotPresent
name: modelgateway
resources:
Expand Down Expand Up @@ -861,7 +861,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-pipelinegateway:latest
image: seldonio/seldon-pipelinegateway:2.2.0
imagePullPolicy: IfNotPresent
name: pipelinegateway
ports:
Expand Down Expand Up @@ -927,7 +927,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-scheduler:latest
image: seldonio/seldon-scheduler:2.2.0
imagePullPolicy: IfNotPresent
name: scheduler
ports:
Expand Down Expand Up @@ -979,7 +979,7 @@ metadata:
spec:
podSpec:
containers:
- image: seldonio/seldon-rclone:latest
- image: seldonio/seldon-rclone:2.2.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -1062,7 +1062,7 @@ spec:
resourceFieldRef:
containerName: mlserver
resource: requests.memory
image: seldonio/seldon-agent:latest
image: seldonio/seldon-agent:2.2.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -1179,7 +1179,7 @@ metadata:
spec:
podSpec:
containers:
- image: seldonio/seldon-rclone:latest
- image: seldonio/seldon-rclone:2.2.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -1256,7 +1256,7 @@ spec:
resourceFieldRef:
containerName: triton
resource: requests.memory
image: seldonio/seldon-agent:latest
image: seldonio/seldon-agent:2.2.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down

0 comments on commit 699def5

Please sign in to comment.