Skip to content

Commit

Permalink
Typo fix in quassel/README.md (helm#4997)
Browse files Browse the repository at this point in the history
* Add version for quassel

Add version for quassel

* Typo fix in quassel/README.md

Typo fix in quassel/README.md
  • Loading branch information
AdamDang authored and k8s-ci-robot committed Apr 15, 2018
1 parent 8d9435e commit f3db50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/quassel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.12.4
description: Quassel IRC is a modern, cross-platform, distributed IRC client.
name: quassel
version: 0.2.8
version: 0.2.9
icon: https://avatars3.githubusercontent.com/u/2965670
home: https://quassel-irc.org/
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion stable/quassel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $ helm install stable/quassel --name my-release -f values.yaml
## Persistence

The [quassel-core](https://hub.docker.com/r/linuxserver/quassel-core) image
stores it's configuration data, and if using SQLite, it's SQLite database at the
stores its configuration data, and if using SQLite, its SQLite database at the
`/config` path of the container.

The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/)
Expand Down

0 comments on commit f3db50f

Please sign in to comment.