From 3d2e9eac3823e4876b1a6ef13f2fa72adbcae225 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 10 Nov 2024 15:10:53 +0000 Subject: [PATCH] Update README.md and .env.example files to Vault version 1.13.2 --- .env.example | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index e08ece1..93b35e1 100644 --- a/.env.example +++ b/.env.example @@ -9,7 +9,7 @@ PVAULT_DB_PASSWORD = pvault # Vault PVAULT_ADMIN_API_KEY = pvaultauth PVAULT_PORT = 8123 -PVAULT_SERVER_DOCKER_TAG = docker.io/piiano/pvault-server:1.13.1 +PVAULT_SERVER_DOCKER_TAG = docker.io/piiano/pvault-server:1.13.2 PVAULT_LOG_LEVEL = info PVAULT_LOG_CUSTOMER_IDENTIFIER = vault-demo PVAULT_LOG_CUSTOMER_ENV = demo diff --git a/README.md b/README.md index 0ffbba8..cfa5ef7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The backend is implemented in Python Django and uses a PostgreSQL DB to store th The application is deployed using Docker Compose, and includes a Piiano Vault container, a PostgreSQL DB container, a web based Terminal container and an Elastic stack container for viewing logs. -This demo application version is 0.8.22 and is compatible with Vault version 1.13.1 . +This demo application version is 0.8.23 and is compatible with Vault version 1.13.2 . ## How to use this demo