Skip to content

Commit

Permalink
release: v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Dec 6, 2022
1 parent 45d0d5f commit 1da8a96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kubectl create namespace octopinger
Next, install the custom resource defintions, service accounts, roles and operator.

```bash
kubectl apply -n octopinger -f https://raw.githubusercontent.com/ionos-cloud/octopinger/v0.1.10/manifests/install.yaml
kubectl apply -n octopinger -f https://raw.githubusercontent.com/ionos-cloud/octopinger/v0.1.11/manifests/install.yaml
```

Now, you are ready to install octopinger to your cluster.
Expand Down
2 changes: 1 addition & 1 deletion examples/octopinger_simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
- www.google.com
- www.ionos.com
template:
image: ghcr.io/ionos-cloud/octopinger/octopinger:v0.1.9
image: ghcr.io/ionos-cloud/octopinger/octopinger:v0.1.11
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
containers:
- command:
- /main
image: ghcr.io/ionos-cloud/octopinger/operator:v0.1.9
image: ghcr.io/ionos-cloud/octopinger/operator:v0.1.11
name: operator
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/daemon_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var _ = Describe("DaemonSet controller", func() {
},
Spec: v1alpha1.OctopingerSpec{
Template: v1alpha1.Template{
Image: "ghcr.io/ionos-cloud/octopinger/octopinger:v0.1.9",
Image: "ghcr.io/ionos-cloud/octopinger/octopinger:v0.1.11",
},
Config: v1alpha1.Config{
ICMP: v1alpha1.ICMP{
Expand Down

0 comments on commit 1da8a96

Please sign in to comment.