diff --git a/helm/digitalhub/Chart.yaml b/helm/digitalhub/Chart.yaml index 7f336196..a97f49ea 100644 --- a/helm/digitalhub/Chart.yaml +++ b/helm/digitalhub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: digitalhub description: A Helm chart for Kubernetes type: application -version: 0.2.23 +version: 0.2.21 appVersion: "0.1.0" dependencies: - name: docker-registry @@ -34,7 +34,4 @@ dependencies: version: "7.0.3" - name: core version: "0.1.0" - condition: core.enabled -- name: dremio-rest-server-operator - version: "0.1.0" - condition: dremio-rest-server-operator.enabled \ No newline at end of file + condition: core.enabled \ No newline at end of file diff --git a/helm/digitalhub/charts/custom-resource-manager/values.yaml b/helm/digitalhub/charts/custom-resource-manager/values.yaml index a1b21b6b..b360bcd7 100644 --- a/helm/digitalhub/charts/custom-resource-manager/values.yaml +++ b/helm/digitalhub/charts/custom-resource-manager/values.yaml @@ -68,16 +68,6 @@ rbac: - create - delete - patch - - apiGroups: "operator.dremiorestserver.com" - crd: true - resources: - - dremiorestservers - verbs: - - get - - list - - create - - delete - - patch - apiGroups: "batch" crd: false resources: diff --git a/helm/digitalhub/confs/coder/jupyter-main.tf b/helm/digitalhub/confs/coder/jupyter-main.tf index fb7ade38..58cdfc19 100644 --- a/helm/digitalhub/confs/coder/jupyter-main.tf +++ b/helm/digitalhub/confs/coder/jupyter-main.tf @@ -325,7 +325,7 @@ resource "kubernetes_deployment" "jupyter" { } container { name = "jupyter" - image = "ghcr.io/scc-digitalhub/jupyter:1.4.0_0.0.1" + image = "ghcr.io/scc-digitalhub/jupyter:1.4.0" image_pull_policy = "Always" command = ["sh", "-c", coder_agent.jupyter.init_script] security_context {