From 7c8f1b27b29518af72e47ca0f0cfa0a4f1156977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewelina=20Grudzie=C5=84?= Date: Thu, 6 Jun 2024 15:34:41 +0200 Subject: [PATCH] Prepare release 1.0.0 --- README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index ad73a9621..6595a1e1a 100644 --- a/README.adoc +++ b/README.adoc @@ -2633,7 +2633,7 @@ Create DNS records for the ``keycloak.example.com``, ``fairspace.example.com`` a # List available fairspace chart versions ~/bin/helm/helm search repo --versions fairspace/fairspace # Fetch the fairspace chart -~/bin/helm/helm pull fairspace/fairspace --version 0.7.29 +~/bin/helm/helm pull fairspace/fairspace --version 1.0.0 ---- ===== Deploy Keycloak @@ -2721,7 +2721,7 @@ Create a new deployment (called _release_ in helm terminology) and install the Fairspace chart: [source, shell] ---- -~/bin/helm/helm install fairspace-new fairspace/fairspace --version 0.7.29 --namespace fairspace-new \ +~/bin/helm/helm install fairspace-new fairspace/fairspace --version 1.0.0 --namespace fairspace-new \ -f /path/to/values.yaml --set-file saturn.vocabulary=/path/to/vocabulary.ttl --set-file saturn.views=/path/to/views.yaml ---- You can pass values files with ``-f`` and provide a file for a specified @@ -2818,7 +2818,7 @@ Additionally, to include custom icons for `fairspace.icons` option, you need to [source, shell] ---- -~/bin/helm/helm install fairspace-new fairspace/fairspace --version 0.7.29 --namespace fairspace-new \ +~/bin/helm/helm install fairspace-new fairspace/fairspace --version 1.0.0 --namespace fairspace-new \ -f /path/to/values.yaml --set-file saturn.vocabulary=/path/to/vocabulary.ttl --set-file saturn.views=/path/to/views.yaml --set-file svgicons.extra-icon=/path/to/extra-icon.svg ---- @@ -2874,7 +2874,7 @@ jupyterhub: To update a deployment using a new chart: [source, shell] ---- -~/bin/helm/helm upgrade fairspace-new fairspace-0.7.29.tgz +~/bin/helm/helm upgrade fairspace-new fairspace-1.0.0.tgz ---- With ``helm upgrade`` you can also pass new values files with ``-f`` and pass files with ``--set-file`` as for ``helm install``.