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 committed Sep 22, 2020
1 parent d9b8b3d commit f671c73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm/reana/Chart.yaml
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
8 changes: 4 additions & 4 deletions helm/reana/values.yaml
Expand Up @@ -52,20 +52,20 @@ 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.2
environment:
SHARED_VOLUME_PATH: /var/reana
reana_workflow_engine_cwl:
Expand All @@ -75,7 +75,7 @@ components:
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.2
reana_message_broker:
imagePullPolicy: IfNotPresent
image: reanahub/reana-message-broker:0.7.0-alpha.1
Expand Down

0 comments on commit f671c73

Please sign in to comment.