mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-23 21:36:33 +00:00
+1
-2
@@ -208,8 +208,7 @@ kind create cluster --config .github/kind-cluster-<k8s-version>.yaml
|
||||
|
||||
### Prepare Documentation
|
||||
|
||||
Check that `README.md` has an updated compatibility matrix and that the
|
||||
url in the `kubectl` incantation (under "Installation") is updated to the
|
||||
Check that `README.md` has an updated compatibility matrix is updated to the
|
||||
new version you want to release.
|
||||
|
||||
### Create a tag on the repo
|
||||
|
||||
+1
-1
@@ -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.14.0
|
||||
image: ghcr.io/kubereboot/kured:1.14.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
privileged: true # Give permission to nsenter /proc/1/ns/mnt
|
||||
|
||||
Reference in New Issue
Block a user