Skip to content

Commit

Permalink
Merge pull request #6356 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
merging 6355 to prod
  • Loading branch information
shaneknapp authored Oct 9, 2024
2 parents 3165b34 + 4b9b4ac commit 5666ce8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion .github/ISSUE_TEMPLATE/package_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ body:
- type: input
attributes:
label: Package Name
description: Which package do you want installed?
description: Which package do you want to get installed?
value:
validations:
required: true
- type: input
attributes:
label: Package Version
description: What is the version of the package?
value:
validations:
required: true
Expand Down Expand Up @@ -47,6 +54,15 @@ body:
- other
validations:
required: true
- type: textarea
attributes:
label: Reproducible test case
description: Please provide instructions to admins by uploading a reproducible test notebook (ipynb, rmd) or a code block (Python/R/Julia)
<!-- 1. Click the following notebook URL to Launch server on x.datahub.berkeley.edu URL
2. Run cell no. y to execute the code block using the requested package
3. You should get the following output to confirm that the package installation worked as expected.
validations:
required: true
- type: textarea
attributes:
label: Course Name
Expand Down
2 changes: 1 addition & 1 deletion deployments/publichealth/hubploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
images:
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/publichealth-user-image:017e1f8f1a30
- name: us-central1-docker.pkg.dev/ucb-datahub-2018/user-images/publichealth-user-image:78e9a74723e4

cluster:
provider: gcloud
Expand Down

0 comments on commit 5666ce8

Please sign in to comment.