Skip to content

Commit

Permalink
Update Vault
Browse files Browse the repository at this point in the history
Use recent versions of the sofware that we integrated will help us to
catch-up potential issues with the integration.
  • Loading branch information
rnaveiras committed Jun 13, 2023
1 parent 29372ce commit c13f432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/acceptance/setup/resources/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ spec:
spec:
containers:
- name: app
image: vault:1.3.0
image: vault:1.13.2
args:
- server
- -dev
- -dev-root-token-id=vault-token
- -dev-listen-address=0.0.0.0:8200
- -log-format=json
ports:
- containerPort: 8200
name: http
Expand Down

0 comments on commit c13f432

Please sign in to comment.