Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tails-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# Application version the chart deploys.
appVersion: "1.2.1"
Expand Down
7 changes: 4 additions & 3 deletions charts/tails-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ A simple, production‑ready Helm chart to deploy the Indy Tails Server.
## TL;DR

```bash
# From repo root
helm upgrade --install tails-server charts/tails-server \
--namespace tails --create-namespace
helm repo add tails-server https://bcgov.github.io/indy-tails-server
helm repo update
helm upgrade --install tails-server tails-server/tails-server \
--namespace tails-server --create-namespace
```

## Prerequisites
Expand Down