Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rode UI and tfsec-collector versions #73

Merged
merged 2 commits into from
Jul 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tf/environments/aws/prod/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ inputs = {
tfsec_collector_host = "tfsec-collector.rode.lead.prod.liatr.io"
update_coredns = false

rode_ui_version = "v0.17.3"
rode_ui_version = "v0.17.4"
rode_version = "v0.14.5"
grafeas_version = "v0.8.2"
build_collector_version = "v0.3.3"
harbor_collector_version = "v0.2.2"
tfsec_collector_version = "v0.1.1"
tfsec_collector_version = "v0.1.2"
sonarqube_collector_version = "v0.2.1"

namespace_annotations = {
Expand Down
4 changes: 2 additions & 2 deletions tf/environments/aws/sandbox/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ inputs = {
tfsec_collector_host = "tfsec-collector.rode.lead.sandbox.liatr.io"
update_coredns = false

rode_ui_version = "v0.17.3"
rode_ui_version = "v0.17.4"
rode_version = "v0.14.5"
grafeas_version = "v0.8.2"
build_collector_version = "v0.3.3"
harbor_collector_version = "v0.2.2"
tfsec_collector_version = "v0.1.1"
tfsec_collector_version = "v0.1.2"
sonarqube_collector_version = "v0.2.1"
}
4 changes: 2 additions & 2 deletions tf/environments/local/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ inputs = {
rode_ui_host = "rode-ui.localhost"
ingress_name = "nginx"

rode_ui_version = "v0.17.3"
rode_ui_version = "v0.17.4"
rode_version = "v0.14.5"
grafeas_version = "v0.8.2"
build_collector_version = "v0.3.3"
harbor_collector_version = "v0.2.2"
tfsec_collector_version = "v0.1.1"
tfsec_collector_version = "v0.1.2"
sonarqube_collector_version = "v0.2.1"
}
4 changes: 4 additions & 0 deletions tf/k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,8 @@ module "keycloak" {
ingress_class = var.ingress_class
keycloak_host = var.keycloak_host
rode_ui_host = var.rode_ui_host

depends_on = [
module.nginx,
]
}