Skip to content

Commit

Permalink
Merge pull request #52 from signalsciences/update-upstream
Browse files Browse the repository at this point in the history
Adding support for upstream ingress-nginx 1.8.0
  • Loading branch information
jeremy-cxf authored Jun 13, 2023
2 parents 2317dda + 7542757 commit 8afec10
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.6.4
TAG: 1.8.0
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.7.1"
tag: "1.8.0"
pullPolicy: IfNotPresent

# Load module and set sigsci_agent_host
Expand Down

0 comments on commit 8afec10

Please sign in to comment.