From 199d6bf2acc46a93489769cdc09e2e6f8ab4eae7 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 23 Sep 2024 09:14:33 +0100 Subject: [PATCH] Updated instructions to use OCI images --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58f5af1..ebcf266 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,12 @@ This Helm chart deploys the Postiz application on a Kubernetes cluster using the ## Installing the Chart +The Postiz helm chart registry uses the OCI format, not HTTP, which means you do not need to do a `helm repo add` to install the chart. You can install the chart directly from the GitHub repository. + To install the chart with the release name `postiz-app`: ```bash -$ helm repo add postiz https://github.com/gitroomhq/postiz-helmchart -$ helm install postiz-app postiz/postiz +$ helm install postiz oci://ghcr.io/gitroomhq/postiz-helmchart/charts/postiz-app ``` The command deploys Postiz on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation. @@ -23,7 +24,7 @@ The command deploys Postiz on the Kubernetes cluster in the default configuratio ## Uninstalling the Chart -To uninstall/delete the `postiz-app` deployment: +To uninstall/delete the `postiz` deployment: ```bash $ helm delete postiz-app @@ -94,4 +95,4 @@ We welcome contributions to this chart. Please read our [Contributing Guide](CON ## License -This chart is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details. \ No newline at end of file +This chart is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.