From 5c3fb032a082282d9d48540938d1c9a62aaa1d21 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Thu, 16 Nov 2023 10:26:46 +0100 Subject: [PATCH] better docs --- docs/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0a3a9907f..ca639f06b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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