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 27, 2024
1 parent cdd1f3a commit 89aa658
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.0-rc1'
image: 'docker.io/seldonio/seldonv2-controller:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
livenessProbe:
httpGet:
Expand Down Expand Up @@ -596,7 +596,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-scheduler:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-scheduler:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
name: scheduler
ports:
Expand Down Expand Up @@ -739,7 +739,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-pipelinegateway:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-pipelinegateway:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
name: pipelinegateway
ports:
Expand Down Expand Up @@ -862,7 +862,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-modelgateway:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-modelgateway:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
name: modelgateway
resources:
Expand Down Expand Up @@ -927,7 +927,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-hodometer:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-hodometer:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
name: hodometer
resources:
Expand Down Expand Up @@ -968,7 +968,7 @@ spec:
key: ca.crt
name: 'seldon-controlplane-server'
optional: true
image: 'docker.io/seldonio/seldon-envoy:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-envoy:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
name: envoy
ports:
Expand Down Expand Up @@ -1061,7 +1061,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: 'docker.io/seldonio/seldon-dataflow-engine:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-dataflow-engine:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
name: dataflow-engine
resources:
Expand Down Expand Up @@ -1113,7 +1113,7 @@ metadata:
spec:
podSpec:
containers:
- image: 'docker.io/seldonio/seldon-rclone:2.8.0-rc1'
- image: 'docker.io/seldonio/seldon-rclone:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down Expand Up @@ -1228,7 +1228,7 @@ spec:
resourceFieldRef:
containerName: mlserver
resource: requests.memory
image: 'docker.io/seldonio/seldon-agent:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-agent:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down Expand Up @@ -1353,7 +1353,7 @@ metadata:
spec:
podSpec:
containers:
- image: 'docker.io/seldonio/seldon-rclone:2.8.0-rc1'
- image: 'docker.io/seldonio/seldon-rclone:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down Expand Up @@ -1460,7 +1460,7 @@ spec:
resourceFieldRef:
containerName: triton
resource: requests.memory
image: 'docker.io/seldonio/seldon-agent:2.8.0-rc1'
image: 'docker.io/seldonio/seldon-agent:2.8.0-rc2'
imagePullPolicy: 'IfNotPresent'
lifecycle:
preStop:
Expand Down

0 comments on commit 89aa658

Please sign in to comment.