Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2023
1 parent 87e2ca2 commit 231459d
Show file tree
Hide file tree
Showing 4 changed files with 50,140 additions and 48,215 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.10.0
- uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

Expand Down Expand Up @@ -163,21 +163,21 @@ jobs:
SENTRY_COMMIT="${{ github.repository }}/${{ github.sha }}"
- name: ArgoCD login
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.16.0
id: argocd_login
with:
command: login ${{ secrets.ARGOCD_URL }}
options: --insecure --password ${{ secrets.ARGOCD_PASS }} --username ${{ secrets.ARGOCD_USERNAME }}

- name: ArgoCD overvrite values.yaml
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.16.0
id: argocd_image_tag_overwrite
with:
command: app set iam-cache-server
options: -p image.tag=${{needs.configure.outputs.IMAGE_TAG}} -p image.repository=${{env.REGISTRY}}/${{env.IMAGE_NAME}}

- name: ArgoCD overvrite HELM values.yaml
uses: clowdhaus/argo-cd-action/@v1.12.1
uses: clowdhaus/argo-cd-action/@v1.16.0
id: argocd_image_helm_tag_overwrite
with:
command: app set iam-cache-server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: styfle/cancel-workflow-action@0.10.0
- uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}
env_name:
Expand Down
Loading

0 comments on commit 231459d

Please sign in to comment.