Skip to content

Commit

Permalink
bump to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-becker committed Jul 24, 2019
1 parent 1078cc8 commit 25ed5da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noobaa-core",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"description": "",
Expand Down
4 changes: 2 additions & 2 deletions 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:5.0.0
image: noobaa/noobaa-core:5.0.1
imagePullPolicy: IfNotPresent
resources:
# https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
Expand Down Expand Up @@ -213,7 +213,7 @@ spec:
name: mongo-datadir
initContainers:
- name: init-mongo
image: noobaa/noobaa-core:5.0.0
image: noobaa/noobaa-core:5.0.1
# command: ['/noobaa_init_files/kube_pv_chown', 'server']
command: ['/noobaa_init_files/noobaa_init.sh', 'init_mongo']
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion src/deploy/NVA_build/noobaa_deploy_k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EMAIL="[email protected]"
PASSWD=""
SYS_NAME=noobaa
NAMESPACE=$(kubectl config get-contexts | grep "\*" | awk '{print $5}')
NOOBAA_CORE_YAML=https://raw.githubusercontent.com/noobaa/noobaa-core/4.0/src/deploy/NVA_build/noobaa_core.yaml
NOOBAA_CORE_YAML=https://raw.githubusercontent.com/noobaa/noobaa-core/5.0/src/deploy/NVA_build/noobaa_core.yaml
CREDS_SECRET_NAME=noobaa-create-sys-creds
NOOBAA_SECRETS_NAME=noobaa-secrets
ACCESS_KEY=""
Expand Down

0 comments on commit 25ed5da

Please sign in to comment.