From 72c8685ee56c26087211846a5262d2954f543b59 Mon Sep 17 00:00:00 2001 From: Oscar Frasier Date: Sun, 5 May 2024 23:24:58 -0400 Subject: [PATCH] Fix bug version number Forgot to increase this from 2.1.0 to 2.1.1, so now it's 2.1.2. --- Makefile | 2 +- config/kustomized/manifest.yaml | 2 +- config/manager/kustomization.yaml | 2 +- kuttl-test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 16cec90..6466d63 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 2.1.0 +VERSION ?= 2.1.2 # Image URL to use all building/pushing image targets IMG ?= ghcr.io/aristanetworks/arista-ceoslab-operator diff --git a/config/kustomized/manifest.yaml b/config/kustomized/manifest.yaml index a48935f..98cbc25 100644 --- a/config/kustomized/manifest.yaml +++ b/config/kustomized/manifest.yaml @@ -487,7 +487,7 @@ spec: - --leader-elect command: - /manager - image: ghcr.io/aristanetworks/arista-ceoslab-operator:v2.1.0 + image: ghcr.io/aristanetworks/arista-ceoslab-operator:v2.1.2 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index eff269a..b82b2d0 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/aristanetworks/arista-ceoslab-operator - newTag: v2.1.0 + newTag: v2.1.2 diff --git a/kuttl-test.yaml b/kuttl-test.yaml index fbcbc5a..784b7d3 100644 --- a/kuttl-test.yaml +++ b/kuttl-test.yaml @@ -7,7 +7,7 @@ testDirs: manifestDirs: - config/kustomized kindContainers: -- ghcr.io/aristanetworks/arista-ceoslab-operator:v2.1.0 +- ghcr.io/aristanetworks/arista-ceoslab-operator:v2.1.2 - ceos:latest - ceos-2:latest - networkop/init-wait:latest