Skip to content

Commit

Permalink
Merge pull request kubereboot#1085 from dholbach/prep-1.17.1
Browse files Browse the repository at this point in the history
prepare 1.17.1 release
  • Loading branch information
dholbach authored Mar 3, 2025
2 parents 67584fc + 19ea0d9 commit 96f8d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kured-ds-signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.17.0
image: ghcr.io/kubereboot/kured:1.17.1
imagePullPolicy: IfNotPresent
securityContext:
privileged: false # Give permission to nsenter /proc/1/ns/mnt
Expand Down
2 changes: 1 addition & 1 deletion kured-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.17.0
image: ghcr.io/kubereboot/kured:1.17.1
imagePullPolicy: IfNotPresent
securityContext:
privileged: true # Give permission to nsenter /proc/1/ns/mnt
Expand Down

0 comments on commit 96f8d2f

Please sign in to comment.