Compare commits

..

1 Commits

Author SHA1 Message Date
5f06aa9e3e Update ghcr.io/traefik/traefik Docker tag to v3.6.4
Some checks failed
lint-test-helm / lint-helm (pull_request) Failing after 46s
lint-test-docker / lint-docker-compose (pull_request) Successful in 59s
2025-12-07 18:12:02 +00:00
4 changed files with 2 additions and 6 deletions

View File

@@ -61,7 +61,6 @@ jobs:
if [ "${{ github.event_name }}" == "pull_request" ]; then
echo ""
echo ">> Checking for changes in a pull request ..."
git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep -E "clusters/[^/]+/helm/[^/]+"
GIT_DIFF=$(git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep -E "clusters/[^/]+/helm/[^/]+")
else
echo ""

View File

@@ -182,8 +182,6 @@ gatus:
- name: kronic
url: https://kronic.alexlebens.net
<<: *defaults
conditions:
- "[STATUS] == 401"
- name: omni-tools
url: https://omni-tools.alexlebens.net
<<: *defaults

View File

@@ -12,6 +12,8 @@ spec:
matchLabels:
app.kubernetes.io/name: gitea
app.kubernetes.io/instance: {{ .Release.Name }}
matchExpressions:
- { key: app.kubernetes.io/controller, operator: NotIn, values: [backup] }
endpoints:
- port: http

View File

@@ -174,9 +174,6 @@ gitea-actions:
backup:
global:
fullnameOverride: gitea-backup
labels:
app.kubernetes.io/instance: gitea-backup
app.kubernetes.io/name: gitea-backup
controllers:
backup:
type: cronjob