diff --git a/bitnami/nginx/Chart.lock b/bitnami/nginx/Chart.lock index 12f9e1c6bb..d6f5a286e5 100644 --- a/bitnami/nginx/Chart.lock +++ b/bitnami/nginx/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 1.10.4 -digest: sha256:e177cdcd71e67a1e64e95260c4b780374e1d66e85be405d5dc58459654e49ffa -generated: "2022-01-24T04:03:44.954095829Z" + version: 1.11.1 +digest: sha256:a000bcd4d4cdd813c67d633b5523b4a4cd478fb95f1cae665d9b0ba5c45b40e2 +generated: "2022-02-19T06:31:18.410395138Z" diff --git a/bitnami/nginx/Chart.yaml b/bitnami/nginx/Chart.yaml index 8e4cc428b1..8c5a5e03db 100644 --- a/bitnami/nginx/Chart.yaml +++ b/bitnami/nginx/Chart.yaml @@ -8,7 +8,7 @@ dependencies: tags: - bitnami-common version: 1.x.x -description: NGINX Open Source is a web server that can be also used as a reverse proxy, load balancer, and HTTP cache. Recommended for high-demanding sites due to its ability to provide faster content. +description: NGINX Open Source is a web server that can be also used as a reverse proxy, load balancer, and HTTP cache. Recommended for high-demanding sites due to its ability to provide faster content. engine: gotpl home: https://github.com/bitnami/charts/tree/master/bitnami/nginx icon: https://bitnami.com/assets/stacks/nginx/img/nginx-stack-220x234.png @@ -25,4 +25,4 @@ name: nginx sources: - https://github.com/bitnami/bitnami-docker-nginx - https://www.nginx.org -version: 9.7.6 +version: 9.7.7 diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index e9479b9727..80aee9f370 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -544,4 +544,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 0411438da1..09c15adf37 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-r0 + tag: 1.21.6-debian-10-r23 ## 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 @@ -331,7 +331,7 @@ cloneStaticSiteFromGit: image: registry: docker.io repository: bitnami/git - tag: 2.35.0-debian-10-r1 + tag: 2.35.1-debian-10-r19 ## 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 @@ -435,7 +435,7 @@ ldapDaemon: image: registry: docker.io repository: bitnami/nginx-ldap-auth-daemon - tag: 0.20200116.0-debian-10-r581 + tag: 0.20200116.0-debian-10-r589 pullPolicy: IfNotPresent ## @param ldapDaemon.port LDAP Auth Daemon port ## @@ -767,7 +767,7 @@ metrics: image: registry: docker.io repository: bitnami/nginx-exporter - tag: 0.10.0-debian-10-r34 + tag: 0.10.0-debian-10-r56 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.