Skip to content

Commit

Permalink
fix keda versions (#2634)
Browse files Browse the repository at this point in the history
Signed-off-by: James Petersen <[email protected]>
  • Loading branch information
found-it authored May 6, 2024
1 parent 4c0e420 commit bb4531f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/keda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ variable "target_repository" {
# Versions module plugs into to the version metadata for the top-level package
module "versions" {
source = "../../tflib/versions"
package = basename(path.module)
package = "keda"
}

# Need a config for every version of every component
Expand Down

0 comments on commit bb4531f

Please sign in to comment.