Skip to content

Commit

Permalink
Refactor Kyverno Helm chart to update version to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlahbib committed Nov 20, 2024
1 parent 7084d15 commit dc582b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/kyverno.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "helm_release" "kyverno" {
chart = "kyverno"
namespace = "kyverno"
create_namespace = true
version = "3.3.3"
version = "3.1.5"

values = [
file("./assets/kyverno-values.yaml")
Expand Down

0 comments on commit dc582b3

Please sign in to comment.