Skip to content

Commit

Permalink
Merge pull request #5955 from shaneknapp/update-chp
Browse files Browse the repository at this point in the history
[DH-355] update chp to 4.6.2
  • Loading branch information
shaneknapp authored Aug 14, 2024
2 parents a45a5b2 + 2abbc5d commit 6d8fd81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
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

0 comments on commit 6d8fd81

Please sign in to comment.