Skip to content

Commit

Permalink
feature(keda): upgrade to 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis committed Nov 19, 2023
1 parent d2eb1b4 commit 86523a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm_keda.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "helm_release" "keda" {
count = var.keda_toggle ? 1 : 0

version = "2.8.0"
version = "2.12.0"

name = "keda"
chart = "keda"
Expand Down
2 changes: 1 addition & 1 deletion samples/chip/chip-istio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
periodSeconds: 10
env:
- name: CHAOS_MONKEY_ENABLED
value: "true"
value: "false"
- name: CHAOS_MONKEY_MODE
value: "critical"
- name: CHAOS_MONKEY_LATENCY
Expand Down

0 comments on commit 86523a1

Please sign in to comment.