diff --git a/.env b/.env index 55a8db64..418ae365 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ ifndef MODULE_VERSION - MODULE_VERSION = 0.1.1 + MODULE_VERSION = 0.2.0 endif diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index ea424236..a1adad7f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -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 diff --git a/docs/user/README.md b/docs/user/README.md index fa022d50..1a6e8ee9 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -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.