Skip to content

Commit

Permalink
chore: bump chagedetection and keep tshooting flux diff
Browse files Browse the repository at this point in the history
  • Loading branch information
kitos9112 committed Dec 11, 2024
1 parent 68b9582 commit 9a2c045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
changed-clusters:
name: Changed Clusters
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
outputs:
matrix: ${{ steps.changed-clusters.outputs.all_changed_and_modified_files }}
steps:
Expand Down Expand Up @@ -74,17 +74,10 @@ jobs:
token: "${{ steps.generate-token.outputs.token }}"
path: pull

- name: Generate Token
uses: actions/create-github-app-token@v1
id: generate-token-2
with:
app-id: "${{ secrets.BOT_APP_ID }}"
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"

- name: Checkout Default Branch
uses: actions/checkout@v4
with:
token: "${{ steps.generate-token-2.outputs.token }}"
token: "${{ steps.generate-token.outputs.token }}"
ref: "${{ github.event.repository.default_branch }}"
path: default

Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/tools/changedetection-io/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
main:
image:
repository: dgtlmoon/changedetection.io
tag: "0.47.06"
tag: "0.48.01"
pullPolicy: IfNotPresent
env:
BASE_URL: "https://change-detection.${SECRET_DOMAIN}"
Expand Down

0 comments on commit 9a2c045

Please sign in to comment.