Skip to content

Commit

Permalink
Merge pull request #120 from Calcagiara/dhub7
Browse files Browse the repository at this point in the history
bump(dhub): bumped version
  • Loading branch information
ffais authored Oct 1, 2024
2 parents a45b122 + 2fd7f2d commit 7ab9a06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 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.7.1"
version: "0.7.2"
appVersion: "0.7.0"
dependencies:
- name: apigw-operator
Expand All @@ -19,7 +19,7 @@ dependencies:
repository: https://helm.coder.com/v2
condition: coder.enabled
- name: core
version: "0.2.10"
version: "0.2.11"
repository: https://scc-digitalhub.github.io/digitalhub/
condition: core.enabled
- name: kubernetes-resource-manager
Expand Down
1 change: 1 addition & 0 deletions charts/digitalhub/confs/coder/grafana-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ resource "kubernetes_deployment" "grafana" {
spec {
security_context {
run_as_user = "472"
fs_group = "472"
}
container {
name = "grafana"
Expand Down
6 changes: 3 additions & 3 deletions charts/digitalhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,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.0b6"
image39: "ghcr.io/scc-digitalhub/jupyter-3-9:0.7.0b6"
image311: "ghcr.io/scc-digitalhub/jupyter-3-11:0.7.0b6"
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"
privileged: false
- name: dremio
nodePort: "30120"
Expand Down

0 comments on commit 7ab9a06

Please sign in to comment.