diff --git a/stable/quassel/Chart.yaml b/stable/quassel/Chart.yaml index 7b7657232c..f7c54c78d4 100644 --- a/stable/quassel/Chart.yaml +++ b/stable/quassel/Chart.yaml @@ -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.6 +version: 0.2.7 icon: https://avatars3.githubusercontent.com/u/2965670 home: https://quassel-irc.org/ maintainers: diff --git a/stable/quassel/README.md b/stable/quassel/README.md index eb7a507935..37d7402c2a 100644 --- a/stable/quassel/README.md +++ b/stable/quassel/README.md @@ -60,7 +60,7 @@ their default values. | `persistence.existingClaim` | Name of an existing PVC to use for config | `nil` | | `persistence.accessMode` | PVC Access Mode for config volume | `ReadWriteOnce` | | `persistence.size` | PVC Storage Request for config volume | `1Gi` | -| `resources` | Resoure limits for Quassel pod | `{}` | +| `resources` | Resource limits for Quassel pod | `{}` | | `nodeSelector` | Map of node labels for pod assignment | `{}` | | `tolerations` | List of node taints to tolerate | `[]` | | `affinity` | Map of node/pod affinities | `{}` |