Skip to content

Commit

Permalink
Merge pull request #763 from lsst-sqre/renovate/redis-7.x
Browse files Browse the repository at this point in the history
Update redis Docker tag to v7.2.5
  • Loading branch information
rra authored May 20, 2024
2 parents 6580d49 + 26a6661 commit 3153a88
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Install test dependencies
run: pip install -r tests/requirements.txt
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.12"

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down
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.11
version: 1.0.12
description: Simple single-server Redis deployment with configurable storage
sources:
- https://github.com/lsst-sqre/charts/tree/main/charts/redis
Expand Down
6 changes: 4 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.11](https://img.shields.io/badge/Version-1.0.10-informational?style=flat-square)
![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-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.4"` | Redis image tag to use |
| image.tag | string | `"7.2.5"` | 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 All @@ -36,3 +36,5 @@ Simple single-server Redis deployment with configurable storage
| resources | object | `{}` | Resource limits and requests for the Redis pod |
| tolerations | list | `[]` | Tolerations for the Redis pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.0](https://github.com/norwoodj/helm-docs/releases/v1.13.0)
2 changes: 1 addition & 1 deletion charts/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
repository: "redis"

# -- Redis image tag to use
tag: "7.2.4"
tag: "7.2.5"

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

0 comments on commit 3153a88

Please sign in to comment.