Skip to content

Commit

Permalink
Update Ingestion Lambda image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed May 8, 2024
1 parent 7a926aa commit d857c95
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ locals {
observability_platform = "development"

/* Image Versions */
scan_image_version = "0.0.4"
transfer_image_version = "0.0.4"
notify_image_version = "0.0.8"
scan_image_version = "0.0.5"
transfer_image_version = "0.0.5"
notify_image_version = "0.0.9"

/* Target Buckets */
target_buckets = ["mojap-land-dev"]
Expand Down Expand Up @@ -44,9 +44,9 @@ locals {
observability_platform = "production"

/* Image Versions */
scan_image_version = "0.0.4"
transfer_image_version = "0.0.4"
notify_image_version = "0.0.8"
scan_image_version = "0.0.5"
transfer_image_version = "0.0.5"
notify_image_version = "0.0.9"

/* Target Buckets */
target_buckets = ["mojap-land"]
Expand Down

0 comments on commit d857c95

Please sign in to comment.