diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 4969f4d67f96a5e72be97bd473a301dde365ccac..d890c88ed65a33b280ef5ace945f3ee6d7087c20 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -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" diff --git a/charts/redis/README.md b/charts/redis/README.md index b330fa445506486227d4268b2d8452ac6c3eac5a..e42211455c777ddf86c3a84da32f5ef77aae3863 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -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 | diff --git a/charts/redis/RELEASENOTES.md b/charts/redis/RELEASENOTES.md index f60ab38e63a551079d09d0ee7e704b1b874cc7ae..5e5c717460063fc6680931c257b75ffdbebccb17 100644 --- a/charts/redis/RELEASENOTES.md +++ b/charts/redis/RELEASENOTES.md @@ -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 | diff --git a/charts/redis/templates/networkpolicy.yaml b/charts/redis/templates/networkpolicy.yaml index 28ceb540425f701e565fabd9db52a6890bed25a9..ac68d06c6ceb2d565f320bc4d5bd2c3ba741eb65 100644 --- a/charts/redis/templates/networkpolicy.yaml +++ b/charts/redis/templates/networkpolicy.yaml @@ -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: