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/