Skip to content

Commit

Permalink
Change chart repository address
Browse files Browse the repository at this point in the history
  • Loading branch information
atkrad committed Feb 6, 2024
1 parent 0de0aaf commit bb83af4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Company.info Helm charts repository.
## TL;DR

```bash
$ helm repo add companyinfo https://companyinfo.github.io/helm-charts
$ helm repo add companyinfo https://charts.companyinfo.dev
$ helm search repo companyinfo
$ helm install my-release companyinfo/<chart>
```
Expand All @@ -27,7 +27,7 @@ To install Helm, refer to the [Helm install guide](https://github.com/helm/helm#
The following command allows you to download and install all the charts from this repository:

```bash
$ helm repo add companyinfo https://companyinfo.github.io/helm-charts
$ helm repo add companyinfo https://charts.companyinfo.dev
```

### Using Helm
Expand Down
4 changes: 2 additions & 2 deletions charts/helmet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependency on what we call the `Helmet` library.

dependencies:
- name: helmet
version: 0.6.5
repository: https://companyinfo.github.io/helm-charts
version: 0.11.0
repository: https://charts.companyinfo.dev
import-values: # <== It is mandatory if you want to import the Helmet default values.
- defaults
```
Expand Down
10 changes: 5 additions & 5 deletions charts/helmet/examples/simple/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: helmet
repository: https://companyinfo.github.io/helm-charts
version: 0.10.0
digest: sha256:91533ef53882c22edf53d0c80fe48cccfc4dba0a0fbc536383d44fc914b1c8c8
generated: "2023-09-27T17:51:06.480705091-07:00"
- name: helmet
repository: https://charts.companyinfo.dev
version: 0.11.0
digest: sha256:f27ed66e08c40451ab3214ae3137813e536582a29533daba9ea45966f0a84f0d
generated: "2024-02-06T20:52:06.33940339+01:00"
2 changes: 1 addition & 1 deletion charts/helmet/examples/simple/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ maintainers:
dependencies:
- name: helmet
version: ^0
repository: https://companyinfo.github.io/helm-charts
repository: https://charts.companyinfo.dev
import-values:
- defaults

0 comments on commit bb83af4

Please sign in to comment.