Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

updated helm chart test #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion charts/jupyter/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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