Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Apr 17, 2024
1 parent 76b01a5 commit 57d5ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/helm-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.22.6
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0
with:
ingress-nginx-ref: controller-v1.8.2
kind-version: v0.22.0
kind-node-image: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245

- name: Set nginx ingress config
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/helm-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ jobs:
password: ${{ secrets.QUAY_PASSWORD }}

- name: Setup cluster
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.22.6
uses: Alfresco/alfresco-build-tools/.github/actions/setup-kind@v5.23.0
with:
ingress-nginx-ref: controller-v1.8.2
metrics: "true"
kind-version: v0.22.0
kind-node-image: kindest/node:v1.29.2@sha256:51a1434a5397193442f0be2a297b488b6c919ce8a3931be0ce822606ea5ca245

- name: Set nginx ingress config
run: >-
Expand Down

0 comments on commit 57d5ccb

Please sign in to comment.