Skip to content

Commit

Permalink
Update Helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rra committed Jan 10, 2024
1 parent 2d14447 commit 07c3177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: redis
version: 1.0.10
version: 1.0.11
description: Simple single-server Redis deployment with configurable storage
sources:
- https://github.com/lsst-sqre/charts/tree/main/charts/redis
Expand Down
4 changes: 2 additions & 2 deletions charts/redis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redis

![Version: 1.0.10](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square)
![Version: 1.0.11](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square)

Simple single-server Redis deployment with configurable storage

Expand All @@ -24,7 +24,7 @@ Simple single-server Redis deployment with configurable storage
| fullnameOverride | string | `""` | Override the full name for resources (includes the release name) |
| image.pullPolicy | string | `"IfNotPresent"` | Pull policy for the Redis image |
| image.repository | string | `"redis"` | Redis image to use |
| image.tag | string | `"7.2.3"` | Redis image tag to use |
| image.tag | string | `"7.2.4"` | Redis image tag to use |
| nameOverride | string | `""` | Override the base name for resources |
| nodeSelector | object | `{}` | Node selector rules for the Redis pod |
| persistence.accessMode | string | `"ReadWriteOnce"` | Access mode of storage to request |
Expand Down

0 comments on commit 07c3177

Please sign in to comment.