Skip to content

Commit

Permalink
Merge pull request #25170 from developer-guy/ingress-nginx-controller
Browse files Browse the repository at this point in the history
use latest versions of the variables, removed the old package
  • Loading branch information
ajayk authored Jul 30, 2024
2 parents 3e0c9e2 + f0b2797 commit f0a447f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 532 deletions.
14 changes: 7 additions & 7 deletions ingress-nginx-controller-1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: ingress-nginx-controller-1.11
version: 1.11.1
epoch: 0
epoch: 1
description: "Ingress-NGINX Controller for Kubernetes"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -120,16 +120,16 @@ environment:
- zlib-dev

vars:
NGINX_VERSION: "1.25.3"
NGINX_VERSION: "1.25.5"
NDK_VERSION: "0.3.3"
SETMISC_VERSION: "0.33"
MORE_HEADERS_VERSION: "0.37"
NGINX_DIGEST_AUTH: "1.0.0"
NGINX_SUBSTITUTIONS: "e12e965ac1837ca709709f9a26f572a54d83430e"
MODSECURITY_NGINX_VERSION: "1.0.3"
OWASP_MODSECURITY_CRS_VERSION: "v3.3.5"
OWASP_MODSECURITY_CRS_VERSION: "v4.4.0"
LUA_NGX_VERSION: "0.10.26"
LUA_STREAM_NGX_VERSION: "0.0.14"
LUA_STREAM_NGX_VERSION: "bea8a0c0de94cede71554f53818ac0267d675d63"
LUA_UPSTREAM_VERSION: "542be0893543a4e42d89f6dd85372972f5ff2a36"
GEOIP2_VERSION: "a607a41a8115fecfc05b5c283c81532a3d605425"
NGX_BROTLI_SHA: 63ca02abdcf79c9e788d2eedcc388d2335902e52
Expand Down Expand Up @@ -177,7 +177,7 @@ pipeline:
- uses: fetch
with:
uri: https://nginx.org/download/nginx-${{vars.NGINX_VERSION}}.tar.gz
expected-sha256: 64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86
expected-sha256: 2fe2294f8af4144e7e842eaea884182a84ee7970e11046ba98194400902bbec0
strip-components: 0

- uses: fetch
Expand Down Expand Up @@ -215,8 +215,8 @@ pipeline:

- uses: fetch
with:
uri: https://github.com/openresty/stream-lua-nginx-module/archive/v${{vars.LUA_STREAM_NGX_VERSION}}.tar.gz
expected-sha256: 8e2ff6ad5f91127da3c01757e7e654f1addf9769450d9159601d2cc153953c47
uri: https://github.com/openresty/stream-lua-nginx-module/archive/${{vars.LUA_STREAM_NGX_VERSION}}.tar.gz
expected-sha256: 0f5b5356d3dfe19ccd945ec6a2fcf2c27e1a517aefccb798f934132f09bb78fa
strip-components: 0

- uses: fetch
Expand Down
Loading

0 comments on commit f0a447f

Please sign in to comment.