Skip to content

Commit 5e4988f

Browse files
committed
Update to 3.2.1 OpenStudio server
1 parent 14b9e99 commit 5e4988f

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ cluster.name | Kubernetes AWS or Google cluster name. If you change the default
5757
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 |
60-
web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.2.0 |
61-
web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server:3.2.0 |
62-
worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server:3.2.0 |
63-
rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve:3.2.0 |
60+
web_background.container.image | Container to run the web background. Can use a custom image to override default | nrel/openstudio-server:3.2.1 |
61+
web.container.image | Container to run the web front-end. Can use a custom image to override default | nrel/openstudio-server:3.2.1 |
62+
worker.container.image | Container to run the worker. Can use a custom image to override default | nrel/openstudio-server:3.2.1 |
63+
rserve.container.image | Container to run r server. Can use a custom image to override default | nrel/openstudio-rserve:3.2.1 |
6464

6565

6666
## Accessing OpenStudio Server

openstudio-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.2.1
17+
version: 0.2.2
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.2.1-rc1
21+
appVersion: 3.2.1
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

openstudio-server/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ rserve:
9090
label: "rserve"
9191
container:
9292
name: "rserve"
93-
image: "nrel/openstudio-rserve:3.2.1-rc1"
93+
image: "nrel/openstudio-rserve:3.2.1"
9494
cpu: 1
9595
memory: 2Gi
9696

@@ -104,7 +104,7 @@ web_background:
104104
label: "web-background"
105105
container:
106106
name: "web-background"
107-
image: "nrel/openstudio-server:3.2.1-rc1"
107+
image: "nrel/openstudio-server:3.2.1"
108108
cpu: 1
109109
memory: "3Gi"
110110

@@ -114,7 +114,7 @@ web:
114114
secret_key_value: "c4ab6d293e4bf52ee92e8dda6e16dc9b5448d0c5f7908ee40c66736d515f3c29142d905b283d73e5e9cef6b13cd8e38be6fd3b5e25d00f35b259923a86c7c473"
115115
container:
116116
name: "web"
117-
image: "nrel/openstudio-server:3.2.1-rc1"
117+
image: "nrel/openstudio-server:3.2.1"
118118
cpu: 2
119119
memory: "6Gi"
120120
port:
@@ -142,7 +142,7 @@ worker:
142142
label: "worker"
143143
container:
144144
name: "worker"
145-
image: "nrel/openstudio-server:3.2.1-rc1"
145+
image: "nrel/openstudio-server:3.2.1"
146146
cpu: 1
147147
memory: "3Gi"
148148
terminationGracePeriodSeconds: 3600

0 commit comments

Comments
 (0)