diff --git a/README.md b/README.md index 5b5eb18b..a2ecc735 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ helm repo add appuio https://charts.appuio.ch | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/data-cube-curation-0.3.1/total)](https://github.com/appuio/charts/releases/tag/data-cube-curation-0.3.1) | [data-cube-curation](appuio/data-cube-curation/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/exoip-1.0.4/total)](https://github.com/appuio/charts/releases/tag/exoip-1.0.4) | [exoip](appuio/exoip/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/generic-0.1.2/total)](https://github.com/appuio/charts/releases/tag/generic-0.1.2) | [generic](appuio/generic/README.md) | -| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/haproxy-2.2.0/total)](https://github.com/appuio/charts/releases/tag/haproxy-2.2.0) | [haproxy](appuio/haproxy/README.md) | +| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/haproxy-2.2.1/total)](https://github.com/appuio/charts/releases/tag/haproxy-2.2.1) | [haproxy](appuio/haproxy/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/mariadb-galera-1.2.4/total)](https://github.com/appuio/charts/releases/tag/mariadb-galera-1.2.4) | [mariadb-galera](appuio/mariadb-galera/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/maxscale-1.1.2/total)](https://github.com/appuio/charts/releases/tag/maxscale-1.1.2) | [maxscale](appuio/maxscale/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/metrics-server-2.12.1/total)](https://github.com/appuio/charts/releases/tag/metrics-server-2.12.1) | [metrics-server](appuio/metrics-server/README.md) | diff --git a/appuio/haproxy/Chart.yaml b/appuio/haproxy/Chart.yaml index f7b18eea..4861e82a 100644 --- a/appuio/haproxy/Chart.yaml +++ b/appuio/haproxy/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 2.6.1 +appVersion: 2.7.3 description: A Helm chart for HAProxy which can be customized by a config map. name: haproxy -version: 2.2.0 +version: 2.2.1 maintainers: - name: APPUiO Team email: info@appuio.ch diff --git a/appuio/haproxy/README.gotmpl.md b/appuio/haproxy/README.gotmpl.md index 90fcfd91..79723d18 100644 --- a/appuio/haproxy/README.gotmpl.md +++ b/appuio/haproxy/README.gotmpl.md @@ -21,7 +21,7 @@ create your own configmap and values. | `replicaCount` | Number of replicas for the proxy. | `1` | `image.registry` | Registry of the image | `docker.io` | `image.repository` | Repository of the image | `haproxytech/haproxy-debian` -| `image.tag` | Tag of the image | `2.3.5` +| `image.tag` | Tag of the image | `2.7.3` | `image.pullPolicy` | Determines when the image is pulled | `IfNotPresent` | `ingress.enabled` | If an ingress object should be created | `false` | `ingress.annotations` | Annotations to set on the ingress object | diff --git a/appuio/haproxy/README.md b/appuio/haproxy/README.md index a55e4479..9c6bf835 100644 --- a/appuio/haproxy/README.md +++ b/appuio/haproxy/README.md @@ -1,6 +1,6 @@ # haproxy -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square) +![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![AppVersion: 2.7.3](https://img.shields.io/badge/AppVersion-2.7.3-informational?style=flat-square) A Helm chart for HAProxy which can be customized by a config map. @@ -33,7 +33,7 @@ create your own configmap and values. | `replicaCount` | Number of replicas for the proxy. | `1` | `image.registry` | Registry of the image | `docker.io` | `image.repository` | Repository of the image | `haproxytech/haproxy-debian` -| `image.tag` | Tag of the image | `2.3.5` +| `image.tag` | Tag of the image | `2.7.3` | `image.pullPolicy` | Determines when the image is pulled | `IfNotPresent` | `ingress.enabled` | If an ingress object should be created | `false` | `ingress.annotations` | Annotations to set on the ingress object | diff --git a/appuio/haproxy/values.yaml b/appuio/haproxy/values.yaml index d6881c37..c2e4218c 100644 --- a/appuio/haproxy/values.yaml +++ b/appuio/haproxy/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: registry: docker.io repository: haproxytech/haproxy-debian - tag: 2.6.1 + tag: 2.7.3 pullPolicy: IfNotPresent ingress: