Skip to content

Commit

Permalink
bump(digitalhub): upgraded the platform to version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcagiara committed Dec 18, 2024
1 parent bc8181d commit da31a93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 53 deletions.
6 changes: 3 additions & 3 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.9.0-beta6"
version: "0.9.0"
appVersion: "0.9.0"
dependencies:
- name: argo-workflows
Expand All @@ -23,11 +23,11 @@ dependencies:
repository: https://helm.coder.com/v2
condition: coder.enabled
- name: core
version: "0.3.0"
version: "0.3.1"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: core.enabled
- name: kubernetes-resource-manager
version: "0.2.5"
version: "0.2.6"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: kubernetes-resource-manager.enabled
- name: dremio-rest-server-operator
Expand Down
17 changes: 0 additions & 17 deletions charts/digitalhub/confs/dashboard/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,6 @@
{{- end }}
},
{{- end}}
{{- end }}
{{- if (index .Values "oauth2-proxy" "enabled") }}
{{- range (index .Values "oauth2-proxy" "apps") }}
{
"slug": {{ .name | quote }},
"name": {{ .name | title | quote }},
"description": {{ .description | quote }},
"port": "",
{{- if .ingress.enabled }}
{{- with (index . "ingress" "hosts" 0) }}
"link": "https://{{ . }}"
{{- end }}
{{- else }}
"link": "http://{{ .service.name }}:{{ .service.port }}"
{{- end }}
},
{{- end}}
{{- end }}
{
"slug": "core",
Expand Down
43 changes: 10 additions & 33 deletions charts/digitalhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,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.9.0b2"
image39: "ghcr.io/scc-digitalhub/jupyter-3-9:0.9.0b2"
image311: "ghcr.io/scc-digitalhub/jupyter-3-11:0.9.0b2"
image: "ghcr.io/scc-digitalhub/jupyter-3-10:0.9.0"
image39: "ghcr.io/scc-digitalhub/jupyter-3-9:0.9.0"
image311: "ghcr.io/scc-digitalhub/jupyter-3-11:0.9.0"
privileged: false
- name: dremio
nodePort: "30120"
Expand Down Expand Up @@ -293,29 +293,6 @@ template-controller:
objectTemplate:
enabled: true

oauth2-proxy:
enabled: false
apps:
- name: ""
description: ""
service:
name: ""
port: ""
ingress:
enabled: false
annotations: {}
ingressClassName: ""
hosts: []
path: /
tls: []
redirectUrl: ""
oidcIssuerUrl: ""
existingSecret:
name: ""
clientId: ""
secretKey: ""
resources: {}

dashboard:
replicaCount: 1
image:
Expand Down Expand Up @@ -506,22 +483,22 @@ minio-operator:
protocol: *minioProtocol

platformTests:
preRelease: true ## Used for installing pre release packages
preRelease: false ## Used for installing pre release packages
image: ""
tag: ""
packages:
- name: "digitalhub[full]"
tag: ""
tag: "0.9.0"
- name: "digitalhub-runtime-python"
tag: ""
tag: "0.9.0"
- name: "digitalhub-runtime-container"
tag: ""
tag: "0.9.0"
- name: "digitalhub-runtime-dbt"
tag: ""
tag: "0.9.0"
- name: "digitalhub-runtime-kfp"
tag: ""
tag: "0.9.0"
- name: "digitalhub-runtime-modelserve"
tag: ""
tag: "0.9.0"

argo-workflows:
enabled: true
Expand Down

0 comments on commit da31a93

Please sign in to comment.