diff --git a/README.md b/README.md index fa5c8c6..f431ac3 100644 --- a/README.md +++ b/README.md @@ -52,16 +52,18 @@ Elemental Lifecycle Manager (LCM) can be easily installed through its OCI contai 1. Install LCM CRDs: ```sh helm install elemental-lifecycle-manager-crds \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager-crds \ + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager-crds \ --namespace elemental-system \ - --create-namespace + --create-namespace \ + --version 0.1.0 ``` 2. Install LCM chart: ```sh helm install elemental-lifecycle-manager \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager \ - --namespace elemental-system + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager \ + --namespace elemental-system \ + --version 0.1.0 ``` For more information on chart deployment and customization, refer to the [Helm Chart Reference](docs/helm-chart-ref.md) guide. diff --git a/charts/elemental-lifecycle-manager-crds/Chart.yaml b/charts/elemental-lifecycle-manager-crds/Chart.yaml index 2a039eb..7c3163a 100644 --- a/charts/elemental-lifecycle-manager-crds/Chart.yaml +++ b/charts/elemental-lifecycle-manager-crds/Chart.yaml @@ -1,10 +1,10 @@ # SPDX-License-Identifier: Apache-2.0 -#!BuildTag: beta/uc/elemental-lifecycle-manager-crds:latest -#!BuildTag: beta/uc/elemental-lifecycle-manager-crds:0.1.0 +#!BuildTag: beta/uc/charts/elemental-lifecycle-manager-crds:latest +#!BuildTag: beta/uc/charts/elemental-lifecycle-manager-crds:0.2.0 apiVersion: v2 name: elemental-lifecycle-manager-crds description: Custom Resource Definitions (CRDs) for the Elemental Lifecycle Manager type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.2.0 +appVersion: "0.2.0" diff --git a/charts/elemental-lifecycle-manager/Chart.yaml b/charts/elemental-lifecycle-manager/Chart.yaml index 9a367ba..b62594d 100644 --- a/charts/elemental-lifecycle-manager/Chart.yaml +++ b/charts/elemental-lifecycle-manager/Chart.yaml @@ -1,10 +1,10 @@ # SPDX-License-Identifier: Apache-2.0 -#!BuildTag: beta/uc/elemental-lifecycle-manager:latest -#!BuildTag: beta/uc/elemental-lifecycle-manager:0.1.0 +#!BuildTag: beta/uc/charts/elemental-lifecycle-manager:latest +#!BuildTag: beta/uc/charts/elemental-lifecycle-manager:0.2.0 apiVersion: v2 name: elemental-lifecycle-manager description: A Helm chart for the Elemental Lifecycle Manager type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.2.0 +appVersion: "0.2.0" diff --git a/docs/helm-chart-ref.md b/docs/helm-chart-ref.md index 16329e8..f66afb3 100644 --- a/docs/helm-chart-ref.md +++ b/docs/helm-chart-ref.md @@ -37,7 +37,7 @@ This section shows how to deploy the LCM charts with their default configuration 1. Install `elemental-lifecycle-manager-crds`: ```sh helm install elemental-lifecycle-manager-crds \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager-crds \ + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager-crds \ --namespace elemental-system \ --create-namespace \ --version 0.1.0 @@ -46,7 +46,7 @@ This section shows how to deploy the LCM charts with their default configuration 1. Install `elemental-lifecycle-manager`: ```sh helm install elemental-lifecycle-manager \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager \ + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager \ --version 0.1.0 \ --namespace elemental-system ``` @@ -194,7 +194,7 @@ Install the CRDs chart first: ```sh helm install elemental-lifecycle-manager-crds \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager-crds \ + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager-crds \ --namespace elemental-system \ --create-namespace \ --version 0.1.0 @@ -227,7 +227,7 @@ Then install the LCM chart with the custom values file: ```sh helm install elemental-lifecycle-manager \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager \ + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager \ --version 0.1.0 \ --namespace elemental-system \ --values custom-certs-values.yaml diff --git a/docs/quickstart.md b/docs/quickstart.md index 30a7bfb..ca8f50f 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -9,16 +9,18 @@ Elemental Lifecycle Manager (LCM) can be easily installed through its OCI contai 1. Install LCM CRDs: ```sh helm install elemental-lifecycle-manager-crds \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager-crds \ + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager-crds \ --namespace elemental-system \ - --create-namespace + --create-namespace \ + --version 0.1.0 ``` 2. Install LCM chart: ```sh helm install elemental-lifecycle-manager \ - oci://registry.suse.com/elemental/elemental-lifecycle-manager \ - --namespace elemental-system + oci://registry.suse.com/elemental/charts/elemental-lifecycle-manager \ + --namespace elemental-system \ + --version 0.1.0 ``` For more information on chart deployment and customization, refer to the [Helm Chart Reference](./helm-chart-ref.md) guide.