From 1da8a961319cd9c8660a669220f36aa679ee6df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 6 Dec 2022 15:48:24 +0100 Subject: [PATCH] release: v0.1.11 --- README.md | 2 +- examples/octopinger_simple.yaml | 2 +- manifests/install.yaml | 2 +- pkg/controller/daemon_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e1bbcc2..8bc0a9f 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/examples/octopinger_simple.yaml b/examples/octopinger_simple.yaml index 482d172..d3c97f7 100644 --- a/examples/octopinger_simple.yaml +++ b/examples/octopinger_simple.yaml @@ -13,4 +13,4 @@ spec: - www.google.com - www.ionos.com template: - image: ghcr.io/ionos-cloud/octopinger/octopinger:v0.1.9 \ No newline at end of file + image: ghcr.io/ionos-cloud/octopinger/octopinger:v0.1.11 diff --git a/manifests/install.yaml b/manifests/install.yaml index f0a598d..a5bb254 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -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 diff --git a/pkg/controller/daemon_test.go b/pkg/controller/daemon_test.go index be4158c..32b967d 100644 --- a/pkg/controller/daemon_test.go +++ b/pkg/controller/daemon_test.go @@ -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{