Skip to content
Snippets Groups Projects
Commit 432b5e65 authored by František Dvořák's avatar František Dvořák
Browse files

Fix internal monitoring - helm package with enabled network access to JupyterHub

parent 0b281f42
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
vars:
name: "{{ item | basename | splitext | first }}"
version: "3.2.1" # app 4.0.2 (2023-11-27)
monitor_version: "0.3.0"
monitor_version: "0.3.1"
shell: |-
helm status --namespace {{ name }} {{ name }}
if [ $? -ne 0 ]; then
......
......@@ -36,7 +36,7 @@
vars:
name: "{{ item | basename | splitext | first }}"
version: "3.2.1" # app 4.0.2 (2023-11-27)
monitor_version: "0.3.0"
monitor_version: "0.3.1"
shell: |-
helm status --namespace {{ name }} {{ name }}
if [ $? -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment