Skip to content

Commit

Permalink
chore: bump bastion deps (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts authored May 29, 2024
1 parent f7115e5 commit cbeb5a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions modules/inception/gcp/bastion.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
locals {
tag = "${local.name_prefix}-bastion"
bria_version = "0.1.106"
cfssl_version = "1.6.1"
bitcoin_version = "24.0.1"
bitcoin_version = "25.2"
cepler_version = "0.7.15"
safe_version = "1.7.0"
lnd_version = "0.17.3-beta"
kubectl_version = "1.27.5"
k9s_version = "0.25.18"
bos_version = "17.8.0"
safe_version = "1.8.0"
lnd_version = "0.17.4-beta"
kubectl_version = "1.27.14"
k9s_version = "0.32.4"
bos_version = "18.2.0"
kratos_version = "0.11.1"
}

Expand Down Expand Up @@ -46,7 +45,6 @@ resource "google_compute_instance" "bastion" {
project : local.project,
bastion_revoke_on_exit : local.bastion_revoke_on_exit
bria_version : local.bria_version,
cfssl_version : local.cfssl_version,
bitcoin_version : local.bitcoin_version
cepler_version : local.cepler_version
safe_version : local.safe_version
Expand Down
2 changes: 1 addition & 1 deletion modules/inception/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variable "bastion_machine_type" {
default = "e2-micro"
}
variable "bastion_image" {
default = "ubuntu-os-cloud/ubuntu-2204-lts"
default = "ubuntu-os-cloud/ubuntu-2404-lts-amd64"
}
variable "bastion_revoke_on_exit" {
default = true
Expand Down

0 comments on commit cbeb5a2

Please sign in to comment.