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 Nov 7, 2024
1 parent 91a90fa commit ef8e6f1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions k8s/yaml/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldonv2-controller:2.8.5-rc4'
image: 'docker.io/seldonio/seldonv2-controller:2.8.5'
imagePullPolicy: 'IfNotPresent'
livenessProbe:
httpGet:
Expand Down Expand Up @@ -603,7 +603,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-scheduler:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-scheduler:2.8.5'
imagePullPolicy: 'IfNotPresent'
name: scheduler
ports:
Expand Down Expand Up @@ -750,7 +750,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-pipelinegateway:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-pipelinegateway:2.8.5'
imagePullPolicy: 'IfNotPresent'
name: pipelinegateway
ports:
Expand Down Expand Up @@ -877,7 +877,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-modelgateway:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-modelgateway:2.8.5'
imagePullPolicy: 'IfNotPresent'
name: modelgateway
resources:
Expand Down Expand Up @@ -946,7 +946,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-hodometer:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-hodometer:2.8.5'
imagePullPolicy: 'IfNotPresent'
name: hodometer
resources:
Expand Down Expand Up @@ -993,7 +993,7 @@ spec:
key: ca.crt
name: 'seldon-controlplane-server'
optional: true
image: 'docker.io/seldonio/seldon-envoy:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-envoy:2.8.5'
imagePullPolicy: 'IfNotPresent'
name: envoy
ports:
Expand Down Expand Up @@ -1090,7 +1090,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-dataflow-engine:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-dataflow-engine:2.8.5'
imagePullPolicy: 'IfNotPresent'
name: dataflow-engine
resources:
Expand Down Expand Up @@ -1142,7 +1142,7 @@ metadata:
spec:
podSpec:
containers:
- image: 'docker.io/seldonio/seldon-rclone:2.8.5-rc4'
- image: 'docker.io/seldonio/seldon-rclone:2.8.5'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down Expand Up @@ -1273,7 +1273,7 @@ spec:
resourceFieldRef:
containerName: mlserver
resource: requests.memory
image: 'docker.io/seldonio/seldon-agent:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-agent:2.8.5'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down Expand Up @@ -1398,7 +1398,7 @@ metadata:
spec:
podSpec:
containers:
- image: 'docker.io/seldonio/seldon-rclone:2.8.5-rc4'
- image: 'docker.io/seldonio/seldon-rclone:2.8.5'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down Expand Up @@ -1521,7 +1521,7 @@ spec:
resourceFieldRef:
containerName: triton
resource: requests.memory
image: 'docker.io/seldonio/seldon-agent:2.8.5-rc4'
image: 'docker.io/seldonio/seldon-agent:2.8.5'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down

0 comments on commit ef8e6f1

Please sign in to comment.