@@ -60,7 +60,7 @@ This chart deploys all of the required secrets, services, and deployments on a [
6060 a. Using the internal Postgres database :
6161
6262 ` ` ` console
63- DEPLOYHUB_VERSION=10.0.1088
63+ DEPLOYHUB_VERSION=10.0.335
6464 helm repo add deployhub https://deployhubproject.github.io/DeployHub-Pro/
6565 helm repo update
6666 helm upgrade --install my-release deployhub/deployhub --set dh-ms-general.dbpass=my_db_password --set global.postgresql.enabled=true --set global.nginxController.enabled=true --version "${DEPLOYHUB_VERSION}" --namespace deployhub --create-namespace
@@ -71,7 +71,7 @@ This chart deploys all of the required secrets, services, and deployments on a [
7171 b. Using the external Postgres database :
7272
7373 ` ` ` console
74- DEPLOYHUB_VERSION=10.0.1088
74+ DEPLOYHUB_VERSION=10.0.335
7575 helm repo add deployhub https://deployhubproject.github.io/DeployHub-Pro/
7676 helm repo update
7777 helm upgrade --install my-release deployhub/deployhub --set dh-ms-general.dbpass=my_db_password --set dh-ms-general.dbuser=postgres --set dh-ms-general.dbhost=postgres.hosted.com --set-string dh-ms-general.dbport=5432 --set global.nginxController.enabled=true --version "${DEPLOYHUB_VERSION}" --namespace deployhub --create-namespace
@@ -98,7 +98,7 @@ This chart deploys all of the required secrets, services, and deployments on a [
9898 a. Using the internal Postgres database :
9999
100100 ` ` ` console
101- DEPLOYHUB_VERSION=10.0.1088
101+ DEPLOYHUB_VERSION=10.0.335
102102 helm repo add deployhub https://deployhubproject.github.io/DeployHub-Pro/
103103 helm repo update
104104 helm upgrade --install my-release deployhub/deployhub --set dh-ms-general.dbpass=my_db_password --set global.postgresql.enabled=true --set dh-ms-nginx.ingress.nodePort=30000 --version "${DEPLOYHUB_VERSION}" --namespace deployhub --create-namespace
@@ -109,7 +109,7 @@ This chart deploys all of the required secrets, services, and deployments on a [
109109 b. Using the external Postgres database :
110110
111111 ` ` ` console
112- DEPLOYHUB_VERSION=10.0.1088
112+ DEPLOYHUB_VERSION=10.0.335
113113 helm repo add deployhub https://deployhubproject.github.io/DeployHub-Pro/
114114 helm repo update
115115 helm upgrade --install my-release deployhub/deployhub --set dh-ms-general.dbpass=my_db_password --set dh-ms-general.dbuser=postgres --set dh-ms-general.dbhost=postgres.hosted.com --set-string dh-ms-general.dbport=5432 --set dh-ms-nginx.ingress.nodePort=30000 --version "${DEPLOYHUB_VERSION}" --namespace deployhub --create-namespace
@@ -161,7 +161,7 @@ This chart deploys all of the required secrets, services, and deployments on a [
161161 a. Using the external Postgres database :
162162
163163 ` ` ` console
164- DEPLOYHUB_VERSION=10.0.1088
164+ DEPLOYHUB_VERSION=10.0.335
165165 DEPLOYHUB_DNSNAME=deployhub.example.com
166166 helm repo add deployhub https://deployhubproject.github.io/DeployHub-Pro/
167167 helm repo update
@@ -189,7 +189,7 @@ This chart deploys all of the required secrets, services, and deployments on a [
1891893. Setup Environment Variables
190190
191191 ` ` ` console
192- DEPLOYHUB_VERSION=10.0.1088
192+ DEPLOYHUB_VERSION=10.0.335
193193 CLUSTER_NAME=deployhub
194194 ` ` `
195195
@@ -233,7 +233,7 @@ This chart deploys all of the required secrets, services, and deployments on a [
233233 a. Using the external Postgres database :
234234
235235 ` ` ` console
236- DEPLOYHUB_VERSION=10.0.1088
236+ DEPLOYHUB_VERSION=10.0.335
237237 DEPLOYHUB_DNSNAME=deployhub.example.com
238238 helm repo add deployhub https://deployhubproject.github.io/DeployHub-Pro/
239239 helm repo update
0 commit comments