Skip to content

Commit

Permalink
Reverted changes in Chart, Jupyter and CRM
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcagiara committed Dec 1, 2023
1 parent 923f299 commit 402f4fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
7 changes: 2 additions & 5 deletions helm/digitalhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
condition: core.enabled
10 changes: 0 additions & 10 deletions helm/digitalhub/charts/custom-resource-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm/digitalhub/confs/coder/jupyter-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 402f4fa

Please sign in to comment.