Update Helm release harbor to v1.18.0 (#1509)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [harbor](https://goharbor.io) ([source](https://github.com/goharbor/harbor-helm)) | minor | `1.17.2` -> `1.18.0` | --- ### Release Notes <details> <summary>goharbor/harbor-helm (harbor)</summary> ### [`v1.18.0`](https://github.com/goharbor/harbor-helm/releases/tag/v1.18.0) [Compare Source](https://github.com/goharbor/harbor-helm/compare/v1.17.2...v1.18.0) <!-- Release notes generated using configuration in .github/release.yml at 1.18.0 --> Harbor OSS version: v2.14.0 #### What's Changed ##### Other Changes - Fix: fix bug where log level configuration was not applied by [@​sisilia91](https://github.com/sisilia91) in [#​2167](https://github.com/goharbor/harbor-helm/pull/2167) - Added existingSecretAdminPassword to the values.yaml file by [@​rkthtrifork](https://github.com/rkthtrifork) in [#​2180](https://github.com/goharbor/harbor-helm/pull/2180) - add proxy timeout for nginx https config by [@​MinerYang](https://github.com/MinerYang) in [#​2202](https://github.com/goharbor/harbor-helm/pull/2202) - update adapter list for replication and proxy-cache by [@​MinerYang](https://github.com/MinerYang) in [#​2223](https://github.com/goharbor/harbor-helm/pull/2223) - Fix ArgoCD sync by [@​drewhemm](https://github.com/drewhemm) in [#​2173](https://github.com/goharbor/harbor-helm/pull/2173) - feat(gw-api): add support for HTTPRoutes by [@​larivierec](https://github.com/larivierec) in [#​2175](https://github.com/goharbor/harbor-helm/pull/2175) - feat: Added support for configuring dual-stack services ([#​2212](https://github.com/goharbor/harbor-helm/issues/2212)) by [@​reasonerjt](https://github.com/reasonerjt) in [#​2226](https://github.com/goharbor/harbor-helm/pull/2226) - Add support for trivy dbRepository and javaDBRepository by [@​benji78](https://github.com/benji78) in [#​1857](https://github.com/goharbor/harbor-helm/pull/1857) - fix redis existingSecret with username url rendering by [@​MinerYang](https://github.com/MinerYang) in [#​2231](https://github.com/goharbor/harbor-helm/pull/2231) - \[Cherry-pick]Move extraEnvVars and add tests by [@​MinerYang](https://github.com/MinerYang) in [#​2236](https://github.com/goharbor/harbor-helm/pull/2236) - \[cherry-pick]bump k8s version matrix ([#​2238](https://github.com/goharbor/harbor-helm/issues/2238)) by [@​MinerYang](https://github.com/MinerYang) in [#​2239](https://github.com/goharbor/harbor-helm/pull/2239) - Bump version to 1.14.0, appVersion to 2.14.0 by [@​MinerYang](https://github.com/MinerYang) in [#​2242](https://github.com/goharbor/harbor-helm/pull/2242) #### New Contributors - [@​sisilia91](https://github.com/sisilia91) made their first contribution in [#​2167](https://github.com/goharbor/harbor-helm/pull/2167) - [@​rkthtrifork](https://github.com/rkthtrifork) made their first contribution in [#​2180](https://github.com/goharbor/harbor-helm/pull/2180) - [@​drewhemm](https://github.com/drewhemm) made their first contribution in [#​2173](https://github.com/goharbor/harbor-helm/pull/2173) - [@​larivierec](https://github.com/larivierec) made their first contribution in [#​2175](https://github.com/goharbor/harbor-helm/pull/2175) - [@​benji78](https://github.com/benji78) made their first contribution in [#​1857](https://github.com/goharbor/harbor-helm/pull/1857) **Full Changelog**: <https://github.com/goharbor/harbor-helm/compare/v1.17.0...v1.18.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1509 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit is contained in:
@@ -17,7 +17,7 @@ maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: harbor
|
||||
version: 1.17.2
|
||||
version: 1.18.0
|
||||
repository: https://helm.goharbor.io
|
||||
- name: postgres-cluster
|
||||
alias: postgres-17-cluster
|
||||
|
Reference in New Issue
Block a user