Skip to content

Commit

Permalink
Merge pull request #4 from 2i2c-org/rename-repo
Browse files Browse the repository at this point in the history
Rename helm chart to jupyterhub-home-nfs
  • Loading branch information
sgibson91 authored Oct 16, 2024
2 parents 08cee40 + 6730c95 commit c9b6f09
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish-docker-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::$(cat helm/jupyter-home-nfs/Chart.yaml | grep version | awk '{print $2}')
run: echo ::set-output name=VERSION::$(cat helm/jupyterhub-home-nfs/Chart.yaml | grep version | awk '{print $2}')

- name: Package Helm Chart
run: |
helm package helm/jupyter-home-nfs -d .helm-charts
helm package helm/jupyterhub-home-nfs -d .helm-charts
- name: Push Helm Chart
run: |
helm push .helm-charts/jupyter-home-nfs-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/sunu/jupyter-home-nfs
helm push .helm-charts/jupyterhub-home-nfs-${{ steps.get_version.outputs.VERSION }}.tgz oci://ghcr.io/2i2c-org/jupyterhub-home-nfs
8 changes: 4 additions & 4 deletions chartpress.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
charts:
- name: jupyter-home-nfs
chartPath: helm/jupyter-home-nfs
imagePrefix: ghcr.io/sunu/
- name: jupyterhub-home-nfs
chartPath: helm/jupyterhub-home-nfs
imagePrefix: ghcr.io/2i2c-org/
repo:
git: sunu/jupyter-home-nfs
git: 2i2c-org/jupyterhub-home-nfs
images:
get-quota-your-home:
valuesPath: quotaEnforcer.image
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: jupyter-home-nfs
name: jupyterhub-home-nfs
description: A Helm chart for an in-cluster NFS server with storage quota enforcement
version: 0.0.5
appVersion: "0.0.5"
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
nfsServer:
image:
repository: ghcr.io/sunu/nfs-ganesha
repository: ghcr.io/2i2c-org/nfs-ganesha
tag: 0.0.5

quotaEnforcer:
image:
repository: ghcr.io/sunu/get-quota-your-home
repository: ghcr.io/2i2c-org/get-quota-your-home
tag: 0.0.5
path: "/export"
# quota in GB
Expand Down

0 comments on commit c9b6f09

Please sign in to comment.