diff --git a/html/develop/en/notebooks/demo_kubernetes_admin_notebook.ipynb b/html/develop/en/notebooks/demo_kubernetes_admin_notebook.ipynb
index 3b186136..63718238 100644
--- a/html/develop/en/notebooks/demo_kubernetes_admin_notebook.ipynb
+++ b/html/develop/en/notebooks/demo_kubernetes_admin_notebook.ipynb
@@ -19,7 +19,7 @@
{
"cell_type": "code",
"execution_count": 2,
- "id": "fa03fd4a",
+ "id": "be88a87f",
"metadata": {},
"outputs": [
{
@@ -53,7 +53,7 @@
},
{
"cell_type": "markdown",
- "id": "eb50b811",
+ "id": "8b15e19d",
"metadata": {},
"source": [
"#### Since the service has been deployed in the demo 1, the URL should be accessible."
@@ -392,7 +392,7 @@
},
{
"cell_type": "markdown",
- "id": "2ce531a6",
+ "id": "bad1c2de",
"metadata": {},
"source": [
"### Archives of queries"
@@ -401,7 +401,7 @@
{
"cell_type": "code",
"execution_count": 11,
- "id": "538c6553",
+ "id": "bac76d74",
"metadata": {},
"outputs": [
{
diff --git a/html/develop/en/notebooks/demo_kubernetes_deployment_notebook.ipynb b/html/develop/en/notebooks/demo_kubernetes_deployment_notebook.ipynb
index 738a8843..a3555791 100644
--- a/html/develop/en/notebooks/demo_kubernetes_deployment_notebook.ipynb
+++ b/html/develop/en/notebooks/demo_kubernetes_deployment_notebook.ipynb
@@ -21,7 +21,7 @@
{
"cell_type": "code",
"execution_count": 1,
- "id": "12663312",
+ "id": "53a14c68",
"metadata": {},
"outputs": [
{
@@ -47,7 +47,7 @@
},
{
"cell_type": "markdown",
- "id": "991b3a2c",
+ "id": "34d680c0",
"metadata": {},
"source": [
"### Server"
@@ -254,7 +254,7 @@
},
{
"cell_type": "markdown",
- "id": "5f35b219",
+ "id": "b38a1f8c",
"metadata": {},
"source": [
"#### Update `values.yaml` file\n",
@@ -291,7 +291,7 @@
},
{
"cell_type": "markdown",
- "id": "7a101ed5",
+ "id": "391b40fd",
"metadata": {},
"source": [
"#### Access the client environment through the url and use the password defined in the values file."
@@ -308,7 +308,7 @@
{
"cell_type": "code",
"execution_count": null,
- "id": "e7a340f4",
+ "id": "ece25f0e",
"metadata": {},
"outputs": [],
"source": [
diff --git a/html/develop/en/notebooks/kubernetes_deployment_notebook.ipynb b/html/develop/en/notebooks/kubernetes_deployment_notebook.ipynb
index 734f6fde..f72daeb4 100644
--- a/html/develop/en/notebooks/kubernetes_deployment_notebook.ipynb
+++ b/html/develop/en/notebooks/kubernetes_deployment_notebook.ipynb
@@ -199,7 +199,7 @@
},
{
"cell_type": "markdown",
- "id": "2223ba33",
+ "id": "1e29596c",
"metadata": {},
"source": [
"Again, one needs to update the `values.yaml` file with the desired values. The important fields are `ingress.hosts[0].host` and `ingress.tls.hosts[0]` for the url, `password` for the user session and `image.repository` for specifying the previously built image. Make sure to change the `nameOverride`, `fullnameOverride` and url when deploying multiple client images.\n",
@@ -221,7 +221,7 @@
},
{
"cell_type": "markdown",
- "id": "44eaadda",
+ "id": "6a34991c",
"metadata": {},
"source": [
"The user session should now be available at the specified url, just type the password and you are in!\n",