Skip to content

Commit

Permalink
Release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alanconway committed Sep 27, 2024
1 parent f110f42 commit cafc793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ help: ## Display this help.
@grep -E '^## [A-Z0-9_]+: ' Makefile | sed 's/^## \([A-Z0-9_]*\): \(.*\)/\1#\2/' | column -s'#' -t

## VERSION: Semantic version for release, use -dev for development pre-release versions.
VERSION?=0.1.8-dev
VERSION?=0.1.8
## REGISTRY_BASE: registry/org-name for images.
REGISTRY_BASE?=$(error Set REGISTRY_BASE to push or pull images)
## KORREL8R_VERSION: Version of korrel8r operand.
Expand Down
4 changes: 2 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ patches:

images:
- name: controller
newName: quay.io/alanconway/operator
newTag: 0.1.8-dev
newName: quay.io/korrel8r/operator
newTag: 0.1.8

0 comments on commit cafc793

Please sign in to comment.