diff --git a/charts/digitalhub/Chart.yaml b/charts/digitalhub/Chart.yaml index 4cf774f..d291055 100644 --- a/charts/digitalhub/Chart.yaml +++ b/charts/digitalhub/Chart.yaml @@ -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 @@ -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 diff --git a/charts/digitalhub/confs/dashboard/components.json b/charts/digitalhub/confs/dashboard/components.json index 84ce858..51cc8da 100644 --- a/charts/digitalhub/confs/dashboard/components.json +++ b/charts/digitalhub/confs/dashboard/components.json @@ -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", diff --git a/charts/digitalhub/values.yaml b/charts/digitalhub/values.yaml index 7070f50..7815ee4 100644 --- a/charts/digitalhub/values.yaml +++ b/charts/digitalhub/values.yaml @@ -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" @@ -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: @@ -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