IllumiDesk / helm-chart

The official IllumiDesk helm-chart.
Apache License 2.0
0 stars 5 forks source link

Updates hub chart to version 1.1.1 #133

Closed Abhi94N closed 3 years ago

Abhi94N commented 3 years ago
  1. Updates jupyterhub chart version to 1.1.1
  2. Updates illumidesk chart semver to 5.0.0

NOTE: The deploymentStrategy key is no longer in root but subsequent pod keys. For example:

Jupyterhub: DeploymentStrategy: RollingUpdate

becomes

Jupyterhub: hub: DeploymentStrategy: RollingUpdate singleUser: DeploymentStrategy: Recreate