Skip to content

Commit

Permalink
release: 0.7.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Aug 14, 2020
1 parent a8a273f commit 90d92bf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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-dev20200611
version: 0.7.0-alpha.1
kubeVersion: ">= 1.13.0 <= 1.18"
dependencies:
- name: traefik
Expand Down
16 changes: 8 additions & 8 deletions helm/reana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,33 +50,33 @@ components:
reana_ui:
enabled: false
imagePullPolicy: IfNotPresent
image: reanahub/reana-ui:0.6.0-59-g9dacae5
image: reanahub/reana-ui:0.7.0-alpha.1
reana_db:
enabled: true
reana_server:
imagePullPolicy: IfNotPresent
image: reanahub/reana-server:0.6.0-58-g1ed94f1
image: reanahub/reana-server:0.7.0-alpha.1
environment:
REANA_MAX_CONCURRENT_BATCH_WORKFLOWS: 30
uwsgi:
processes: 6
threads: 4
reana_workflow_controller:
imagePullPolicy: IfNotPresent
image: reanahub/reana-workflow-controller:0.6.0-36-gb702986
image: reanahub/reana-workflow-controller:0.7.0-alpha.1
environment:
SHARED_VOLUME_PATH: /var/reana
reana_workflow_engine_cwl:
image: reanahub/reana-workflow-engine-cwl:0.6.0-9-gcda4d46
image: reanahub/reana-workflow-engine-cwl:0.7.0-alpha.1
reana_workflow_engine_yadage:
image: reanahub/reana-workflow-engine-yadage:0.6.0-14-g7f9773c
image: reanahub/reana-workflow-engine-yadage:0.7.0-alpha.1
reana_workflow_engine_serial:
image: reanahub/reana-workflow-engine-serial:0.6.0-13-gef2eb4c
image: reanahub/reana-workflow-engine-serial:0.7.0-alpha.1
reana_job_controller:
image: reanahub/reana-job-controller:0.6.0-31-g35c4fc8
image: reanahub/reana-job-controller:0.7.0-alpha.1
reana_message_broker:
imagePullPolicy: IfNotPresent
image: reanahub/reana-message-broker:0.6.0-1-gac35315
image: reanahub/reana-message-broker:0.7.0-alpha.1

notifications:
enabled: false
Expand Down

0 comments on commit 90d92bf

Please sign in to comment.