Skip to content

Commit

Permalink
Merge branch 'hotfix/1.7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-barbosa-oliveira committed Nov 14, 2020
2 parents cdf98f3 + 740886b commit 19cce71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ Repository with configuration files required for OCARIoT platform **deployment i
All software installation is performed using the following command:

```sh
curl -o- https://raw.githubusercontent.com/ocariot/docker-swarm/1.7.2/install.sh | sudo bash
curl -o- https://raw.githubusercontent.com/ocariot/docker-swarm/1.7.3/install.sh | sudo bash
```

```sh
wget -qO- https://raw.githubusercontent.com/ocariot/docker-swarm/1.7.2/install.sh | sudo bash
wget -qO- https://raw.githubusercontent.com/ocariot/docker-swarm/1.7.3/install.sh | sudo bash
```


Expand Down
2 changes: 1 addition & 1 deletion config/ocariot/vault/scripts/initializing_vault.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

DEFAULT_MAX_TTL="43800h"
TTL_CERT="35040h"
TTL_CERT="8760h"
TTL_RABBITMQ_USER="87600h"
TTL_PSMDB_USER="87600h"
TTL_PSMDB_TOKEN="10m"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INSTALL_PATH="/opt/ocariot-swarm"

version()
{
echo "1.7.2"
echo "1.7.3"
}

isInstalled()
Expand Down

0 comments on commit 19cce71

Please sign in to comment.