diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index e238eacac0..0f54674518 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -25,4 +25,4 @@ name: nginx sources: - https://github.com/bitnami/bitnami-docker-nginx - https://www.nginx.org -version: 10.1.0 \ No newline at end of file +version: 10.1.1 \ No newline at end of file diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index fc97c7cfd5..ba532fc3de 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -7,7 +7,7 @@ NGINX Open Source is a web server that can be also used as a reverse proxy, load [Overview of NGINX Open Source](http://nginx.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 @@ -360,7 +360,7 @@ This major release no longer uses the bitnami/nginx-ldap-auth-daemon container a *2022-04-12 edit*: -Bitnami’s NGINX Helm chart from version 5.6.0 to 9.9.9 includes a `ldapDaemon.enabled` option **disabled by default** that allows to configure it with the [bitnami-docker-nginx-ldap-auth-daemon](https://github.com/bitnami/bitnami-docker-nginx-ldap-auth-daemon) following [NGINX’s reference implementation](https://www.nginx.com/blog/nginx-plus-authenticate-users/). +Bitnami���s NGINX Helm chart from version 5.6.0 to 9.9.9 includes a `ldapDaemon.enabled` option **disabled by default** that allows to configure it with the [bitnami-docker-nginx-ldap-auth-daemon](https://github.com/bitnami/bitnami-docker-nginx-ldap-auth-daemon) following [NGINX���s reference implementation](https://www.nginx.com/blog/nginx-plus-authenticate-users/). On 9 April 2022, security vulnerabilities in the [NGINX LDAP reference implementation](https://github.com/nginxinc/nginx-ldap-auth) were publicly shared. **Although the deprecation of this container from the Bitnami catalog was not related to this security issue, [here](https://docs.bitnami.com/general/security/security-2022-04-12/) you can find more information from the Bitnami security team.** @@ -441,4 +441,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/nginx/values.yaml b/bitnami/nginx/values.yaml index d2f4d6ce6b..29c6f7e9d3 100644 --- a/bitnami/nginx/values.yaml +++ b/bitnami/nginx/values.yaml @@ -52,7 +52,7 @@ commonAnnotations: {} image: registry: docker.io repository: bitnami/nginx - tag: 1.21.6-debian-10-r69 + tag: 1.21.6-debian-10-r80 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -362,7 +362,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.35.1-debian-10-r67 + tag: 2.35.3-debian-10-r4 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -657,7 +657,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.10.0-debian-10-r102 + tag: 0.10.0-debian-10-r113 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.