Compare commits

...

2 Commits

Author SHA1 Message Date
2ed348b7db Update cloudflare/cloudflared Docker tag to v2025.8.0
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 1m30s
2025-08-09 00:01:30 +00:00
8d4a0f2ba2 remove workflow
All checks were successful
renovate / renovate (push) Successful in 47s
2025-07-31 16:39:52 -05:00
3 changed files with 2 additions and 42 deletions

View File

@@ -1,40 +0,0 @@
name: process-repository
on:
schedule:
- cron: '@daily'
workflow_dispatch:
jobs:
process-repository:
runs-on: ubuntu-latest
steps:
- name: Checkout Python Script
uses: actions/checkout@v4
with:
repository: alexlebens/workflow-scripts
ref: main
token: ${{ secrets.BOT_TOKEN }}
path: workflow-scripts
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install dependencies
run: pip install requests immutabledict
- name: Run Script
env:
INSTANCE_URL: ${{ vars.INSTANCE_URL }}
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
LOG_LEVEL: DEBUG
ISSUE_STALE_DAYS: 3
ISSUE_STALE_TAG: stale
ISSUE_EXCLUDE_TAG: Renovate
PULL_REQUEST_STALE_DAYS: 3
PULL_REQUEST_STALE_TAG: stale
run: python ./workflow-scripts/process-repository.py

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: cloudflared
version: 1.19.0
version: 1.20.0
description: Cloudflared Tunnel
keywords:
- cloudflare

View File

@@ -10,7 +10,7 @@ existingSecretKey: cf-tunnel-token
# -- Default image
image:
repository: cloudflare/cloudflared
tag: "2025.7.0"
tag: "2025.8.0"
pullPolicy: IfNotPresent
# -- Default resources