Skip to content

Commit

Permalink
Merge pull request #48 from signalsciences/AGENT-614-add-support-for-164
Browse files Browse the repository at this point in the history
adding support for upstream ingress-nginx 1.6.4
  • Loading branch information
bbucher-sigsci authored Mar 17, 2023
2 parents c5c1274 + 7bebe94 commit 9e7d2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_API_TOKEN }}
- name: Build and Push image to docker Hub
env:
TAG: 1.3.1
TAG: 1.6.4
REPO: signalsciences/sigsci-nginx-ingress-controller
run: |
docker buildx create --name build_multiarch --use
Expand Down
2 changes: 1 addition & 1 deletion sigsci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ controller:
# Replaces the default nginx-controller image with a custom image that contains the Signal Sciences nginx Module
image:
repository: signalsciences/sigsci-nginx-ingress-controller
tag: "1.5.1"
tag: "1.6.4"
pullPolicy: IfNotPresent

# Load module and set sigsci_agent_host
Expand Down

0 comments on commit 9e7d2ac

Please sign in to comment.