diff --git a/docs/chart.yaml b/docs/chart.yaml index 146e0d0..94096ff 100644 --- a/docs/chart.yaml +++ b/docs/chart.yaml @@ -4,8 +4,8 @@ project: url: https://github.com/fydrah/loginapp description: OIDC authentication helper for Kubernetes repository: - url: https://registry.fhardy.fr/chartrepo/stable - name: fhardy-stable + url: https://charts.fydrah.com + name: fydrah-stable chart: name: loginapp values: "-- generate from values file --" diff --git a/helm/loginapp/Chart.yaml b/helm/loginapp/Chart.yaml index f55c094..fc669e8 100644 --- a/helm/loginapp/Chart.yaml +++ b/helm/loginapp/Chart.yaml @@ -14,7 +14,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. -version: v1.2.0 +version: v1.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/helm/loginapp/README.md b/helm/loginapp/README.md index 6fc4f07..f266eea 100644 --- a/helm/loginapp/README.md +++ b/helm/loginapp/README.md @@ -5,9 +5,9 @@ ## TL;DR; ```console -$ helm repo add fhardy-stable https://registry.fhardy.fr/chartrepo/stable +$ helm repo add fydrah-stable https://charts.fydrah.com $ helm repo update -$ helm install loginapp fhardy-stable/loginapp -n auth +$ helm install loginapp fydrah-stable/loginapp -n auth ``` ## Introduction @@ -28,7 +28,7 @@ This chart deploys on a [Kubernetes](http://kubernetes.io) cluster using the [H To install the chart with the release name `loginapp`: ```console -$ helm install loginapp fhardy-stable/loginapp -n auth +$ helm install loginapp fydrah-stable/loginapp -n auth ``` The command deploys on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `loginapp` chart an Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```console -$ helm install loginapp fhardy-stable/loginapp -n auth --set replicas=1 +$ helm install loginapp fydrah-stable/loginapp -n auth --set replicas=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```console -$ helm install loginapp fhardy-stable/loginapp -n auth --values values.yaml +$ helm install loginapp fydrah-stable/loginapp -n auth --values values.yaml ```