Skip to content

Commit

Permalink
feat: change manifest for 1.14.0 (#820)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer authored Aug 21, 2023
1 parent 14d887e commit 0df1059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kured-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: kured
# 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.13.2
image: ghcr.io/kubereboot/kured:1.14.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true # Give permission to nsenter /proc/1/ns/mnt
Expand All @@ -54,6 +54,7 @@ spec:
# - --drain-grace-period=-1
# - --skip-wait-for-delete-timeout=0
# - --drain-timeout=0
# - --drain-pod-selector=""
# - --period=1h
# - --ds-namespace=kube-system
# - --ds-name=kured
Expand Down

0 comments on commit 0df1059

Please sign in to comment.