commit 6f7ea65638369c576b1589be4db1ffaa14637870 Author: Mark Mercado Date: Thu Feb 17 05:42:10 2022 -0500 Creating gh-pages diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..983e2aa9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/charts +/bin +/.cr-release-packages diff --git a/README.md b/README.md new file mode 100644 index 00000000..12509b0a --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# awx-operator Helm charts + +## Usage + +[Helm](https://helm.sh) must be installed to use the charts. Please refer to +Helm's [documentation](https://helm.sh/docs) to get started. + +Once Helm has been set up correctly, add the repo as follows: + +```bash +helm repo add awx-operator https://ansible.github.io/awx-operator/ +``` + +If you had already added this repo earlier, run `helm repo update` to retrieve +the latest versions of the packages. You can then run `helm search repo +awx-operator` to see the charts. + +To install the `awx-operator` chart: + +```bash +helm install my-awx-operator awx-operator/awx-operator +``` + +To uninstall the chart: + +```bash +helm delete my-awx-operator +``` diff --git a/index.yaml b/index.yaml new file mode 100644 index 00000000..a89b3e45 --- /dev/null +++ b/index.yaml @@ -0,0 +1,14 @@ +apiVersion: v1 +entries: + awx-operator: + - apiVersion: v2 + appVersion: 0.20.2 + created: "2022-05-02T14:25:02.895616213Z" + description: A Helm chart for the AWX Operator + digest: 642e25080364902f51fa225c54ecabcb6466ebbe6798ad1b6c70b73462911bec + name: awx-operator + type: application + urls: + - https://github.com/shanemcd/awx-operator/releases/download/0.20.2/awx-operator-0.20.2.tgz + version: 0.20.2 +generated: "2022-05-02T14:25:02.895628413Z"