5 Commits

Author SHA1 Message Date
6d6cb3a982 chore(deps): update dependency argoproj/argo-cd to v3.4.1
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 21s
lint-test-helm / validate-kubeconform (pull_request) Successful in 25s
render-manifests / render-manifests (pull_request) Successful in 40s
2026-05-07 00:02:42 +00:00
b29d54180e Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.168.5' (#6607) from renovate/unified-renovate into main
Some checks failed
renovate / renovate (push) Has been cancelled
2026-05-06 23:54:43 +00:00
a0fe7fcb7b chore(deps): update ghcr.io/renovatebot/renovate docker tag to v43.168.5 2026-05-06 23:54:24 +00:00
c74a56e864 Merge pull request 'feat: change rules' (#6605) from tmp/desc into main
Some checks failed
lint-test-helm / lint-helm (push) Successful in 24s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled
Reviewed-on: #6605
2026-05-06 23:51:03 +00:00
e6420f317d feat: change rules
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 19s
lint-test-helm / validate-kubeconform (pull_request) Successful in 17s
render-manifests / render-manifests (pull_request) Successful in 2m27s
2026-05-06 18:49:08 -05:00
2 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-js
container: ghcr.io/renovatebot/renovate:43.168.4@sha256:ffe29d1fa009b9484e09940670d392b1e1c866a499f0c039edc39bf14a111ccf
container: ghcr.io/renovatebot/renovate:43.168.5@sha256:38aac6e29e09288bc3fb3b95ba9445962508a1081013144d5b6ec5a6735707b9
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

View File

@@ -10,7 +10,7 @@ descheduler:
requests:
cpu: 10m
memory: 50Mi
deschedulingInterval: 5m
deschedulingInterval: 2m
replicas: 3
leaderElection:
enabled: true
@@ -51,13 +51,13 @@ descheduler:
- name: LowNodeUtilization
args:
thresholds:
cpu: 20
memory: 20
pods: 20
cpu: 30
memory: 30
pods: 30
targetThresholds:
cpu: 50
memory: 50
pods: 60
cpu: 45
memory: 45
pods: 45
plugins:
balance:
enabled: