Skip to content

Commit 456036a

Browse files
committed
Setting version for yaml manifests
1 parent 1ccc180 commit 456036a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

k8s/yaml/components.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ spec:
293293
valueFrom:
294294
fieldRef:
295295
fieldPath: metadata.namespace
296-
image: 'docker.io/seldonio/seldonv2-controller:2.9.0-rc2'
296+
image: 'docker.io/seldonio/seldonv2-controller:2.9.0'
297297
imagePullPolicy: 'IfNotPresent'
298298
livenessProbe:
299299
httpGet:
@@ -420,7 +420,7 @@ spec:
420420
valueFrom:
421421
fieldRef:
422422
fieldPath: metadata.namespace
423-
image: 'docker.io/seldonio/seldon-scheduler:2.9.0-rc2'
423+
image: 'docker.io/seldonio/seldon-scheduler:2.9.0'
424424
imagePullPolicy: 'IfNotPresent'
425425
name: scheduler
426426
ports:
@@ -570,7 +570,7 @@ spec:
570570
valueFrom:
571571
fieldRef:
572572
fieldPath: metadata.namespace
573-
image: 'docker.io/seldonio/seldon-pipelinegateway:2.9.0-rc2'
573+
image: 'docker.io/seldonio/seldon-pipelinegateway:2.9.0'
574574
imagePullPolicy: 'IfNotPresent'
575575
name: pipelinegateway
576576
ports:
@@ -700,7 +700,7 @@ spec:
700700
valueFrom:
701701
fieldRef:
702702
fieldPath: metadata.namespace
703-
image: 'docker.io/seldonio/seldon-modelgateway:2.9.0-rc2'
703+
image: 'docker.io/seldonio/seldon-modelgateway:2.9.0'
704704
imagePullPolicy: 'IfNotPresent'
705705
name: modelgateway
706706
resources:
@@ -769,7 +769,7 @@ spec:
769769
valueFrom:
770770
fieldRef:
771771
fieldPath: metadata.namespace
772-
image: 'docker.io/seldonio/seldon-hodometer:2.9.0-rc2'
772+
image: 'docker.io/seldonio/seldon-hodometer:2.9.0'
773773
imagePullPolicy: 'IfNotPresent'
774774
name: hodometer
775775
resources:
@@ -816,7 +816,7 @@ spec:
816816
key: ca.crt
817817
name: 'seldon-controlplane-server'
818818
optional: true
819-
image: 'docker.io/seldonio/seldon-envoy:2.9.0-rc2'
819+
image: 'docker.io/seldonio/seldon-envoy:2.9.0'
820820
imagePullPolicy: 'IfNotPresent'
821821
lifecycle:
822822
preStop:
@@ -926,7 +926,7 @@ spec:
926926
valueFrom:
927927
fieldRef:
928928
fieldPath: metadata.namespace
929-
image: 'docker.io/seldonio/seldon-dataflow-engine:2.9.0-rc2'
929+
image: 'docker.io/seldonio/seldon-dataflow-engine:2.9.0'
930930
imagePullPolicy: 'IfNotPresent'
931931
name: dataflow-engine
932932
resources:
@@ -981,7 +981,7 @@ spec:
981981
- env:
982982
- name: RCLONE_LOG_LEVEL
983983
value: 'INFO'
984-
image: 'docker.io/seldonio/seldon-rclone:2.9.0-rc2'
984+
image: 'docker.io/seldonio/seldon-rclone:2.9.0'
985985
imagePullPolicy: 'IfNotPresent'
986986
lifecycle:
987987
preStop:
@@ -1114,7 +1114,7 @@ spec:
11141114
resourceFieldRef:
11151115
containerName: mlserver
11161116
resource: requests.memory
1117-
image: 'docker.io/seldonio/seldon-agent:2.9.0-rc2'
1117+
image: 'docker.io/seldonio/seldon-agent:2.9.0'
11181118
imagePullPolicy: 'IfNotPresent'
11191119
lifecycle:
11201120
preStop:
@@ -1242,7 +1242,7 @@ spec:
12421242
- env:
12431243
- name: RCLONE_LOG_LEVEL
12441244
value: 'INFO'
1245-
image: 'docker.io/seldonio/seldon-rclone:2.9.0-rc2'
1245+
image: 'docker.io/seldonio/seldon-rclone:2.9.0'
12461246
imagePullPolicy: 'IfNotPresent'
12471247
lifecycle:
12481248
preStop:
@@ -1367,7 +1367,7 @@ spec:
13671367
resourceFieldRef:
13681368
containerName: triton
13691369
resource: requests.memory
1370-
image: 'docker.io/seldonio/seldon-agent:2.9.0-rc2'
1370+
image: 'docker.io/seldonio/seldon-agent:2.9.0'
13711371
imagePullPolicy: 'IfNotPresent'
13721372
lifecycle:
13731373
preStop:

0 commit comments

Comments
 (0)