Skip to content

Commit

Permalink
Test both incrementing at the same time
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Aug 13, 2024
1 parent 7fd83be commit da61098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/stacks/dpe-k8s-deployments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "sage-aws-eks-autoscaler" {
module "victoria-metrics" {
depends_on = [module.argo-cd]
source = "spacelift.io/sagebionetworks/victoria-metrics/aws"
version = "0.4.3"
version = "0.4.4"
}

module "trivy-operator" {
Expand Down
2 changes: 1 addition & 1 deletion modules/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ locals {
description = "Helm chart deployment for a single node Victoria Metrics instance"
project_root = "modules/victoria-metrics"
space_id = "root"
version_number = "0.4.3"
version_number = "0.4.4"
}

trivy-operator = {
Expand Down

0 comments on commit da61098

Please sign in to comment.