[bitnami/memcached] Fix namespace on PDB resource. (#7683)

Fixes #7682
This commit is contained in:
Trevor Riles
2021-10-04 03:01:23 -05:00
committed by GitHub
parent b742dbcd1d
commit b1d69bdc8e
2 changed files with 2 additions and 1 deletions

View File

@@ -22,4 +22,4 @@ name: memcached
sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
version: 5.15.3
version: 5.15.4

View File

@@ -3,6 +3,7 @@ apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: {{ include "common.names.fullname" . }}
namespace: {{ .Release.Namespace }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
spec:
{{- if .Values.podDisruptionBudget.minAvailable }}