Skip to content

Commit

Permalink
chore: bastion update bitcoin, kubectl, kratos (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms authored Jan 26, 2023
1 parent 0391415 commit 0a2b1e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/inception/gcp/bastion.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
locals {
tag = "${local.name_prefix}-bastion"
cfssl_version = "1.6.1"
bitcoin_version = "23.0"
bitcoin_version = "24.0.1"
cepler_version = "0.7.9"
safe_version = "1.7.0"
lnd_version = "0.15.5"
kubectl_version = "1.21.9"
kubectl_version = "1.23.5"
k9s_version = "0.25.18"
bos_version = "12.13.3"
kratos_version = "0.10.1"
kratos_version = "0.11.1"
}

resource "google_compute_instance" "bastion" {
Expand Down

0 comments on commit 0a2b1e3

Please sign in to comment.