Skip to content
Snippets Groups Projects
Unverified Commit 76e51ef2 authored by Göran Pöhner's avatar Göran Pöhner Committed by GitHub
Browse files

Updated redis chart for Redis 7.0.15

* Updated redis chart for Redis 7.0.15
parent 35896840
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ maintainers:
- name: groundhog2k
# This is the chart version
version: "0.7.9"
version: "0.6.17"
# This is the version number of the application being deployed.
appVersion: "7.2.3"
appVersion: "7.0.15"
......@@ -196,6 +196,8 @@ The policyTypes will be automatically set
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| networkPolicy.annotations | object | `{}` | Additional network policy annotations |
| networkPolicy.labels | object | `{}` | Additional network policy labels |
| networkPolicy.ingress | object | `{}` | Ingress network policies |
| networkPolicy.egress | object | `{}` | Egress network policies |
......
......@@ -39,6 +39,7 @@
| 0.6.14 | 7.0.12 | Updated metrics exporter to v1.51.0 |
| 0.6.15 | 7.0.13 | Upgraded to Redis 7.0.13 |
| 0.6.16 | 7.0.14 | Upgraded to Redis 7.0.14 |
| 0.6.17 | 7.0.15 | Upgraded to Redis 7.0.15 |
| 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 |
......
......@@ -3,6 +3,14 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: {{ include "redis.fullname" $ }}
{{- with .labels }}
labels:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
podSelector:
matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment