Skip to content

Commit

Permalink
upgrade nginx ingress to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayk committed Mar 1, 2024
1 parent 429a27d commit efab42d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ingress-nginx-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: ingress-nginx-controller
version: 1.10.0
epoch: 1
epoch: 2
description: "Ingress-NGINX Controller for Kubernetes"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -118,10 +118,10 @@ environment:
- zlib-dev

vars:
NGINX_VERSION: "1.25.2"
NDK_VERSION: "0.3.2"
NGINX_VERSION: "1.25.3"
NDK_VERSION: "0.3.3"
SETMISC_VERSION: "0.33"
MORE_HEADERS_VERSION: "0.34"
MORE_HEADERS_VERSION: "0.37"
NGINX_DIGEST_AUTH: "1.0.0"
NGINX_SUBSTITUTIONS: "e12e965ac1837ca709709f9a26f572a54d83430e"
MODSECURITY_NGINX_VERSION: "1.0.3"
Expand All @@ -130,7 +130,7 @@ vars:
LUA_STREAM_NGX_VERSION: "0.0.14"
LUA_UPSTREAM_VERSION: "542be0893543a4e42d89f6dd85372972f5ff2a36"
GEOIP2_VERSION: "a607a41a8115fecfc05b5c283c81532a3d605425"
NGX_BROTLI_SHA: a71f9312c2deb28875acc7bacfdd5695a111aa53
NGX_BROTLI_SHA: 63ca02abdcf79c9e788d2eedcc388d2335902e52

pipeline:
- uses: git-checkout
Expand Down Expand Up @@ -175,7 +175,7 @@ pipeline:
- uses: fetch
with:
uri: https://nginx.org/download/nginx-${{vars.NGINX_VERSION}}.tar.gz
expected-sha256: 05dd6d9356d66a74e61035f2a42162f8c754c97cf1ba64e7a801ba158d6c0711
expected-sha256: 64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86
strip-components: 0

- uses: fetch
Expand Down

0 comments on commit efab42d

Please sign in to comment.