3 Commits

Author SHA1 Message Date
56ef339932 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
2025-07-09 02:30:02 +00:00
646f6ba778 Update d3fk/s3cmd:latest Docker digest to dacbd4b
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
renovate / renovate (push) Successful in 1m23s
lint-test-helm / helm-lint (push) Successful in 14s
2025-07-09 02:28:21 +00:00
f67e39ebaa add toleration
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m19s
2025-07-08 21:27:25 -05:00
4 changed files with 9 additions and 5 deletions

View File

@@ -61,6 +61,10 @@ trivy-operator:
cpu: 100m
memory: 128Mi
nodeCollector:
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
volumeMounts:
- name: var-lib-etcd
mountPath: /var/lib/etcd

View File

@@ -192,7 +192,7 @@ backup:
s3-backup:
image:
repository: d3fk/s3cmd
tag: latest@sha256:e9f00f479587ce03d52eb1c650e589b14dc13baf5345cb6ac752105e08305eca
tag: latest@sha256:dacbd4baa0c66df934e96a9325b9e34563c2ab8e4dd0fe9fd1bd9793d53fb606
pullPolicy: IfNotPresent
command:
- /bin/sh
@@ -216,7 +216,7 @@ backup:
s3-prune:
image:
repository: d3fk/s3cmd
tag: latest@sha256:e9f00f479587ce03d52eb1c650e589b14dc13baf5345cb6ac752105e08305eca
tag: latest@sha256:dacbd4baa0c66df934e96a9325b9e34563c2ab8e4dd0fe9fd1bd9793d53fb606
pullPolicy: IfNotPresent
command:
- /bin/sh

View File

@@ -198,7 +198,7 @@ snapshot:
s3-backup:
image:
repository: d3fk/s3cmd
tag: latest@sha256:e9f00f479587ce03d52eb1c650e589b14dc13baf5345cb6ac752105e08305eca
tag: latest@sha256:dacbd4baa0c66df934e96a9325b9e34563c2ab8e4dd0fe9fd1bd9793d53fb606
pullPolicy: IfNotPresent
command:
- /bin/sh
@@ -222,7 +222,7 @@ snapshot:
s3-prune:
image:
repository: d3fk/s3cmd
tag: latest@sha256:e9f00f479587ce03d52eb1c650e589b14dc13baf5345cb6ac752105e08305eca
tag: latest@sha256:dacbd4baa0c66df934e96a9325b9e34563c2ab8e4dd0fe9fd1bd9793d53fb606
pullPolicy: IfNotPresent
command:
- /bin/sh

View File

@@ -73,7 +73,7 @@ etcd-backup:
s3-prune:
image:
repository: d3fk/s3cmd
tag: latest@sha256:e9f00f479587ce03d52eb1c650e589b14dc13baf5345cb6ac752105e08305eca
tag: latest@sha256:dacbd4baa0c66df934e96a9325b9e34563c2ab8e4dd0fe9fd1bd9793d53fb606
pullPolicy: IfNotPresent
command:
- /bin/sh