prepare for 1.12.1 release

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2023-02-07 12:56:28 +01:00
parent dfb8441078
commit 7bb9b75e2a
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ A test-run with `minikube` could look like this:
```console
# start minikube
minikube start --vm-driver kvm2 --kubernetes-version <k8s-release>
minikube start --driver=kvm2 --kubernetes-version <k8s-release>
# build kured image and publish to registry accessible by minikube
make image minikube-publish

View File

@@ -31,7 +31,7 @@ spec:
restartPolicy: Always
containers:
- name: kured
image: ghcr.io/kubereboot/kured:1.12.0
image: ghcr.io/kubereboot/kured:1.12.1
# If you find yourself here wondering why there is no
# :latest tag on Docker Hub,see the FAQ in the README
imagePullPolicy: IfNotPresent