diff --git a/.github/workflows/helm-community.yml b/.github/workflows/helm-community.yml index f42c63eae..58b992c43 100644 --- a/.github/workflows/helm-community.yml +++ b/.github/workflows/helm-community.yml @@ -24,10 +24,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: azure/setup-helm@v3 - with: - version: "3.12.1" - - name: Login to Docker Hub uses: docker/login-action@v3 if: ${{ ! github.event.repository.fork }} @@ -52,11 +48,6 @@ jobs: --from-file=.dockerconfigjson=$HOME/.docker/config.json \ --type=kubernetes.io/dockerconfigjson - - name: Set nginx ingress config - run: | - kubectl -n ingress-nginx patch cm ingress-nginx-controller \ - -p '{"data": {"allow-snippet-annotations":"true"}}' - - name: Helm install run: | helm dep up ./helm/alfresco-content-services diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index af5f86d9d..6ac5804f7 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -68,21 +68,6 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: azure/setup-helm@v3 - with: - version: "3.12.1" - - - name: Setup aws cli - run: | - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - unzip awscliv2.zip - sudo ./aws/install - - - name: Setup dnsutils - run: | - sudo apt update - sudo apt install -y dnsutils - - name: Login to Docker Hub uses: docker/login-action@v3 with: