Skip to content

Commit fb897e6

Browse files
author
Ryan Sandor Richards
committed
Node versions and container image name for shiva.
1 parent e0f48d1 commit fb897e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/group_vars/alpha-shiva.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "shiva"
2-
container_image: "registry.runnable.com/runnable/shiva"
2+
container_image: "registry.runnable.com/runnable/{{name}}"
33
container_tag: "{{ git_branch }}"
44
repo: "git@github.com:CodeNow/astral.git"
5-
node_version: "0.10.38"
6-
npm_version: "2.1.18"
5+
node_version: "4.2.1"
6+
npm_version: "2.8.3"
77

88
# Overrides the start command in the builder role
99
npm_start_command: "run shiva-start"

0 commit comments

Comments
 (0)