Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simongottschlag committed Dec 9, 2020
1 parent ff256ae commit 452ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/opa-gatekeeper/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ terraform {

locals {
gatekeeper_version = "v3.2.2"
gatekeeper_library_version = "v0.5.1"
gatekeeper_library_version = "v0.5.2"
values = templatefile("${path.module}/templates/gatekeeper-library-values.yaml.tpl", { constraints = concat(var.default_constraints, var.additional_constraints), exclude = var.exclude })
}

Expand Down

0 comments on commit 452ae6c

Please sign in to comment.