Skip to content

Commit 0328278

Browse files
authored
Merge pull request #2654 from fntlnz/influx-module/hotfix-toggle-enabled
Hotfix: influxdb module enable disable toggle
2 parents 409c8fa + 36b5ec8 commit 0328278

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

images/nginx/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
# 0.0.0 shouldn't clobber any released builds
16-
TAG ?= 0.52
16+
TAG ?= 0.53
1717
REGISTRY ?= quay.io/kubernetes-ingress-controller
1818
ARCH ?= $(shell go env GOARCH)
1919
DOCKER ?= docker

images/nginx/build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export MODSECURITY_VERSION=1.0.0
3434
export LUA_NGX_VERSION=0.10.13
3535
export LUA_UPSTREAM_VERSION=0.07
3636
export COOKIE_FLAG_VERSION=1.1.0
37-
export NGINX_INFLUXDB_VERSION=f8732268d44aea706ecf8d9c6036e9b6dacc99b2
37+
export NGINX_INFLUXDB_VERSION=f20cfb2458c338f162132f5a21eb021e2cbe6383
3838
export GEOIP2_VERSION=2.0
3939

4040
export BUILD_PATH=/tmp/build
@@ -213,7 +213,7 @@ get_src d81b33129c6fb5203b571fa4d8394823bf473d8872c0357a1d0f14420b1483bd \
213213
get_src 76d8638a350a0484b3d6658e329ba38bb831d407eaa6dce2a084a27a22063133 \
214214
"https://github.com/openresty/luajit2/archive/v2.1-20180420.tar.gz"
215215

216-
get_src e41589bd88953276c16c4817ab9b4faba1aca21d9bb70a8c1714505176c16ae4 \
216+
get_src 1897d7677d99c1cedeb95b2eb00652a4a7e8e604304c3053a93bd3ba7dd82884 \
217217
"https://github.com/influxdata/nginx-influxdb-module/archive/$NGINX_INFLUXDB_VERSION.tar.gz"
218218

219219
get_src ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99 \

0 commit comments

Comments
 (0)