Skip to content

Commit

Permalink
Updated redis_exporter to 1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
groundhog2k committed Oct 17, 2023
1 parent fcf6906 commit 83d078f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
- name: groundhog2k

# This is the chart version
version: "0.7.2"
version: "0.7.3"

# This is the version number of the application being deployed.
appVersion: "7.2.1"
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: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.1](https://img.shields.io/badge/AppVersion-7.2.1-informational?style=flat-square)
![Version: 0.7.3](https://img.shields.io/badge/Version-0.7.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.2.1](https://img.shields.io/badge/AppVersion-7.2.1-informational?style=flat-square)

## Changelog

Expand Down Expand Up @@ -130,7 +130,7 @@ helm uninstall my-release
| metrics.exporter.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| metrics.exporter.image.registry | string | `"docker.io"` | Image registry |
| metrics.exporter.image.repository | string | `"oliver006/redis_exporter"` | Image name |
| metrics.exporter.image.tag | string | `"v1.54.0"` | Image tag |
| metrics.exporter.image.tag | string | `"v1.55.0"` | Image tag |
| metrics.exporter.resources | object | `{}` | Resource limits and requests |
| metrics.exporter.livenessProbe | object | `see values.yaml` | Liveness probe configuration |
| metrics.exporter.startupProbe | object | `see values.yaml` | Startup probe configuration |
Expand Down
1 change: 1 addition & 0 deletions charts/redis/RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@
| 0.7.0 | 7.2.0 | Upgraded to Redis 7.2.0 |
| 0.7.1 | 7.2.1 | Upgraded to Redis 7.2.1 |
| 0.7.2 | 7.2.1 | Upgraded to Redis 7.2.1 |
| 0.7.3 | 7.2.1 | Updated metrics exporter to v1.55.0 |
| | | |
2 changes: 1 addition & 1 deletion charts/redis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ metrics:
registry: "docker.io"
repository: "oliver006/redis_exporter"
pullPolicy: IfNotPresent
tag: "v1.54.0"
tag: "v1.55.0"
## Default security options to run Exporter as non-root, read only container without privilege escalation
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 83d078f

Please sign in to comment.