Skip to content

Commit

Permalink
Merge pull request #6124 from shaneknapp/fix-dev-image
Browse files Browse the repository at this point in the history
[DH-301] fixing secondary image for dev
  • Loading branch information
shaneknapp authored Sep 9, 2024
2 parents 7a76b3d + 9104afe commit ba9d56a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/dev/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jupyterhub:
- display_name: "Dashboard image"
description: "A newer repo2docker-based image with a primary focus of building dashboards."
kubespawner_override:
image: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/dev-secondary-image
image: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/dev-secondary-image:df11f4f1caa1
- display_name: "1524699: DataHub Infrastructure"
slug: "1524699"
description: "Regular image with per-course subpath."
Expand Down
4 changes: 4 additions & 0 deletions deployments/dev/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# you will also need to update config/common.yaml to include the following for
# the secondary image tag:
# kubespawner_override:
# image: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/dev-secondary-image:df11f4f1caa1
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/dev-primary-image:6000a5694eab
Expand Down

0 comments on commit ba9d56a

Please sign in to comment.