Creating gh-pages

This commit is contained in:
Mark Mercado
2022-02-17 05:42:10 -05:00
committed by Shane McDonald
commit 6f7ea65638
3 changed files with 45 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
/charts
/bin
/.cr-release-packages

28
README.md Normal file
View File

@@ -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
```

14
index.yaml Normal file
View File

@@ -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"