Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Nov 14, 2024
1 parent 213a51a commit 72b1754
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,17 @@ EOF

### To deploy with Helm using public Docker image
A helm chart is generated using `make helm` when a new tag is pushed, i.e a release.
You can pull the helm chart from this repos packages
- See the [packages page](https://github.com/samirtahir91/github-app-operator/pkgs/container/github-app-operator%2Fhelm-charts%2Fgithub-app-operator)
This chart will have webhooks and cert manager enabled.
If you want to install without webhooks and cert manager required use the local manual chart.
```sh
cd charts/github-app-operator
helm upgrade --install -n github-app-operator-system <release_name> . --create-namespace \
--set webhook.enabled=false \
--set controllerManager.manager.env.enableWebhooks="false"
```

You can pull the automatically built helm chart from this repos packages
- See the [packages](https://github.com/samirtahir91/github-app-operator/pkgs/container/github-app-operator%2Fhelm-charts%2Fgithub-app-operator)
- Pull with helm:
- ```sh
helm pull oci://ghcr.io/samirtahir91/github-app-operator/helm-charts/github-app-operator --version <TAG>
Expand Down
6 changes: 6 additions & 0 deletions charts/github-app-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.12.2
digest: sha256:0c772741e7db522f947508a4754ab4e34d91f6a0878a496f36ed08fdcb371a9b
generated: "2024-11-14T20:09:04.560710432Z"
Binary file not shown.
3 changes: 2 additions & 1 deletion charts/github-app-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
certmanager:
enabled: true
enabled: false
installCRDs: true
namespace: cert-manager
controllerManager:
kubeRbacProxy:
args:
Expand Down

0 comments on commit 72b1754

Please sign in to comment.