Skip to content

Commit

Permalink
Update NeuVector to 5.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Hofmann <[email protected]>
  • Loading branch information
bashofmann committed Jul 25, 2023
1 parent 326ad62 commit 2f3a516
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions neuvector/aws/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion neuvector/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ No modules.
| <a name="input_instance_type"></a> [instance\_type](#input\_instance\_type) | Instance type used for all EC2 instances | `string` | `"t3a.xlarge"` | no |
| <a name="input_kubernetes_version"></a> [kubernetes\_version](#input\_kubernetes\_version) | Kubernetes version to use | `string` | `"v1.24.14+rke2r1"` | no |
| <a name="input_neuvector_admin_password"></a> [neuvector\_admin\_password](#input\_neuvector\_admin\_password) | Admin password for NeuVector | `string` | `"AI2zSYMFuCZ3HUeyNNMj1urUpCSEfgE0"` | no |
| <a name="input_neuvector_chart_version"></a> [neuvector\_chart\_version](#input\_neuvector\_chart\_version) | NeuVector helm chart version | `string` | `"2.4.5"` | no |
| <a name="input_neuvector_chart_version"></a> [neuvector\_chart\_version](#input\_neuvector\_chart\_version) | NeuVector helm chart version | `string` | `"2.6.1"` | no |
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix added to names of all resources | `string` | `"neuvector-quickstart"` | no |
| <a name="input_rancher_helm_repository"></a> [rancher\_helm\_repository](#input\_rancher\_helm\_repository) | The helm repository, where the Rancher helm chart is installed from | `string` | `"https://releases.rancher.com/server-charts/latest"` | no |
| <a name="input_rancher_server_admin_password"></a> [rancher\_server\_admin\_password](#input\_rancher\_server\_admin\_password) | Admin password to use for Rancher server bootstrap, min. 12 characters | `string` | `"adminadminadmin"` | no |
Expand Down
2 changes: 1 addition & 1 deletion neuvector/aws/terraform.tfvars.example
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kubernetes_version = "v1.24.14+rke2r1"
neuvector_admin_password = "AI2zSYMFuCZ3HUeyNNMj1urUpCSEfgE0"

# NeuVector helm chart version
neuvector_chart_version = "2.4.5"
neuvector_chart_version = "2.6.1"

# Prefix added to names of all resources
prefix = "neuvector-quickstart"
Expand Down
2 changes: 1 addition & 1 deletion neuvector/aws/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ variable "kubernetes_version" {
variable "neuvector_chart_version" {
type = string
description = "NeuVector helm chart version"
default = "2.4.5"
default = "2.6.1"
}

variable "cert_manager_version" {
Expand Down

0 comments on commit 2f3a516

Please sign in to comment.