Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DH-355] update chp to 4.6.2 #5955

Merged
merged 1 commit into from
Aug 14, 2024
Merged
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 hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: hub
version: 0.0.1-0.dev.git.7608.ha33ba6ef
version: 20240731-224556
4 changes: 2 additions & 2 deletions hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jupyterhub:
# https://github.com/consideRatio/configurable-http-proxy/commits/main/
#
image:
tag: 4.6.1-fork
tag: 4.6.2
extraCommandLineFlags:
# set the timeout and proxyTimeout to 24 hours (arg is in milliseconds)
# https://github.com/http-party/node-http-proxy?tab=readme-ov-file#options
Expand Down Expand Up @@ -241,7 +241,7 @@ jupyterhub:
# Generated by chartpress
image:
name: gcr.io/ucb-datahub-2018/jupyterhub-hub
tag: '0.0.1-0.dev.git.7607.h4497642d'
tag: '20240731-224556'
networkPolicy:
enabled: true
# interNamespaceAccessLabels=accept makes the hub pod's associated
Expand Down
2 changes: 1 addition & 1 deletion node-placeholder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 0.0.1-0.dev.git.7608.ha33ba6ef
version: 20240731-224556

# 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
5 changes: 3 additions & 2 deletions node-placeholder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
repository: us-central1-docker.pkg.dev/ucb-datahub-2018/core/node-placeholder-scaler
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.0.1-0.dev.git.6946.hdccbf2f4"
tag: "20240731-224556"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -48,7 +48,8 @@ priorityClass:

tolerations:

calendarUrl: https://calendar.google.com/calendar/ical/c_s47m3m1nuj3s81187k3b2b5s5o%40group.calendar.google.com/public/basic.ics
calendarUrl:
https://calendar.google.com/calendar/ical/c_s47m3m1nuj3s81187k3b2b5s5o%40group.calendar.google.com/public/basic.ics

grafana:
tags:
Expand Down
Loading