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 Apr 18, 2023
1 parent 9c33dc0 commit 4bbd56f
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 @@ -586,7 +586,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldonv2-controller:latest
image: seldonio/seldonv2-controller:2.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -654,7 +654,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-dataflow-engine:latest
image: seldonio/seldon-dataflow-engine:2.4.0
imagePullPolicy: IfNotPresent
name: dataflow-engine
resources:
Expand Down Expand Up @@ -707,7 +707,7 @@ spec:
key: ca.crt
name: seldon-controlplane-server
optional: true
image: seldonio/seldon-envoy:latest
image: seldonio/seldon-envoy:2.4.0
imagePullPolicy: IfNotPresent
name: envoy
ports:
Expand Down Expand Up @@ -751,7 +751,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-hodometer:latest
image: seldonio/seldon-hodometer:2.4.0
imagePullPolicy: IfNotPresent
name: hodometer
securityContext:
Expand Down Expand Up @@ -799,7 +799,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-modelgateway:latest
image: seldonio/seldon-modelgateway:2.4.0
imagePullPolicy: IfNotPresent
name: modelgateway
resources:
Expand Down Expand Up @@ -862,7 +862,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-pipelinegateway:latest
image: seldonio/seldon-pipelinegateway:2.4.0
imagePullPolicy: IfNotPresent
name: pipelinegateway
ports:
Expand Down Expand Up @@ -929,7 +929,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: seldonio/seldon-scheduler:latest
image: seldonio/seldon-scheduler:2.4.0
imagePullPolicy: IfNotPresent
name: scheduler
ports:
Expand Down Expand Up @@ -986,7 +986,7 @@ metadata:
spec:
podSpec:
containers:
- image: seldonio/seldon-rclone:latest
- image: seldonio/seldon-rclone:2.4.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -1069,7 +1069,7 @@ spec:
resourceFieldRef:
containerName: mlserver
resource: requests.memory
image: seldonio/seldon-agent:latest
image: seldonio/seldon-agent:2.4.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -1186,7 +1186,7 @@ metadata:
spec:
podSpec:
containers:
- image: seldonio/seldon-rclone:latest
- image: seldonio/seldon-rclone:2.4.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -1263,7 +1263,7 @@ spec:
resourceFieldRef:
containerName: triton
resource: requests.memory
image: seldonio/seldon-agent:latest
image: seldonio/seldon-agent:2.4.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down

0 comments on commit 4bbd56f

Please sign in to comment.