Skip to content

Commit

Permalink
Merge pull request #136 from kwiatekus/release-v0.0.3
Browse files Browse the repository at this point in the history
Bump version v0.0.3
  • Loading branch information
kyma-bot authored Apr 6, 2023
2 parents cff6011 + f84b9f1 commit bd0eb65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ifndef MODULE_VERSION
MODULE_VERSION = 0.0.2
MODULE_VERSION = 0.0.3
endif
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ kind: Kustomization
images:
- name: controller
newName: localhost:5001/unsigned/kyma-project.io/module/keda
newTag: 0.0.2
newTag: 0.0.3
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: k3d-kyma-registry:5001/keda-manager-dev-local
newTag: 0.0.2
newTag: 0.0.3
2 changes: 1 addition & 1 deletion hack/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ REGISTRY_PORT ?= 5001
REGISTRY_NAME ?= ${CLUSTER_NAME}-registry

MANAGER_IMAGE_NAME ?= keda-manager-dev-local
MANAGER_IMAGE_TAG ?= 0.0.2
MANAGER_IMAGE_TAG ?= 0.0.3

PROJECT_ROOT ?= ../..

Expand Down

0 comments on commit bd0eb65

Please sign in to comment.