mirror of
https://github.com/bitnami/charts.git
synced 2026-02-19 11:37:23 +08:00
[bitnami/apache] Release 9.2.5 (#12865)
* [bitnami/apache] Release 9.2.5 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.2
|
||||
digest: sha256:b36d5a7fe729a1fc43ad9ec93fe0e098bfe5f6a2676262ed4d6ecac731c0a248
|
||||
generated: "2022-09-08T06:54:40.955638665Z"
|
||||
version: 2.0.3
|
||||
digest: sha256:7d4a98a9fabc3be62a3898cc530d0979b6a0a4d29c87ed2d128821f21c89ba40
|
||||
generated: "2022-10-06T22:47:24.849693958Z"
|
||||
|
||||
@@ -26,4 +26,4 @@ name: apache
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/apache
|
||||
- https://httpd.apache.org
|
||||
version: 9.2.4
|
||||
version: 9.2.5
|
||||
|
||||
@@ -7,7 +7,7 @@ Apache HTTP Server is an open-source HTTP server. The goal of this project is to
|
||||
[Overview of Apache](https://httpd.apache.org/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```bash
|
||||
@@ -82,14 +82,14 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------- |
|
||||
| `image.registry` | Apache image registry | `docker.io` |
|
||||
| `image.repository` | Apache image repository | `bitnami/apache` |
|
||||
| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.54-debian-11-r32` |
|
||||
| `image.tag` | Apache image tag (immutable tags are recommended) | `2.4.54-debian-11-r42` |
|
||||
| `image.digest` | Apache image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `image.pullPolicy` | Apache image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Apache image pull secrets | `[]` |
|
||||
| `image.debug` | Enable image debug mode | `false` |
|
||||
| `git.registry` | Git image registry | `docker.io` |
|
||||
| `git.repository` | Git image name | `bitnami/git` |
|
||||
| `git.tag` | Git image tag (immutable tags are recommended) | `2.37.3-debian-11-r2` |
|
||||
| `git.tag` | Git image tag (immutable tags are recommended) | `2.38.0-debian-11-r0` |
|
||||
| `git.digest` | Git image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `git.pullPolicy` | Git image pull policy | `IfNotPresent` |
|
||||
| `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -224,7 +224,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `metrics.enabled` | Start a sidecar prometheus exporter to expose Apache metrics | `false` |
|
||||
| `metrics.image.registry` | Apache Exporter image registry | `docker.io` |
|
||||
| `metrics.image.repository` | Apache Exporter image repository | `bitnami/apache-exporter` |
|
||||
| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r37` |
|
||||
| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r48` |
|
||||
| `metrics.image.digest` | Apache Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `metrics.image.pullPolicy` | Apache Exporter image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Apache Exporter image pull secrets | `[]` |
|
||||
|
||||
@@ -52,7 +52,7 @@ extraDeploy: []
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache
|
||||
tag: 2.4.54-debian-11-r32
|
||||
tag: 2.4.54-debian-11-r42
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -82,7 +82,7 @@ image:
|
||||
git:
|
||||
registry: docker.io
|
||||
repository: bitnami/git
|
||||
tag: 2.37.3-debian-11-r2
|
||||
tag: 2.38.0-debian-11-r0
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
@@ -598,7 +598,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 0.11.0-debian-11-r37
|
||||
tag: 0.11.0-debian-11-r48
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
||||
Reference in New Issue
Block a user