Skip to content

Commit

Permalink
Enable publishNotReadyAddresses on memcached service (#29045)
Browse files Browse the repository at this point in the history
* Add override for publishNotReadyAddresses

Signed-off-by: jyanez900 <[email protected]>

* Enable publishNotReadyAddresses on memcached service

Signed-off-by: jyanez900 <[email protected]>

* bump version in Chart.yaml

Signed-off-by: jyanez900 <[email protected]>

* Update CHANGELOG.md

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

---------

Signed-off-by: jyanez900 <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
  • Loading branch information
jyanez900 and bitnami-bot authored Aug 28, 2024
1 parent 3ecd8b2 commit f6bd12f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bitnami/memcached/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 7.4.11 (2024-07-25)
## 7.4.12 (2024-08-27)

* [bitnami/memcached] Release 7.4.11 ([#28434](https://github.com/bitnami/charts/pull/28434))
* Enable publishNotReadyAddresses on memcached service ([#29045](https://github.com/bitnami/charts/pull/29045))

## <small>7.4.11 (2024-07-25)</small>

* [bitnami/memcached] Release 7.4.11 (#28434) ([3ed3327](https://github.com/bitnami/charts/commit/3ed33274e68fef3404eac7e3ad4732de10ab9ac3)), closes [#28434](https://github.com/bitnami/charts/issues/28434)

## <small>7.4.10 (2024-07-24)</small>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/memcached/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ maintainers:
name: memcached
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/memcached
version: 7.4.11
version: 7.4.12
1 change: 1 addition & 0 deletions bitnami/memcached/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ spec:
{{- if .Values.service.extraPorts }}
{{- include "common.tplvalues.render" (dict "value" .Values.service.extraPorts "context" $) | nindent 4 }}
{{- end }}
publishNotReadyAddresses: true
{{- $podLabels := include "common.tplvalues.merge" ( dict "values" ( list .Values.podLabels .Values.commonLabels ) "context" . ) }}
selector: {{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" $ ) | nindent 4 }}

0 comments on commit f6bd12f

Please sign in to comment.