Skip to content

Commit

Permalink
Update to 0.7.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
barreiro committed Jun 13, 2023
1 parent 81a3971 commit 56f6c2a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions 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 ?= 0.0.2
VERSION ?= 0.7.9

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down Expand Up @@ -33,7 +33,7 @@ IMAGE_TAG_BASE ?= quay.io/hyperfoil

# BUNDLE_IMG defines the image:tag used for the bundle.
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
BUNDLE_IMG ?= $(IMAGE_TAG_BASE)/horreum-bundle:v$(VERSION)
BUNDLE_IMG ?= $(IMAGE_TAG_BASE)/horreum-bundle:$(VERSION)

# BUNDLE_GEN_FLAGS are the flags passed to the operator-sdk generate bundle command
BUNDLE_GEN_FLAGS ?= -q --overwrite --version $(VERSION) $(BUNDLE_METADATA_OPTS)
Expand All @@ -47,7 +47,7 @@ ifeq ($(USE_IMAGE_DIGESTS), true)
endif

# Image URL to use all building/pushing image targets
IMG ?= ${IMAGE_TAG_BASE}/horreum-operator:v$(VERSION)
IMG ?= ${IMAGE_TAG_BASE}/horreum-operator:$(VERSION)
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.26.0

Expand Down Expand Up @@ -246,7 +246,7 @@ endif
BUNDLE_IMGS ?= $(BUNDLE_IMG)

# The image tag given to the resulting catalog image (e.g. make catalog-build CATALOG_IMG=example.com/operator-catalog:v0.2.0).
CATALOG_IMG ?= $(IMAGE_TAG_BASE)/horreum-catalog:v$(VERSION)
CATALOG_IMG ?= $(IMAGE_TAG_BASE)/horreum-catalog:$(VERSION)

# Set CATALOG_BASE_IMG to an existing catalog image tag to add $BUNDLE_IMGS to that image.
ifneq ($(origin CATALOG_BASE_IMG), undefined)
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: quay.io/hyperfoil/horreum-operator
newTag: v0.0.2
newTag: 0.7.9
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
alm-examples: '[]'
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/hyperfoil/horreum-operator:v0.0.2
containerImage: quay.io/hyperfoil/horreum-operator:0.7.9
description: Performance results repository
repository: https://github.com/hyperfoil/horreum-operator
support: Red Hat Application Runtimes Performance Team
name: horreum-operator.v0.0.0
name: horreum-operator.0.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -76,4 +76,5 @@ spec:
provider:
name: Red Hat, Inc.
url: https://horreum.hyperfoil.io
replaces: horreum-operator.v0.0.2
version: 0.0.0

0 comments on commit 56f6c2a

Please sign in to comment.