From bb83af4881cdece52a5e8b02753494b2ad47a955 Mon Sep 17 00:00:00 2001 From: Mohammad Abdolirad Date: Tue, 6 Feb 2024 20:53:53 +0100 Subject: [PATCH] Change chart repository address --- README.md | 4 ++-- charts/helmet/README.md | 4 ++-- charts/helmet/examples/simple/Chart.lock | 10 +++++----- charts/helmet/examples/simple/Chart.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f0357c9..4f3c390 100644 --- a/README.md +++ b/README.md @@ -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/ ``` @@ -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 diff --git a/charts/helmet/README.md b/charts/helmet/README.md index b10336a..92d3330 100644 --- a/charts/helmet/README.md +++ b/charts/helmet/README.md @@ -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 ``` diff --git a/charts/helmet/examples/simple/Chart.lock b/charts/helmet/examples/simple/Chart.lock index 32acabc..e27285c 100644 --- a/charts/helmet/examples/simple/Chart.lock +++ b/charts/helmet/examples/simple/Chart.lock @@ -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" diff --git a/charts/helmet/examples/simple/Chart.yaml b/charts/helmet/examples/simple/Chart.yaml index 7e5196a..fbdc657 100644 --- a/charts/helmet/examples/simple/Chart.yaml +++ b/charts/helmet/examples/simple/Chart.yaml @@ -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