From b97c2f6d81b7891aa93996f5030791cf27d93565 Mon Sep 17 00:00:00 2001 From: Tancho Mihov <tancho.mihov@cleverpine.com> Date: Fri, 1 Jul 2022 11:21:42 +0300 Subject: [PATCH] Update issuer --- Chart.yaml | 4 ++-- README.md | 6 +++--- values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 5af276a..0899054 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: 0.0.0 +appVersion: v0.0.1 description: infohub deployment name: infohub -version: 0.0.0 +version: 0.0.1 icon: "https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg" diff --git a/README.md b/README.md index 2c338a5..958305f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # infohub -  +  infohub deployment @@ -9,7 +9,7 @@ infohub deployment | Key | Type | Default | Description | |-----|------|---------|-------------| | addresses.cache | string | `"http://cache:8080"` | | -| addresses.issueruri | string | `"did:tsa:123"` | | +| addresses.issuerUri | string | `"did:web:123"` | | | addresses.policy | string | `"http://policy:8080"` | | | addresses.signer | string | `"http://signer:8080"` | | | autoscaling.enabled | bool | `false` | Enable autoscaling | @@ -40,7 +40,7 @@ infohub deployment | log.level | string | `"debug"` | | | metrics.enabled | bool | `true` | Enable prometheus metrics | | metrics.port | int | `2112` | Port for prometheus metrics | -| mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.infra:27017/infohub?replicaSet=rs0&authSource=admin&ssl=true"` | | +| mongo.addr | string | `"mongodb://mongodb-mongodb-replicaset.mongo:27017/infohub?replicaSet=rs0&authSource=admin"` | | | mongo.dbname | string | `"infohub"` | | | mongo.pass | string | `""` | | | mongo.user | string | `""` | | diff --git a/values.yaml b/values.yaml index ea0196c..5aae78f 100644 --- a/values.yaml +++ b/values.yaml @@ -84,7 +84,7 @@ addresses: policy: http://policy:8080 cache: http://cache:8080 signer: http://signer:8080 - issuerUri: did:tsa:123 + issuerUri: did:web:123 ingress: enabled: true -- GitLab