Skip to content

Commit

Permalink
Merge pull request #155 from kwiatekus/fix-keda-api-link
Browse files Browse the repository at this point in the history
Fix ScaledObject API link
  • Loading branch information
kyma-bot authored May 15, 2023
2 parents 0e7aacc + 0580eb0 commit b6577dc
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.0.4
MODULE_VERSION = 0.0.5
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.0.4
newTag: 0.0.5
2 changes: 1 addition & 1 deletion config/ui-extensions/scaledobjects/general
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ category: Workloads
name: Scaled Objects
scope: namespace
description: >-
{{[Scaled Objects](https://keda.sh/docs/2.8/concepts/scaling-deployments/#scaledobject-spec)}}
{{[Scaled Objects](https://keda.sh/docs/latest/concepts/scaling-deployments/#scaledobject-spec)}}
describes which workloads should KEDA scale and what the triggers for the scaling are.

0 comments on commit b6577dc

Please sign in to comment.