Skip to content

Commit

Permalink
Merge pull request #724 from dholbach/prepare-1.12.1
Browse files Browse the repository at this point in the history
prepare for 1.12.1 release
  • Loading branch information
Daniel Holbach committed Feb 7, 2023
2 parents dfb8441 + 7bb9b75 commit 72eda8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion kured-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72eda8a

Please sign in to comment.