Skip to content

Commit

Permalink
Update dependency nginx v1.9.0 (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
guewa authored Sep 26, 2023
1 parent 2e41c36 commit 9eafeed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .landscaper/ingress-controller/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ input:
type: helm.io/chart
name: ingress-nginx-chart
relation: external
version: 4.7.2
version: 4.8.0
access:
type: ociRegistry
imageReference: eu.gcr.io/gardener-project/landscaper-service/charts/ingress-nginx@sha256:bc4ad93211a29e31a68a7e25feb9ee68fbf966c915752a3a868e9a8774e9c9e3
imageReference: eu.gcr.io/gardener-project/landscaper-service/charts/ingress-nginx@sha256:af7270d44a4862fa55198e1f73e80670cf3bf8dd58b50720ec940922ec178297
...
---
type: ociImage
name: ingress-nginx-controller
version: v1.8.2
version: v1.9.0
relation: external
access:
type: ociRegistry
imageReference: eu.gcr.io/gardener-project/landscaper-service/ingress-nginx/controller@sha256:8dfee0a9fc170cca3e96c4a054ed228703eaf776e742fc2166d807874425941d
imageReference: eu.gcr.io/gardener-project/landscaper-service/ingress-nginx/controller@sha256:73b7133b828d3b29e4cdfbcdb5bcdee9ffc3c2ea058fe81319634eac50a97f43
...
4 changes: 2 additions & 2 deletions docs/misc/update-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export FLUENTBIT_VERSION=2.1.9
Check new version for [helm chart & image](https://github.com/kubernetes/ingress-nginx/releases)

```shell
export INGRESS_NGINX_CHART_VERSION=4.7.2
export INGRESS_NGINX_IMAGE_VERSION=v1.8.2
export INGRESS_NGINX_CHART_VERSION=4.8.0
export INGRESS_NGINX_IMAGE_VERSION=v1.9.0

./hack/dependency-update/ingress-controller.sh ${INGRESS_NGINX_CHART_VERSION} ${INGRESS_NGINX_IMAGE_VERSION}
```

0 comments on commit 9eafeed

Please sign in to comment.