Version 0.6.3 release of the public-hub Helm chart. Please run helm repo update.
- Added packages to the SSH image:
iputils-ping traceroute netcat sudo. - Added the
jovyanuser to the SSH image. This allows ssh to work on out of the box deployments with thejovyanuser. - Updated the SSH deployment to include label
hub.jupyter.org/network-access-singleuser: "true"so that traffic from the SSH pod can route to the notebook pods when Kubernetes network policies are enforced. - Updated the
values.yamlto specifynetworkPolicy.allowedIngressPorts=[22]to allow ingress traffic on port 22. This allows SSH traffic when Kubernetes network policies are enforced. - Updated the
mariadbchart dependency version constraint to>=9.3.5since9.3.5is no longer available. Updates the dependency to11.4.4. - Added configuration to the
mariadbchart invalues.yamlto create an Init Container that downloads Hive schema init scripts as neitherwgetnorcurlwere available in the updated MariaDB image packaged with version11.4.4of themariadbHelm chart. - Added Carl L Christofferson as maintainer of the chart.
- Added CHANGELOG.md to the repository for tracking this update and future changes.
- Added
public-hub-0.6.3.tgzHelm chart and updatedindex.yamlto include the new version