Skip to content

Commit

Permalink
better docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Nov 16, 2023
1 parent 3ec2788 commit 5c3fb03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1236,18 +1236,19 @@ Spin up a local kubernetes cluster with nginx ingress exposing http/https ports.
- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@ref
with:
# See the available refs in the kind release notes at https://github.com/kubernetes-sigs/kind/releases
# Specify kind and k8s version to use.
# see https://github.com/kubernetes-sigs/kind/releases
# kind-version: v0.20.0
# kind-node-image: kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72
ingress-nginx-ref: controller-v1.8.2
# Optional but ensure repeatable builds (defaults to latest nginx ingress version otherwise).
# see https://github.com/kubernetes/ingress-nginx
# ingress-nginx-ref: controller-v1.8.2
- name: Helm deploy
run: |
helm dep up ./helm/chart
helm install acs ./helm/chart
```

> Although not required we recommend setting the `ingress-nginx-ref``to ensure repeatable builds

### update-project-base-tag

Used to update a base tag in the release descriptor. It will add or update the
Expand Down

0 comments on commit 5c3fb03

Please sign in to comment.