From 227896c72d936e29ba73580ab89e5c92c7381cf9 Mon Sep 17 00:00:00 2001 From: Daniel Lohse Date: Sun, 10 Jan 2021 00:12:20 +0100 Subject: [PATCH] Increase version to v0.1.2 --- README.md | 2 +- config/release/kustomization.yaml | 2 +- deploy/operator.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f526e4f..e231ee2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ That Kubernetes operator doesn't exist. At least, it didn't until now. 🤠 ## Installation ```sh - kubectl apply -f https://raw.githubusercontent.com/annismckenzie/k3os-config-operator/v0.1.1/deploy/operator.yaml + kubectl apply -f https://raw.githubusercontent.com/annismckenzie/k3os-config-operator/v0.1.2/deploy/operator.yaml ``` diff --git a/config/release/kustomization.yaml b/config/release/kustomization.yaml index 79e620f..f28e8e6 100644 --- a/config/release/kustomization.yaml +++ b/config/release/kustomization.yaml @@ -6,4 +6,4 @@ bases: images: - name: ghcr.io/annismckenzie/k3os-config-operator - newTag: v0.1.1 + newTag: v0.1.2 diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 3dbe260..136153e 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -320,7 +320,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: ghcr.io/annismckenzie/k3os-config-operator:v0.1.1 + image: ghcr.io/annismckenzie/k3os-config-operator:v0.1.2 name: manager resources: limits: