Skip to content

Commit

Permalink
fix: update vault and vault-init versions
Browse files Browse the repository at this point in the history
PR sethvargo#94 relies on a feature introduced in Vault 1.4.0. This updates Vault to the latest version
fixing sethvargo#95.
  • Loading branch information
bchrobot committed Aug 12, 2021
1 parent 2bffba8 commit 29fe647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@ variable "num_vault_pods" {

variable "vault_container" {
type = string
default = "vault:1.2.1"
default = "vault:1.8.1"
description = "Name of the Vault container image to deploy. This can be specified like \"container:version\" or as a full container URL."
}

variable "vault_init_container" {
type = string
default = "sethvargo/vault-init:1.0.0"
default = "sethvargo/vault-init:0.2.0"
description = "Name of the Vault init container image to deploy. This can be specified like \"container:version\" or as a full container URL."
}

Expand Down

0 comments on commit 29fe647

Please sign in to comment.