mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 07:17:26 +08:00
[bitnami/jupyterhub] Fix proxy.service.public.type (#7731)
* Reverting value for proxy.service.public.type * Overriding service.type instead * [bitnami/jupyterhub] Update components versions Signed-off-by: Bitnami Containers <containers@bitnami.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 1.9.1
|
||||
version: 1.10.0
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 10.10.3
|
||||
digest: sha256:f9dcc8938476b08dcabcd286ac359ebae3ebf9f560d688fcd17e3ab4deed113d
|
||||
generated: "2021-09-24T20:35:42.627329509Z"
|
||||
version: 10.12.4
|
||||
digest: sha256:288a5defd8c34bad95888d409d177441bfb0d287ac8e1647198cf7f70c370575
|
||||
generated: "2021-10-15T06:15:16.761628096Z"
|
||||
|
||||
2
bitnami/jupyterhub/ci/ct-values.yaml
Normal file
2
bitnami/jupyterhub/ci/ct-values.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
service:
|
||||
type: ClusterIP
|
||||
@@ -51,7 +51,7 @@ hub:
|
||||
repository: bitnami/jupyterhub
|
||||
## @param hub.image.tag Hub image tag (immutabe tags are recommended)
|
||||
##
|
||||
tag: 1.4.2-debian-10-r65
|
||||
tag: 1.4.2-debian-10-r76
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -566,7 +566,7 @@ proxy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/configurable-http-proxy
|
||||
tag: 4.5.0-debian-10-r65
|
||||
tag: 4.5.0-debian-10-r85
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -893,7 +893,7 @@ proxy:
|
||||
public:
|
||||
## @param proxy.service.public.type Public service type
|
||||
##
|
||||
type: ClusterIP
|
||||
type: LoadBalancer
|
||||
# HTTP Port
|
||||
## @param proxy.service.public.port Public service port
|
||||
##
|
||||
@@ -1205,7 +1205,7 @@ singleuser:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jupyter-base-notebook
|
||||
tag: 1.4.2-debian-10-r33
|
||||
tag: 1.4.2-debian-10-r52
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
@@ -1396,7 +1396,7 @@ singleuser:
|
||||
auxiliaryImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 10-debian-10-r202
|
||||
tag: 10-debian-10-r221
|
||||
pullPolicy: Always
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user