Skip to content

Commit

Permalink
Merge pull request #5619 from nimrod-becker/nimrod_fixes
Browse files Browse the repository at this point in the history
Update to 5.0
  • Loading branch information
nimrod-becker authored Jul 17, 2019
2 parents 671c9bb + e0664f9 commit 37461b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/deploy/NVA_build/noobaa_agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/NVA_build/noobaa_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 37461b6

Please sign in to comment.