We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52e10c commit e548c4bCopy full SHA for e548c4b
modules/kyverno/main.tf
@@ -4,7 +4,7 @@ resource "helm_release" "this" {
4
5
repository = "https://kyverno.github.io/kyverno/"
6
chart = "kyverno"
7
- version = "3.4.2"
+ version = "3.4.3"
8
9
values = [yamlencode({
10
# https://github.com/kyverno/kyverno/pull/11482/checks?check_run_id=32231441646
0 commit comments