Skip to content

Commit

Permalink
Update nginx ingress controller from 0.44 to 0.49 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittel authored Aug 23, 2021
1 parent 92faa64 commit 98c8c84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster-manifests/ingress-nginx/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:
dnsPolicy: ClusterFirst
containers:
- name: controller
image: YOUR_ACR.azurecr.io/live/ingress-nginx/controller:v0.44.0
image: YOUR_ACR.azurecr.io/live/ingress-nginx/controller:v0.49.0
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
4 changes: 2 additions & 2 deletions docs/deploy/10-pre-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Using a security agent that is container-aware and can operate from within the c
az acr import --source docker.io/falcosecurity/falco:0.27.0 -t quarantine/falcosecurity/falco:0.27.0 -n $ACR_NAME_QUARANTINE && \
az acr import --source docker.io/library/busybox:1.33.0 -t quarantine/library/busybox:1.33.0 -n $ACR_NAME_QUARANTINE && \
az acr import --source docker.io/weaveworks/kured:1.6.1 -t quarantine/weaveworks/kured:1.6.1 -n $ACR_NAME_QUARANTINE && \
az acr import --source k8s.gcr.io/ingress-nginx/controller:v0.44.0 -t quarantine/ingress-nginx/controller:v0.44.0 -n $ACR_NAME_QUARANTINE && \
az acr import --source k8s.gcr.io/ingress-nginx/controller:v0.49.0 -t quarantine/ingress-nginx/controller:v0.49.0 -n $ACR_NAME_QUARANTINE && \
az acr import --source docker.io/jettech/kube-webhook-certgen:v1.5.1 -t quarantine/jettech/kube-webhook-certgen:v1.5.1 -n $ACR_NAME_QUARANTINE
```

Expand Down Expand Up @@ -86,7 +86,7 @@ Using a security agent that is container-aware and can operate from within the c
az acr import --source quarantine/falcosecurity/falco:0.27.0 -r $ACR_NAME_QUARANTINE -t live/falcosecurity/falco:0.27.0 -n $ACR_NAME && \
az acr import --source quarantine/library/busybox:1.33.0 -r $ACR_NAME_QUARANTINE -t live/library/busybox:1.33.0 -n $ACR_NAME && \
az acr import --source quarantine/weaveworks/kured:1.6.1 -r $ACR_NAME_QUARANTINE -t live/weaveworks/kured:1.6.1 -n $ACR_NAME && \
az acr import --source quarantine/ingress-nginx/controller:v0.44.0 -r $ACR_NAME_QUARANTINE -t live/ingress-nginx/controller:v0.44.0 -n $ACR_NAME && \
az acr import --source quarantine/ingress-nginx/controller:v0.49.0 -r $ACR_NAME_QUARANTINE -t live/ingress-nginx/controller:v0.49.0 -n $ACR_NAME && \
az acr import --source quarantine/jettech/kube-webhook-certgen:v1.5.1 -r $ACR_NAME_QUARANTINE -t live/jettech/kube-webhook-certgen:v1.5.1 -n $ACR_NAME
```
Expand Down

0 comments on commit 98c8c84

Please sign in to comment.