From e0664f971666c816871822747652c0eee925d72c Mon Sep 17 00:00:00 2001 From: Nimrod Becker Date: Wed, 17 Jul 2019 15:02:39 +0300 Subject: [PATCH] Update to 5.0 --- src/deploy/NVA_build/noobaa_agent.yaml | 2 +- src/deploy/NVA_build/noobaa_core.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deploy/NVA_build/noobaa_agent.yaml b/src/deploy/NVA_build/noobaa_agent.yaml index 997a307e30..d92e361bf7 100644 --- a/src/deploy/NVA_build/noobaa_agent.yaml +++ b/src/deploy/NVA_build/noobaa_agent.yaml @@ -46,7 +46,7 @@ spec: tcpSocket: port: 6001 timeoutSeconds: 5 - image: noobaa/noobaa-agent:AGENT_IMAGE_VERSION + image: noobaa/noobaa-core:AGENT_IMAGE_VERSION imagePullPolicy: IfNotPresent resources: # https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ diff --git a/src/deploy/NVA_build/noobaa_core.yaml b/src/deploy/NVA_build/noobaa_core.yaml index e6811d22dc..a0ce3defd6 100644 --- a/src/deploy/NVA_build/noobaa_core.yaml +++ b/src/deploy/NVA_build/noobaa_core.yaml @@ -128,7 +128,7 @@ spec: tcpSocket: port: 6001 timeoutSeconds: 5 - image: noobaa/noobaa-core:4.0.2 + image: noobaa/noobaa-core:5.0.0 imagePullPolicy: IfNotPresent resources: # https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/