mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/odoo] Do not hardcode PDB apiVersion (#9112)
This commit is contained in:
committed by
GitHub
parent
7761542e9a
commit
1a3b989072
@@ -27,4 +27,4 @@ name: odoo
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-odoo
|
||||
- https://www.odoo.com/
|
||||
version: 20.2.8
|
||||
version: 20.2.9
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if .Values.pdb.create }}
|
||||
apiVersion: policy/v1beta1
|
||||
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: {{ template "common.names.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user