From 8bead579b7151bf8a34a2be697d1578db5eaa6fe Mon Sep 17 00:00:00 2001 From: Ivan Chvets Date: Fri, 15 Sep 2023 14:35:18 -0400 Subject: [PATCH] fix: updated description with link --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index bede1bb..a8a90af 100644 --- a/config.yaml +++ b/config.yaml @@ -43,7 +43,7 @@ options: executor-container-image-and-version: type: string default: 'docker.io/seldonio/seldon-core-executor:1.17.1' - description: https://docs.seldon.io/projects/seldon-core/en/v1.14.0/reference/helm.html + description: https://docs.seldon.io/projects/seldon-core/en/latest/reference/images.html executor-container-image-pull-policy: type: string default: 'IfNotPresent'