From 29a722a5661b55d858b14b223fa61427e561a4af Mon Sep 17 00:00:00 2001 From: odysseu <55583423+odysseu@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:05:07 +0100 Subject: [PATCH 1/2] added low resources to test --- charts/jupyter/templates/tests/test-connection.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/jupyter/templates/tests/test-connection.yaml b/charts/jupyter/templates/tests/test-connection.yaml index f15def87..03934839 100644 --- a/charts/jupyter/templates/tests/test-connection.yaml +++ b/charts/jupyter/templates/tests/test-connection.yaml @@ -9,7 +9,13 @@ metadata: spec: containers: - name: wget - image: busybox + image: busybox:1.36.0-uclibc command: ['wget'] args: ['{{ include "library-chart.fullname" . }}:{{ .Values.networking.jupyter.port }}'] + limits: + cpu: 200m + memory: 256Mi + requests: + cpu: 100m + memory: 128Mi restartPolicy: Never From 6ad2edcbc8906977c35b95ada6ea322025328749 Mon Sep 17 00:00:00 2001 From: odysseu <55583423+odysseu@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:45:39 +0100 Subject: [PATCH 2/2] Update Chart.yaml bumped chat version for chart test consistency --- charts/jupyter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 426cce4b..b4484e56 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -25,7 +25,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 6.4.3 +version: 6.4.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to