Skip to content

Commit

Permalink
Merge pull request #142 from Calcagiara/dhub81
Browse files Browse the repository at this point in the history
Dhub81
  • Loading branch information
ffais authored Dec 3, 2024
2 parents 35d8a0b + a270623 commit 607ec96
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 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.8.0"
version: "0.8.1"
appVersion: "0.8.0"
dependencies:
- name: apigw-operator
Expand All @@ -19,11 +19,11 @@ dependencies:
repository: https://helm.coder.com/v2
condition: coder.enabled
- name: core
version: "0.2.17"
version: "0.2.20"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: core.enabled
- name: kubernetes-resource-manager
version: "0.2.4"
version: "0.2.5"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: kubernetes-resource-manager.enabled
- name: dremio-rest-server-operator
Expand Down
3 changes: 3 additions & 0 deletions charts/digitalhub/confs/coder/grafana-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ resource "kubernetes_deployment" "grafana" {
}
spec {
replicas = 1
strategy {
type = "Recreate"
}
selector {
match_labels = {
"app.kubernetes.io/name" = "grafana-workspace"
Expand Down
3 changes: 3 additions & 0 deletions charts/digitalhub/confs/coder/sqlpad-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ resource "kubernetes_deployment" "sqlpad" {
}
spec {
replicas = 1
strategy {
type = "Recreate"
}
selector {
match_labels = {
"app.kubernetes.io/name" = "sqlpad-workspace"
Expand Down
6 changes: 3 additions & 3 deletions charts/digitalhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,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.0"
image39: "ghcr.io/scc-digitalhub/jupyter-3-9:0.7.0"
image311: "ghcr.io/scc-digitalhub/jupyter-3-11:0.7.0"
image: "ghcr.io/scc-digitalhub/jupyter-3-10:0.8.1"
image39: "ghcr.io/scc-digitalhub/jupyter-3-9:0.8.1"
image311: "ghcr.io/scc-digitalhub/jupyter-3-11:0.8.1"
privileged: false
- name: dremio
nodePort: "30120"
Expand Down

0 comments on commit 607ec96

Please sign in to comment.