Skip to content

Commit ba5ad8c

Browse files
authored
Merge pull request #3156 from jupyterhub/update-chart-binderhub
Updates binderhub chart to 1.0.0-0.dev.git.3673.h040c9bbe
2 parents c46ce00 + adae776 commit ba5ad8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mybinder/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# Source code: https://github.com/jupyterhub/binderhub/tree/main/helm-chart
99
# App changelog: https://github.com/jupyterhub/binderhub/blob/main/CHANGES.md
1010
- name: binderhub
11-
version: "1.0.0-0.dev.git.3548.h83da55db"
11+
version: "1.0.0-0.dev.git.3673.h040c9bbe"
1212
repository: https://jupyterhub.github.io/helm-chart
1313
condition: binderhubEnabled
1414

mybinder/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ binderhub:
172172
cors_allow_origin: "*"
173173

174174
banner_message: |
175-
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;position:absolute;top:0px;bottom:0px;margin:auto 0;right:4px;"
175+
<a class="btn" style="width:fit-content;height:fit-content;padding:10px;background-color:#e66581;color:white;font-weight:bold;position:absolute;right:4px;"
176176
onmouseover="this.style.backgroundColor='#d15b75'" onmouseout="this.style.backgroundColor='#e66581'"
177177
href="https://jupyter.org/about#donate" target="_blank">
178178
🤍 Donate to mybinder.org!

0 commit comments

Comments
 (0)