Skip to content

Commit

Permalink
Fix bug version number
Browse files Browse the repository at this point in the history
Forgot to increase this from 2.1.0 to 2.1.1, so now it's 2.1.2.
  • Loading branch information
frasieroh committed May 6, 2024
1 parent 7ef0f2b commit 72c8685
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/kustomized/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/aristanetworks/arista-ceoslab-operator
newTag: v2.1.0
newTag: v2.1.2
2 changes: 1 addition & 1 deletion kuttl-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72c8685

Please sign in to comment.