3 Commits

Author SHA1 Message Date
59f00a0642 Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 17s
2025-12-04 22:01:21 +00:00
0c5775edd3 enable sync
All checks were successful
lint-test-helm / lint-helm (push) Successful in 35s
render-manifests-push / render-manifests-push (push) Successful in 44s
renovate / renovate (push) Successful in 1m33s
2025-12-04 15:59:57 -06:00
4353cc223d change sync policy
Some checks failed
renovate / renovate (push) Failing after 2s
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 18s
2025-12-04 15:20:31 -06:00
3 changed files with 9 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ shelly-plug:
main:
image:
repository: php
tag: 8.4.15-apache-bookworm
tag: 8.5.0-apache-bookworm
pullPolicy: IfNotPresent
env:
- name: SHELLY_HOSTNAME

View File

@@ -70,6 +70,7 @@ spec:
- .metadata.annotations[]
syncPolicy:
automated:
enabled: true
prune: true
selfHeal: false
retry:

View File

@@ -21,6 +21,7 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
enabled: true
prune: true
selfHeal: false
retry:
@@ -65,6 +66,7 @@ spec:
- .spec.endpoints[]?.relabelings[]?.action
syncPolicy:
automated:
enabled: true
prune: true
selfHeal: false
retry:
@@ -104,8 +106,9 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
enabled: true
prune: true
selfHeal: true
selfHeal: false
retry:
limit: 3
backoff:
@@ -142,8 +145,9 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
enabled: true
prune: true
selfHeal: true
selfHeal: false
retry:
limit: 3
backoff:
@@ -180,6 +184,7 @@ spec:
revisionHistoryLimit: 3
syncPolicy:
automated:
enabled: true
prune: true
selfHeal: false
retry: