Skip to content

Commit 381bd76

Browse files
[redis]: fix dual stack networking issues (CloudPirates-io#227)
* [redis]: fix dual stack networking issues * Bump chart version * Update CHANGELOG.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Delete test-redis-ipv6.yaml Signed-off-by: Finn Rades <[email protected]> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Finn Rades <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9b4f896 commit 381bd76

File tree

5 files changed

+608
-93
lines changed

5 files changed

+608
-93
lines changed

charts/redis/CHANGELOG.md

Lines changed: 93 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,117 @@
11
# Changelog
22

3-
## 0.5.3 (2025-10-06)
3+
## 0.5.4 (2025-10-08)
44

5-
* [redis] Add automatically generated fields to volumeClaimTemplates ([#218](https://github.com/CloudPirates-io/helm-charts/pull/218))
5+
* [redis]: fix dual stack networking issues ([#227](https://github.com/CloudPirates-io/helm-charts/pull/227))
6+
7+
## <small>0.5.3 (2025-10-06)</small>
8+
9+
* Add automatically generated fields to volumeClaimTemplates (#218) ([5f4142b](https://github.com/CloudPirates-io/helm-charts/commit/5f4142b)), closes [#218](https://github.com/CloudPirates-io/helm-charts/issues/218)
610

711
## <small>0.5.2 (2025-10-06)</small>
812

9-
* chore(deps): update redis:8.2.1 Docker digest to 5fa2edb (#188) ([6a72e00](https://github.com/rsaladra/helm-charts/commit/6a72e00)), closes [#188](https://github.com/rsaladra/helm-charts/issues/188)
13+
* chore(deps): update redis:8.2.1 Docker digest to 5fa2edb (#188) ([6a72e00](https://github.com/CloudPirates-io/helm-charts/commit/6a72e00)), closes [#188](https://github.com/CloudPirates-io/helm-charts/issues/188)
1014

1115
## <small>0.5.1 (2025-10-06)</small>
1216

13-
* chore(deps): update docker.io/redis:8.2.1 Docker digest to 5fa2edb (#187) ([fe21dc2](https://github.com/rsaladra/helm-charts/commit/fe21dc2)), closes [#187](https://github.com/rsaladra/helm-charts/issues/187)
17+
* chore(deps): update docker.io/redis:8.2.1 Docker digest to 5fa2edb (#187) ([fe21dc2](https://github.com/CloudPirates-io/helm-charts/commit/fe21dc2)), closes [#187](https://github.com/CloudPirates-io/helm-charts/issues/187)
1418

1519
## 0.5.0 (2025-10-01)
1620

17-
* make redis run on openshift (#193) ([cc4d3c3](https://github.com/rsaladra/helm-charts/commit/cc4d3c3)), closes [#193](https://github.com/rsaladra/helm-charts/issues/193)
21+
* make redis run on openshift (#193) ([cc4d3c3](https://github.com/CloudPirates-io/helm-charts/commit/cc4d3c3)), closes [#193](https://github.com/CloudPirates-io/helm-charts/issues/193)
1822

1923
## <small>0.4.6 (2025-09-25)</small>
2024

21-
* Add metrics section to the README ([14a37bc](https://github.com/rsaladra/helm-charts/commit/14a37bc))
22-
* Add topologySpreadConstraints option to the chart ([9c9eeeb](https://github.com/rsaladra/helm-charts/commit/9c9eeeb))
23-
* add volumeMounts option for sentinel container ([8499307](https://github.com/rsaladra/helm-charts/commit/8499307))
24-
* bump up chart patch version ([c436c6d](https://github.com/rsaladra/helm-charts/commit/c436c6d))
25-
* bump up chart patch version ([a5c9dfb](https://github.com/rsaladra/helm-charts/commit/a5c9dfb))
26-
* fix sentinel conditions. set default to standalone ([bf935fa](https://github.com/rsaladra/helm-charts/commit/bf935fa))
27-
* Implement redis service monitoring ([3aec93d](https://github.com/rsaladra/helm-charts/commit/3aec93d))
28-
* requirepass for sentinel cli operations when password is set ([60d1b5c](https://github.com/rsaladra/helm-charts/commit/60d1b5c))
29-
* return fqdn for sentinel master lookup (#156) ([00b9882](https://github.com/rsaladra/helm-charts/commit/00b9882)), closes [#156](https://github.com/rsaladra/helm-charts/issues/156)
30-
* [redis]: Persistent volume claim retentionpolicy ([1f708a5](https://github.com/rsaladra/helm-charts/commit/1f708a5))
31-
* Bitnami style fail over script ([9b9a395](https://github.com/rsaladra/helm-charts/commit/9b9a395))
32-
* Bump chart version ([a892492](https://github.com/rsaladra/helm-charts/commit/a892492))
33-
* Bump chart version ([a6ac908](https://github.com/rsaladra/helm-charts/commit/a6ac908))
34-
* Bump version ([43dceb2](https://github.com/rsaladra/helm-charts/commit/43dceb2))
35-
* Configurable recheck values ([cf31961](https://github.com/rsaladra/helm-charts/commit/cf31961))
36-
* Decrease defaults ([572cba9](https://github.com/rsaladra/helm-charts/commit/572cba9))
37-
* Fix invalid master detection ([f1545d9](https://github.com/rsaladra/helm-charts/commit/f1545d9))
38-
* fix lint ([c9a0e4f](https://github.com/rsaladra/helm-charts/commit/c9a0e4f))
39-
* Fix lint ([9943a66](https://github.com/rsaladra/helm-charts/commit/9943a66))
40-
* Fix pod not restarting after configmap change ([8181649](https://github.com/rsaladra/helm-charts/commit/8181649))
41-
* Fix reviews ([87c780c](https://github.com/rsaladra/helm-charts/commit/87c780c))
42-
* Fix roles ([9f6cd01](https://github.com/rsaladra/helm-charts/commit/9f6cd01))
43-
* Full rework ([a8f4e56](https://github.com/rsaladra/helm-charts/commit/a8f4e56))
44-
* Implement redis sentinal functionality ([70d64d5](https://github.com/rsaladra/helm-charts/commit/70d64d5))
45-
* Implement suggested improvements ([aeac191](https://github.com/rsaladra/helm-charts/commit/aeac191))
46-
* Improve defaults ([b964825](https://github.com/rsaladra/helm-charts/commit/b964825))
47-
* Minor improvements ([016dee2](https://github.com/rsaladra/helm-charts/commit/016dee2))
48-
* Sync on restart if sentinel available ([628128e](https://github.com/rsaladra/helm-charts/commit/628128e))
49-
* Unhardcode ips ([b6e0a4e](https://github.com/rsaladra/helm-charts/commit/b6e0a4e))
50-
* Update CHANGELOG.md ([7691aa0](https://github.com/rsaladra/helm-charts/commit/7691aa0))
51-
* Update CHANGELOG.md ([fcf698f](https://github.com/rsaladra/helm-charts/commit/fcf698f))
52-
* Update CHANGELOG.md ([1afe498](https://github.com/rsaladra/helm-charts/commit/1afe498))
53-
* Update CHANGELOG.md ([0da41aa](https://github.com/rsaladra/helm-charts/commit/0da41aa))
54-
* Update CHANGELOG.md ([8425f12](https://github.com/rsaladra/helm-charts/commit/8425f12))
55-
* Update CHANGELOG.md ([2753a1e](https://github.com/rsaladra/helm-charts/commit/2753a1e))
56-
* Update CHANGELOG.md ([f6ea97b](https://github.com/rsaladra/helm-charts/commit/f6ea97b))
57-
* Update CHANGELOG.md ([9bd42ad](https://github.com/rsaladra/helm-charts/commit/9bd42ad))
58-
* Update CHANGELOG.md ([497514f](https://github.com/rsaladra/helm-charts/commit/497514f))
59-
* Update CHANGELOG.md ([18008d2](https://github.com/rsaladra/helm-charts/commit/18008d2))
60-
* Update CHANGELOG.md ([dfaff03](https://github.com/rsaladra/helm-charts/commit/dfaff03))
61-
* Update CHANGELOG.md ([e60664c](https://github.com/rsaladra/helm-charts/commit/e60664c))
62-
* Update CHANGELOG.md ([025e4b2](https://github.com/rsaladra/helm-charts/commit/025e4b2))
63-
* Update CHANGELOG.md ([a4c0fd0](https://github.com/rsaladra/helm-charts/commit/a4c0fd0))
64-
* Update CHANGELOG.md ([103dbd5](https://github.com/rsaladra/helm-charts/commit/103dbd5))
65-
* Update CHANGELOG.md ([4657370](https://github.com/rsaladra/helm-charts/commit/4657370))
66-
* Update CHANGELOG.md ([e572ff3](https://github.com/rsaladra/helm-charts/commit/e572ff3))
67-
* Update CHANGELOG.md ([507c187](https://github.com/rsaladra/helm-charts/commit/507c187))
68-
* Update docker.io/redis:8.2.1 Docker digest to acb90ce ([eb469b0](https://github.com/rsaladra/helm-charts/commit/eb469b0))
69-
* chore: bump chart version ([b8bec46](https://github.com/rsaladra/helm-charts/commit/b8bec46))
70-
* feat: add init container resources configurable values ([852ac34](https://github.com/rsaladra/helm-charts/commit/852ac34))
71-
* feat: bind resource to init-container resources from values ([014db83](https://github.com/rsaladra/helm-charts/commit/014db83))
25+
* Add metrics section to the README ([14a37bc](https://github.com/CloudPirates-io/helm-charts/commit/14a37bc))
26+
* Add topologySpreadConstraints option to the chart ([9c9eeeb](https://github.com/CloudPirates-io/helm-charts/commit/9c9eeeb))
27+
* add volumeMounts option for sentinel container ([8499307](https://github.com/CloudPirates-io/helm-charts/commit/8499307))
28+
* bump up chart patch version ([c436c6d](https://github.com/CloudPirates-io/helm-charts/commit/c436c6d))
29+
* bump up chart patch version ([a5c9dfb](https://github.com/CloudPirates-io/helm-charts/commit/a5c9dfb))
30+
* fix sentinel conditions. set default to standalone ([bf935fa](https://github.com/CloudPirates-io/helm-charts/commit/bf935fa))
31+
* Implement redis service monitoring ([3aec93d](https://github.com/CloudPirates-io/helm-charts/commit/3aec93d))
32+
* requirepass for sentinel cli operations when password is set ([60d1b5c](https://github.com/CloudPirates-io/helm-charts/commit/60d1b5c))
33+
* return fqdn for sentinel master lookup (#156) ([00b9882](https://github.com/CloudPirates-io/helm-charts/commit/00b9882)), closes [#156](https://github.com/CloudPirates-io/helm-charts/issues/156)
34+
* [redis]: Persistent volume claim retentionpolicy ([1f708a5](https://github.com/CloudPirates-io/helm-charts/commit/1f708a5))
35+
* Bitnami style fail over script ([9b9a395](https://github.com/CloudPirates-io/helm-charts/commit/9b9a395))
36+
* Bump chart version ([a892492](https://github.com/CloudPirates-io/helm-charts/commit/a892492))
37+
* Bump chart version ([a6ac908](https://github.com/CloudPirates-io/helm-charts/commit/a6ac908))
38+
* Bump version ([43dceb2](https://github.com/CloudPirates-io/helm-charts/commit/43dceb2))
39+
* Configurable recheck values ([cf31961](https://github.com/CloudPirates-io/helm-charts/commit/cf31961))
40+
* Decrease defaults ([572cba9](https://github.com/CloudPirates-io/helm-charts/commit/572cba9))
41+
* Fix invalid master detection ([f1545d9](https://github.com/CloudPirates-io/helm-charts/commit/f1545d9))
42+
* fix lint ([c9a0e4f](https://github.com/CloudPirates-io/helm-charts/commit/c9a0e4f))
43+
* Fix lint ([9943a66](https://github.com/CloudPirates-io/helm-charts/commit/9943a66))
44+
* Fix pod not restarting after configmap change ([8181649](https://github.com/CloudPirates-io/helm-charts/commit/8181649))
45+
* Fix reviews ([87c780c](https://github.com/CloudPirates-io/helm-charts/commit/87c780c))
46+
* Fix roles ([9f6cd01](https://github.com/CloudPirates-io/helm-charts/commit/9f6cd01))
47+
* Full rework ([a8f4e56](https://github.com/CloudPirates-io/helm-charts/commit/a8f4e56))
48+
* Implement redis sentinal functionality ([70d64d5](https://github.com/CloudPirates-io/helm-charts/commit/70d64d5))
49+
* Implement suggested improvements ([aeac191](https://github.com/CloudPirates-io/helm-charts/commit/aeac191))
50+
* Improve defaults ([b964825](https://github.com/CloudPirates-io/helm-charts/commit/b964825))
51+
* Minor improvements ([016dee2](https://github.com/CloudPirates-io/helm-charts/commit/016dee2))
52+
* Sync on restart if sentinel available ([628128e](https://github.com/CloudPirates-io/helm-charts/commit/628128e))
53+
* Unhardcode ips ([b6e0a4e](https://github.com/CloudPirates-io/helm-charts/commit/b6e0a4e))
54+
* Update CHANGELOG.md ([7691aa0](https://github.com/CloudPirates-io/helm-charts/commit/7691aa0))
55+
* Update CHANGELOG.md ([fcf698f](https://github.com/CloudPirates-io/helm-charts/commit/fcf698f))
56+
* Update CHANGELOG.md ([1afe498](https://github.com/CloudPirates-io/helm-charts/commit/1afe498))
57+
* Update CHANGELOG.md ([0da41aa](https://github.com/CloudPirates-io/helm-charts/commit/0da41aa))
58+
* Update CHANGELOG.md ([8425f12](https://github.com/CloudPirates-io/helm-charts/commit/8425f12))
59+
* Update CHANGELOG.md ([2753a1e](https://github.com/CloudPirates-io/helm-charts/commit/2753a1e))
60+
* Update CHANGELOG.md ([f6ea97b](https://github.com/CloudPirates-io/helm-charts/commit/f6ea97b))
61+
* Update CHANGELOG.md ([9bd42ad](https://github.com/CloudPirates-io/helm-charts/commit/9bd42ad))
62+
* Update CHANGELOG.md ([497514f](https://github.com/CloudPirates-io/helm-charts/commit/497514f))
63+
* Update CHANGELOG.md ([18008d2](https://github.com/CloudPirates-io/helm-charts/commit/18008d2))
64+
* Update CHANGELOG.md ([dfaff03](https://github.com/CloudPirates-io/helm-charts/commit/dfaff03))
65+
* Update CHANGELOG.md ([e60664c](https://github.com/CloudPirates-io/helm-charts/commit/e60664c))
66+
* Update CHANGELOG.md ([025e4b2](https://github.com/CloudPirates-io/helm-charts/commit/025e4b2))
67+
* Update CHANGELOG.md ([a4c0fd0](https://github.com/CloudPirates-io/helm-charts/commit/a4c0fd0))
68+
* Update CHANGELOG.md ([103dbd5](https://github.com/CloudPirates-io/helm-charts/commit/103dbd5))
69+
* Update CHANGELOG.md ([4657370](https://github.com/CloudPirates-io/helm-charts/commit/4657370))
70+
* Update CHANGELOG.md ([e572ff3](https://github.com/CloudPirates-io/helm-charts/commit/e572ff3))
71+
* Update CHANGELOG.md ([507c187](https://github.com/CloudPirates-io/helm-charts/commit/507c187))
72+
* Update docker.io/redis:8.2.1 Docker digest to acb90ce ([eb469b0](https://github.com/CloudPirates-io/helm-charts/commit/eb469b0))
73+
* chore: bump chart version ([b8bec46](https://github.com/CloudPirates-io/helm-charts/commit/b8bec46))
74+
* feat: add init container resources configurable values ([852ac34](https://github.com/CloudPirates-io/helm-charts/commit/852ac34))
75+
* feat: bind resource to init-container resources from values ([014db83](https://github.com/CloudPirates-io/helm-charts/commit/014db83))
7276

7377
## 0.2.0 (2025-09-02)
7478

75-
* add extraObject array to all charts ([34772b7](https://github.com/rsaladra/helm-charts/commit/34772b7))
76-
* bump all chart versions for new extraObjects feature ([aaa57f9](https://github.com/rsaladra/helm-charts/commit/aaa57f9))
79+
* add extraObject array to all charts ([34772b7](https://github.com/CloudPirates-io/helm-charts/commit/34772b7))
80+
* bump all chart versions for new extraObjects feature ([aaa57f9](https://github.com/CloudPirates-io/helm-charts/commit/aaa57f9))
7781

7882
## <small>0.1.8 (2025-08-31)</small>
7983

80-
* Add support for statefulset priorityclassname ([b5847dd](https://github.com/rsaladra/helm-charts/commit/b5847dd))
81-
* Update CHANGELOG.md ([d1c5ba2](https://github.com/rsaladra/helm-charts/commit/d1c5ba2))
84+
* Add support for statefulset priorityclassname ([b5847dd](https://github.com/CloudPirates-io/helm-charts/commit/b5847dd))
85+
* Update CHANGELOG.md ([d1c5ba2](https://github.com/CloudPirates-io/helm-charts/commit/d1c5ba2))
8286

8387
## <small>0.1.7 (2025-08-28)</small>
8488

85-
* add readme and values.schema.json ([873286c](https://github.com/rsaladra/helm-charts/commit/873286c))
86-
* Fix typo in readme ([cce0ea8](https://github.com/rsaladra/helm-charts/commit/cce0ea8))
87-
* fix version ([2701959](https://github.com/rsaladra/helm-charts/commit/2701959))
88-
* Refactor chart ([33323aa](https://github.com/rsaladra/helm-charts/commit/33323aa))
89-
* Update chart to 0.1.1 ([5fa15b9](https://github.com/rsaladra/helm-charts/commit/5fa15b9))
90-
* Update version to 8.2.1 / Fix readme ([5266eaf](https://github.com/rsaladra/helm-charts/commit/5266eaf))
91-
* Add ArtifactHub Badges to all Charts ([08b855b](https://github.com/rsaladra/helm-charts/commit/08b855b))
92-
* Add ArtifactHub repo config ([15180a8](https://github.com/rsaladra/helm-charts/commit/15180a8))
93-
* Add cosign signature READMEs ([5f82e7f](https://github.com/rsaladra/helm-charts/commit/5f82e7f))
94-
* Add extensive chart testing ([a46efac](https://github.com/rsaladra/helm-charts/commit/a46efac))
95-
* Add generated values.schema.json files from values.yaml ([aa79ac3](https://github.com/rsaladra/helm-charts/commit/aa79ac3))
96-
* Add initial Changelogs to all Charts ([68f10ca](https://github.com/rsaladra/helm-charts/commit/68f10ca))
97-
* Add LICENSE ([fdbf1ab](https://github.com/rsaladra/helm-charts/commit/fdbf1ab))
98-
* add logos to helm-charts ([fc70cdc](https://github.com/rsaladra/helm-charts/commit/fc70cdc))
99-
* Bump chart version ([395c7d5](https://github.com/rsaladra/helm-charts/commit/395c7d5))
100-
* Fix image tag/digest handling ([a5c982b](https://github.com/rsaladra/helm-charts/commit/a5c982b))
101-
* Fix imagePullSecrets format and pull always ([ce0d301](https://github.com/rsaladra/helm-charts/commit/ce0d301))
102-
* fix readme.md install text, update chart.yaml home-website ([3511582](https://github.com/rsaladra/helm-charts/commit/3511582))
103-
* Fix values.yaml / Chart.yaml linting issues ([043c7e0](https://github.com/rsaladra/helm-charts/commit/043c7e0))
104-
* Format README files ([04aacab](https://github.com/rsaladra/helm-charts/commit/04aacab))
105-
* init, add mariadb, mongodb and redis chart ([8e44c83](https://github.com/rsaladra/helm-charts/commit/8e44c83))
106-
* Release new chart versions / update sources ([dbb0e45](https://github.com/rsaladra/helm-charts/commit/dbb0e45))
107-
* Remove leading $ from code blocks ([836b2e3](https://github.com/rsaladra/helm-charts/commit/836b2e3))
108-
* remove serviceaccounts from all charts ([be8f43a](https://github.com/rsaladra/helm-charts/commit/be8f43a))
109-
* Update CHANGELOG.md ([26bf940](https://github.com/rsaladra/helm-charts/commit/26bf940))
110-
* Update docker.io/redis Docker tag to v8.2.1 ([53db488](https://github.com/rsaladra/helm-charts/commit/53db488))
111-
* update readme, chart.yaml texts and descriptions ([0179046](https://github.com/rsaladra/helm-charts/commit/0179046))
112-
* Use lookup function for password where applicable ([dfb9a0e](https://github.com/rsaladra/helm-charts/commit/dfb9a0e))
113-
* fix: chart icon urls ([cc38c0d](https://github.com/rsaladra/helm-charts/commit/cc38c0d))
89+
* add readme and values.schema.json ([873286c](https://github.com/CloudPirates-io/helm-charts/commit/873286c))
90+
* Fix typo in readme ([cce0ea8](https://github.com/CloudPirates-io/helm-charts/commit/cce0ea8))
91+
* fix version ([2701959](https://github.com/CloudPirates-io/helm-charts/commit/2701959))
92+
* Refactor chart ([33323aa](https://github.com/CloudPirates-io/helm-charts/commit/33323aa))
93+
* Update chart to 0.1.1 ([5fa15b9](https://github.com/CloudPirates-io/helm-charts/commit/5fa15b9))
94+
* Update version to 8.2.1 / Fix readme ([5266eaf](https://github.com/CloudPirates-io/helm-charts/commit/5266eaf))
95+
* Add ArtifactHub Badges to all Charts ([08b855b](https://github.com/CloudPirates-io/helm-charts/commit/08b855b))
96+
* Add ArtifactHub repo config ([15180a8](https://github.com/CloudPirates-io/helm-charts/commit/15180a8))
97+
* Add cosign signature READMEs ([5f82e7f](https://github.com/CloudPirates-io/helm-charts/commit/5f82e7f))
98+
* Add extensive chart testing ([a46efac](https://github.com/CloudPirates-io/helm-charts/commit/a46efac))
99+
* Add generated values.schema.json files from values.yaml ([aa79ac3](https://github.com/CloudPirates-io/helm-charts/commit/aa79ac3))
100+
* Add initial Changelogs to all Charts ([68f10ca](https://github.com/CloudPirates-io/helm-charts/commit/68f10ca))
101+
* Add LICENSE ([fdbf1ab](https://github.com/CloudPirates-io/helm-charts/commit/fdbf1ab))
102+
* add logos to helm-charts ([fc70cdc](https://github.com/CloudPirates-io/helm-charts/commit/fc70cdc))
103+
* Bump chart version ([395c7d5](https://github.com/CloudPirates-io/helm-charts/commit/395c7d5))
104+
* Fix image tag/digest handling ([a5c982b](https://github.com/CloudPirates-io/helm-charts/commit/a5c982b))
105+
* Fix imagePullSecrets format and pull always ([ce0d301](https://github.com/CloudPirates-io/helm-charts/commit/ce0d301))
106+
* fix readme.md install text, update chart.yaml home-website ([3511582](https://github.com/CloudPirates-io/helm-charts/commit/3511582))
107+
* Fix values.yaml / Chart.yaml linting issues ([043c7e0](https://github.com/CloudPirates-io/helm-charts/commit/043c7e0))
108+
* Format README files ([04aacab](https://github.com/CloudPirates-io/helm-charts/commit/04aacab))
109+
* init, add mariadb, mongodb and redis chart ([8e44c83](https://github.com/CloudPirates-io/helm-charts/commit/8e44c83))
110+
* Release new chart versions / update sources ([dbb0e45](https://github.com/CloudPirates-io/helm-charts/commit/dbb0e45))
111+
* Remove leading $ from code blocks ([836b2e3](https://github.com/CloudPirates-io/helm-charts/commit/836b2e3))
112+
* remove serviceaccounts from all charts ([be8f43a](https://github.com/CloudPirates-io/helm-charts/commit/be8f43a))
113+
* Update CHANGELOG.md ([26bf940](https://github.com/CloudPirates-io/helm-charts/commit/26bf940))
114+
* Update docker.io/redis Docker tag to v8.2.1 ([53db488](https://github.com/CloudPirates-io/helm-charts/commit/53db488))
115+
* update readme, chart.yaml texts and descriptions ([0179046](https://github.com/CloudPirates-io/helm-charts/commit/0179046))
116+
* Use lookup function for password where applicable ([dfb9a0e](https://github.com/CloudPirates-io/helm-charts/commit/dfb9a0e))
117+
* fix: chart icon urls ([cc38c0d](https://github.com/CloudPirates-io/helm-charts/commit/cc38c0d))

charts/redis/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: redis
33
description: An open source, in-memory data structure store used as a database, cache, and message broker.
44
type: application
5-
version: 0.5.3
5+
version: 0.5.4
66
appVersion: "8.2.1"
77
keywords:
88
- redis

0 commit comments

Comments
 (0)