Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
rconway committed Aug 22, 2023
1 parent ca0244f commit 404bc02
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion charts/application-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.0.47
version: 2.0.48

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
18 changes: 9 additions & 9 deletions charts/application-hub/files/hub/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -80,7 +80,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -125,7 +125,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -167,7 +167,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -209,7 +209,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -251,7 +251,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -292,7 +292,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -340,7 +340,7 @@ profiles:
- name: volume-workspace
claim_name: claim-workspace
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down Expand Up @@ -370,7 +370,7 @@ profiles:
- name: volume-workspace
claim_name: claim-dev
size: 10Gi
storage_class: "managed-nfs-storage"
storage_class: "{{ .Values.jupyterhub.hub.extraEnv.STORAGE_CLASS }}"
access_modes:
- "ReadWriteOnce"
volume_mount:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: v1
metadata:
name: application-hub-jupyter-config
data:
{{- (.Files.Glob "files/hub/*").AsConfig | nindent 2 }}
{{- ( tpl (.Files.Glob "files/hub/*").AsConfig . ) | nindent 2 }}

0 comments on commit 404bc02

Please sign in to comment.