diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 324fee5..365ec2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +# name: CI on: @@ -5,12 +6,14 @@ on: paths-ignore: - '**.md' branches: + - main - next - 'release/*' tags: - 'v*' pull_request: branches: + - main - next - 'release/*' @@ -40,7 +43,7 @@ jobs: registry_password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }} - name: Notify on failure via Slack - if: failure() && github.ref == 'refs/heads/next' + if: failure() && github.ref == 'refs/heads/main' uses: rtCamp/action-slack-notify@v2 env: SLACK_USERNAME: GitHub Actions failure notifier @@ -51,7 +54,7 @@ jobs: trigger-deploy-to-dev: runs-on: ubuntu-latest - #if: github.ref == 'refs/heads/next' + #if: github.ref == 'refs/heads/main' if: github.ref == 'zzzzzzz' needs: - docker diff --git a/helm/values.yaml b/helm/values.yaml index 3953be8..bb954fb 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -8,7 +8,7 @@ fullnameOverride: "" images: cgw: repository: tip-tip-wlan-cloud-ucentral.jfrog.io/cgw - tag: next + tag: latest pullPolicy: Always # regcred: # registry: tip-tip-wlan-cloud-ucentral.jfrog.io