diff --git a/bitnami/haproxy/Chart.yaml b/bitnami/haproxy/Chart.yaml index 3d9f80f5b7..5319d4463c 100644 --- a/bitnami/haproxy/Chart.yaml +++ b/bitnami/haproxy/Chart.yaml @@ -23,4 +23,4 @@ name: haproxy sources: - https://github.com/bitnami/containers/tree/main/bitnami/haproxy - https://github.com/haproxytech/haproxy -version: 0.6.8 +version: 0.6.9 diff --git a/bitnami/haproxy/README.md b/bitnami/haproxy/README.md index c357cc8f04..43484602d4 100644 --- a/bitnami/haproxy/README.md +++ b/bitnami/haproxy/README.md @@ -113,7 +113,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------- | ------------------------------------------------------------------------------------------------------- | -------------------- | | `image.registry` | HAProxy image registry | `docker.io` | | `image.repository` | HAProxy image repository | `bitnami/haproxy` | -| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.7.3-debian-11-r0` | +| `image.tag` | HAProxy image tag (immutable tags are recommended) | `2.7.3-debian-11-r1` | | `image.digest` | HAProxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | HAProxy image pull policy | `IfNotPresent` | | `image.pullSecrets` | HAProxy image pull secrets | `[]` | @@ -273,4 +273,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/haproxy/values.yaml b/bitnami/haproxy/values.yaml index e4690291e8..00a8c7928e 100644 --- a/bitnami/haproxy/values.yaml +++ b/bitnami/haproxy/values.yaml @@ -235,7 +235,7 @@ ingress: image: registry: docker.io repository: bitnami/haproxy - tag: 2.7.3-debian-11-r0 + tag: 2.7.3-debian-11-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'