Skip to content

Commit

Permalink
release: 0.7.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez authored and tiborsimko committed Oct 5, 2020
1 parent 61ffb7b commit be6f2d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion helm/reana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
- reusable-science
type: application
# Chart version.
version: 0.7.0-alpha.1
version: 0.7.0-alpha.2
kubeVersion: ">= 1.13.0-0 < 1.20.0-0"
dependencies:
- name: traefik
Expand Down
10 changes: 5 additions & 5 deletions helm/reana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,30 @@ components:
docs_url: http://docs.reana.io
forum_url: https://forum.reana.io
imagePullPolicy: IfNotPresent
image: reanahub/reana-ui:0.7.0-alpha.1
image: reanahub/reana-ui:0.7.0-alpha.2
reana_db:
enabled: true
reana_server:
imagePullPolicy: IfNotPresent
image: reanahub/reana-server:0.7.0-alpha.1
image: reanahub/reana-server:0.7.0-alpha.3
environment:
REANA_MAX_CONCURRENT_BATCH_WORKFLOWS: 30
uwsgi:
processes: 6
threads: 4
reana_workflow_controller:
imagePullPolicy: IfNotPresent
image: reanahub/reana-workflow-controller:0.7.0-alpha.1
image: reanahub/reana-workflow-controller:0.7.0-alpha.3
environment:
SHARED_VOLUME_PATH: /var/reana
reana_workflow_engine_cwl:
image: reanahub/reana-workflow-engine-cwl:0.7.0-alpha.1
reana_workflow_engine_yadage:
image: reanahub/reana-workflow-engine-yadage:0.7.0-alpha.1
image: reanahub/reana-workflow-engine-yadage:0.7.0-alpha.2
reana_workflow_engine_serial:
image: reanahub/reana-workflow-engine-serial:0.7.0-alpha.1
reana_job_controller:
image: reanahub/reana-job-controller:0.7.0-alpha.1
image: reanahub/reana-job-controller:0.7.0-alpha.3
reana_message_broker:
imagePullPolicy: IfNotPresent
image: reanahub/reana-message-broker:0.7.0-alpha.1
Expand Down
2 changes: 1 addition & 1 deletion reana/reana_dev/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def release_helm(ctx, user): # noqa: D301
f"mkdir {index_path}",
f"helm package helm/reana --destination {package_path} --dependency-update",
f"cr upload -o {user} -r {component} --release-name-template '{{{{ .Version }}}}'",
f"cr index -o {user} -r {component} -c {repository}",
f"cr index -o {user} -r {component} -c {repository} --release-name-template '{{{{ .Version }}}}'",
]:
run_command(cmd, component)

Expand Down

0 comments on commit be6f2d3

Please sign in to comment.