Skip to content

Commit 5894cb6

Browse files
committed
update for 3.5.0
1 parent 1d129cc commit 5894cb6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ worker_hpa.minReplicas | Worker pods that run the simulations | 1 |
5858
worker_hpa.maxReplicas | Maximum Worker pods that run the simulations | 20 |
5959
worker_hpa.targetCPUUtilizationPercentage | When aggregate CPU % of worker pods exceed threshold begin scaling. | 50 |
6060
web_background.replicas | Number of projects/analyses to run in parallel. __*Note__ Algorithmic runs are currently not supported to run in parallel. Keep default value of 1 for these types of analyses. | 1 |
61-
web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.4.0 |
62-
web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server::3.4.0 |
63-
worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server::3.4.0 |
64-
rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve::3.4.0 |
61+
web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.5.0 |
62+
web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server::3.5.0 |
63+
worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server::3.5.0 |
64+
rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve::3.5.0 |
6565

6666

6767
## Accessing OpenStudio Server

Diff for: openstudio-server/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 0.4.0
17+
version: 0.5.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 3.4.0-rc1
21+
appVersion: 3.5.0
2222

2323
# This is an offical helm chart: https://github.com/helm/charts/tree/master/stable/nfs-server-provisioner
2424
# openstudio-sever modfied this slighly to use deployment vs stateful sets as helm does not automatically

Diff for: openstudio-server/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rserve:
101101
number_of_workers: "1"
102102
container:
103103
name: "rserve"
104-
image: "nrel/openstudio-rserve:3.4.0"
104+
image: "nrel/openstudio-rserve:3.5.0"
105105
resources:
106106
requests:
107107
cpu: 1
@@ -118,7 +118,7 @@ web_background:
118118
replicas: 1
119119
container:
120120
name: "web-background"
121-
image: "nrel/openstudio-server:3.4.0"
121+
image: "nrel/openstudio-server:3.5.0"
122122
resources:
123123
limits:
124124
cpu: 0.5
@@ -133,7 +133,7 @@ web:
133133
secret_key_value: "c4ab6d293e4bf52ee92e8dda6e16dc9b5448d0c5f7908ee40c66736d515f3c29142d905b283d73e5e9cef6b13cd8e38be6fd3b5e25d00f35b259923a86c7c473"
134134
container:
135135
name: "web"
136-
image: "nrel/openstudio-server:3.4.0"
136+
image: "nrel/openstudio-server:3.5.0"
137137
resources:
138138
limits:
139139
cpu: 2
@@ -166,7 +166,7 @@ worker:
166166
label: "worker"
167167
container:
168168
name: "worker"
169-
image: "nrel/openstudio-server:3.4.0"
169+
image: "nrel/openstudio-server:3.5.0"
170170
resources:
171171
limits:
172172
cpu: 1

0 commit comments

Comments
 (0)