diff --git a/Chart.yaml b/Chart.yaml index 5af276aafe09ace07eddf6ffba4d31248ae16502..0899054117def852b0e0b73d49aeb80b3d228af8 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 2c338a5e9a716eaf927b150aea711e98f647a7d1..958305f4eaac29ac1974f948ba375e3d782a39bb 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 ea0196ca002421b922c54632a6e6db57062225ce..5aae78f86d94fcb3b2af05e9dfc9b3a011169be9 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