Skip to content

Commit

Permalink
Merge pull request #214 from Cortey/bumprelease
Browse files Browse the repository at this point in the history
Bump Keda Manager Version before release
  • Loading branch information
kyma-bot authored Jun 21, 2023
2 parents f2c268f + 3037426 commit a32a09b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.1
MODULE_VERSION = 0.2.0
endif
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.1.1
newTag: 0.2.0
2 changes: 1 addition & 1 deletion docs/user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Keda Manager helps you to install and manage KEDA on your cluster. It manages th
## Useful links
- [KEDA configuration](01-20-configuration.md) - provides exemplary configuation of the KEDA components.
- [Keda module footprint](04-10-footprint.md) - describes the footprint generated by the Keda module.
- [KEDA demo application](04-20-demo-application.md) - shows how to scale the Kubernetes workloads using KEDA API.
- [KEDA demo applications](04-20-demo-applications.md) - shows how to scale the Kubernetes workloads using KEDA API.

For the developer guides, see:
- [Install Keda Manager](../contributor/01-10-installation.md) - describes the advanced installation options.
Expand Down

0 comments on commit a32a09b

Please sign in to comment.