* chore: update release * Update Kured to support kubernetes 1.35 * fix: fix vulnerability in go std library Signed-off-by: Dharsan Baskar <git@dharsanb.com> * docs: fix trademark usage link Signed-off-by: Dharsan Baskar <git@dharsanb.com> * fix: don't auto-close PRs with keep label * Revert "Bump GoReleaser to version 2" * update maintainers: add dharsanb, retire ckotzbauer * fix: bump go version to fix vulnerabilities. * build(deps): bump lycheeverse/lychee-action from 2.6.1 to 2.7.0 * build(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 * build(deps): bump actions/stale from 10.0.0 to 10.1.0 * build(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 * ci: fix periodic test setup for go * build(deps): bump alpine from 3.22.1 to 3.22.2 * ci: bump goreleaser to version 2 Signed-off-by: Dharsan Baskar <git@dharsanb.com> * build: changed developer toolkit management from shell script to mise * Clarify contributing docs * build(deps): bump github/codeql-action from 3.30.3 to 3.30.6 * build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 * build(deps): bump docker/login-action from 3.5.0 to 3.6.0 * build(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 * build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 * build(deps): bump step-security/harden-runner from 2.13.0 to 2.13.1 * build(deps): bump github.com/prometheus/client_golang * Improve contributing guide * build(deps): bump github/codeql-action from 3.29.11 to 3.30.1 * build(deps): bump actions/stale from 9.1.0 to 10.0.0 * build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 * build(deps): bump aquasecurity/trivy-action from 0.33.0 to 0.33.1 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kured?expand=0&rev=56
24 lines
877 B
Diff
24 lines
877 B
Diff
From dfe3df27f265e7e6bc903ffca5181818cdecea6e Mon Sep 17 00:00:00 2001
|
|
From: Johannes Kastl <kastl@b1-systems.de>
|
|
Date: Wed, 7 Sep 2022 14:43:08 +0200
|
|
Subject: [PATCH] kured-ds.yaml: set imagePullPolicy to Always
|
|
|
|
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
|
|
---
|
|
kured-ds.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/kured-ds.yaml b/kured-ds.yaml
|
|
index 15c4aca..e6ef192 100644
|
|
--- a/kured-ds.yaml
|
|
+++ b/kured-ds.yaml
|
|
@@ -39,7 +39,7 @@ spec:
|
|
# If you find yourself here wondering why there is no
|
|
# :latest tag on Docker Hub,see the FAQ in the README
|
|
image: ghcr.io/kubereboot/kured:1.21.0
|
|
- imagePullPolicy: IfNotPresent
|
|
+ imagePullPolicy: Always
|
|
securityContext:
|
|
privileged: true # Give permission to nsenter /proc/1/ns/mnt
|
|
readOnlyRootFilesystem: true
|