Skip to content

Commit

Permalink
Update helm chart repository reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fydrah committed Sep 14, 2021
1 parent 8b5882b commit 92d589c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 --"
Expand Down
2 changes: 1 addition & 1 deletion helm/loginapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions helm/loginapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
```

0 comments on commit 92d589c

Please sign in to comment.