Skip to content

Commit

Permalink
[bitnami/valkey] Fix 404 in docs link (#29333)
Browse files Browse the repository at this point in the history
* Update values.yaml

See valkey-io/valkey-doc#81

Signed-off-by: Yoan Blanc <[email protected]>

* fixup! Update values.yaml

Signed-off-by: Yoan Blanc <[email protected]>

* Update Chart.yaml

Signed-off-by: Yoan Blanc <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Yoan Blanc <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
greut and bitnami-bot authored Sep 11, 2024
1 parent 2613b9f commit 55b1d3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions bitnami/valkey/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.3.15 (2024-08-19)
## 0.3.16 (2024-09-11)

* [bitnami/valkey] Fix env-vars for metrics container ([#28884](https://github.com/bitnami/charts/pull/28884))
* Fix 404 ([#29333](https://github.com/bitnami/charts/pull/29333))

## <small>0.3.15 (2024-08-19)</small>

* [bitnami/valkey] Fix env-vars for metrics container (#28884) ([17ffafe](https://github.com/bitnami/charts/commit/17ffafe703df7a81853b3632e03e2af79dfb41f2)), closes [#28884](https://github.com/bitnami/charts/issues/28884)

## <small>0.3.14 (2024-08-14)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/valkey/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ maintainers:
name: valkey
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
version: 0.3.15
version: 0.3.16
2 changes: 1 addition & 1 deletion bitnami/valkey/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ auth:
##
usePasswordFileFromSecret: true
## @param commonConfiguration [string] Common configuration to be added into the ConfigMap
## ref: https://valkey.io/topics/config
## ref: https://valkey.io/topics/valkey-conf/
##
commonConfiguration: |-
# Enable AOF https://valkey.io/docs/topics/persistence.html
Expand Down

0 comments on commit 55b1d3d

Please sign in to comment.