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

bump(dhub): bumped versions #118

Merged
merged 1 commit into from
Sep 11, 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
4 changes: 2 additions & 2 deletions charts/digitalhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ maintainers:
url: https://github.com/ffais
- name: calcagiara
url: https://github.com/Calcagiara
version: "0.7.0"
version: "0.7.1"
appVersion: "0.7.0"
dependencies:
- name: apigw-operator
Expand All @@ -19,7 +19,7 @@ dependencies:
repository: https://helm.coder.com/v2
condition: coder.enabled
- name: core
version: "0.2.9"
version: "0.2.10"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: core.enabled
- name: kubernetes-resource-manager
Expand Down
8 changes: 4 additions & 4 deletions charts/digitalhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ coder:
- name: jupyter
nodePort: "30040"
iconUrl: https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/1200px-Jupyter_logo.svg.png
image: "ghcr.io/scc-digitalhub/jupyter-3-10:0.7.0b3"
image39: "ghcr.io/scc-digitalhub/jupyter-3-9:0.7.0b3"
image311: "ghcr.io/scc-digitalhub/jupyter-3-11:0.7.0b3"
image: "ghcr.io/scc-digitalhub/jupyter-3-10:0.7.0b6"
image39: "ghcr.io/scc-digitalhub/jupyter-3-9:0.7.0b6"
image311: "ghcr.io/scc-digitalhub/jupyter-3-11:0.7.0b6"
privileged: false
- name: dremio
nodePort: "30120"
Expand Down Expand Up @@ -333,7 +333,7 @@ core:
coreAuthCreds: # These are example creds, change them to your needs.
clientId: "m04bfbmd03m8sf4u9ucz54ti"
clientSecret: "9rb5215z0aqd7fadzxuoyqe3"
kanikoArgs: false
kanikoArgs: ""
additionalConfig: # Configuration of pods created by Core
debug:
enableMetrics: false # Enable/disable metrics. Metrics server deployment is required.
Expand Down