Skip to content

Commit

Permalink
Merge pull request #738 from lsst-sqre/tickets/DM-37516
Browse files Browse the repository at this point in the history
DM-37516: Don't use appVersion for redis chart
  • Loading branch information
rra authored Jan 13, 2023
2 parents 7abc007 + c47930c commit 8bb942f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
apiVersion: v2
name: redis
version: 1.0.0
version: 1.0.1
description: Simple single-server Redis deployment with configurable storage
sources:
- https://github.com/lsst-sqre/charts/tree/main/charts/redis
maintainers:
- name: rra
appVersion: 7.0.5
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.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![AppVersion: 7.0.5](https://img.shields.io/badge/AppVersion-7.0.5-informational?style=flat-square)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-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 | The appVersion of the chart | Redis image tag to use |
| image.tag | string | `"7.0.7"` | 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
3 changes: 1 addition & 2 deletions charts/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ image:
repository: "redis"

# -- Redis image tag to use
# @default -- The appVersion of the chart
tag: ""
tag: "7.0.7"

# -- Pull policy for the Redis image
pullPolicy: "IfNotPresent"
Expand Down

0 comments on commit 8bb942f

Please sign in to comment.