Skip to content

Commit

Permalink
Merge pull request #9 from uw-it-aca/pm-add_rttl_umbrella_chart
Browse files Browse the repository at this point in the history
missed some namespaces, updated readme, revved to 0.1.2
  • Loading branch information
paulkm authored Aug 2, 2022
2 parents 984bc7e + 632d8d0 commit d710546
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# rttl-charts
Helm charts for RTTL deployments

## Update process
- Make changes
- Update version in main Chart.yaml
- If the changes were in a subchart:
- Update that version in the subchart's Chart.yaml
- Update the subchart dependencies in the main Chart.yaml
- cd to './charts/rttl-jupyterhub' and run `helm dependency update`
- Verify contents of Chart.lock
- git commit etc
6 changes: 3 additions & 3 deletions charts/rttl-jupyterhub/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 1.1.3
- name: rttl-jh-nfs
repository: ""
version: 0.0.2
digest: sha256:de71e256432521215b017fb5a62df1b608eacd23b835df258da7f907bc9cb5b6
generated: "2022-08-01T16:26:09.369931-07:00"
version: 0.0.3
digest: sha256:e726644c7932b9bc38e2767c62130ac28cfa8875c27d7ee1d5996bc456e0f337
generated: "2022-08-02T11:15:35.412762-07:00"
4 changes: 2 additions & 2 deletions charts/rttl-jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description: A Helm chart for the University of Washington JupyterHubs for Teach

type: application

version: 0.1.1
version: 0.1.2

dependencies:
- name: jupyterhub
version: "1.1.3"
repository: "https://jupyterhub.github.io/helm-chart"
- name: rttl-jh-nfs
version: "0.0.2"
version: "0.0.3"
condition: global.rttl.features.nfs.enabled

2 changes: 1 addition & 1 deletion charts/rttl-jupyterhub/charts/rttl-jh-nfs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ 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: 0.0.2
version: 0.0.3

0 comments on commit d710546

Please sign in to comment.