Skip to content

Commit

Permalink
crd_installer: updated chart versions for cert-manager and kyverno
Browse files Browse the repository at this point in the history
  • Loading branch information
canaykin committed Jun 10, 2024
1 parent 0c83e3d commit 1c931c1
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 @@ -62,7 +62,7 @@ locals {
default_charts = {
cert-manager = {
repository = "https://charts.iits.tech"
version = "1.14.4"
version = "1.14.5"
enabled = true
values = [""]
set = [{
Expand All @@ -84,7 +84,7 @@ locals {
}
kyverno = {
repository = "https://charts.iits.tech"
version = "3.2.4"
version = "2.1.0"
enabled = true
values = [""]
set = [{
Expand Down

0 comments on commit 1c931c1

Please sign in to comment.