mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-23 03:56:24 +10:00
* Update apiVersion of PDB to policy/v1 According to https://kubernetes.io/docs/reference/using-api/deprecation-guide/ we can start using `policy/v1` in Kubernetes `1.21. Without that you can observe such things in logs: ``` client.go:209: [debug] checking 5 resources for changes W0901 11:28:35.264440 91 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget W0901 11:28:35.269403 91 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget W0901 11:28:35.297605 91 warnings.go:70] policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget ``` * use common.capabilities.policy.apiVersion * bump chart version to 0.2.8
27 lines
779 B
YAML
27 lines
779 B
YAML
annotations:
|
|
category: Infrastructure
|
|
apiVersion: v2
|
|
appVersion: 2.4.0
|
|
dependencies:
|
|
- name: common
|
|
repository: https://charts.bitnami.com/bitnami
|
|
tags:
|
|
- bitnami-common
|
|
version: 1.x.x
|
|
description: HAProxy is a TCP proxy and a HTTP reverse proxy. It supports SSL termination and offloading, TCP and HTTP normalization, traffic regulation, caching and protection against DDoS attacks.
|
|
engine: gotpl
|
|
home: http://www.haproxy.org/
|
|
icon: https://bitnami.com/assets/stacks/haproxy/img/haproxy-stack-220x234.png
|
|
keywords:
|
|
- haproxy
|
|
- proxy
|
|
- infrastructure
|
|
maintainers:
|
|
- email: containers@bitnami.com
|
|
name: Bitnami
|
|
name: haproxy
|
|
sources:
|
|
- https://github.com/bitnami/bitnami-docker-haproxy
|
|
- https://github.com/haproxytech/haproxy
|
|
version: 0.2.8
|