Skip to content

Commit

Permalink
crd_installer: updated chart versions for traefik and kyverno
Browse files Browse the repository at this point in the history
  • Loading branch information
canaykin committed Jun 10, 2024
1 parent d0ba0fe commit 0c83e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/crd_installer/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ locals {
}
traefik = {
repository = "https://charts.iits.tech"
version = "27.0.0"
version = "28.2.0"
enabled = true
values = [""]
set = [{
Expand All @@ -84,7 +84,7 @@ locals {
}
kyverno = {
repository = "https://charts.iits.tech"
version = "2.0.0"
version = "3.2.4"
enabled = true
values = [""]
set = [{
Expand Down

0 comments on commit 0c83e3d

Please sign in to comment.