chore(chart-deps): update harbor to version 1.19.2 - #3504
Draft
svcAPLBot wants to merge 2 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the vendored Harbor Helm chart dependency to 1.19.2 (Harbor 2.15.2) and aligns the chart’s pinned default image tags/repositories with that release.
Changes:
- Update Harbor chart version to 1.19.2 and appVersion to 2.15.2.
- Bump Harbor component image tags from v2.15.1 → v2.15.2.
- Switch the internal “redis” image default from
redis-photontovalkey-photon(and reflect this in the README row that was touched).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| charts/harbor/values.yaml | Updates pinned Harbor component image tags to v2.15.2 and switches internal redis image repo to valkey. |
| charts/harbor/README.md | Updates the documented default internal redis image repository. |
| charts/harbor/Chart.yaml | Bumps chart version and appVersion to match Harbor 2.15.2 / chart 1.19.2. |
| charts/dependencies.yaml | Updates the Harbor dependency version to 1.19.2. |
| apps.yaml | Updates the Harbor appVersion displayed in app metadata to 2.15.2. |
Comment on lines
1136
to
+1140
| type: internal | ||
| internal: | ||
| image: | ||
| repository: docker.io/goharbor/redis-photon | ||
| tag: v2.15.1 | ||
| repository: docker.io/goharbor/valkey-photon | ||
| tag: v2.15.2 |
| | **Redis** | | | | ||
| | `redis.type` | If external redis is used, set it to `external` | `internal` | | ||
| | `redis.internal.image.repository` | Repository for redis image | `goharbor/redis-photon` | | ||
| | `redis.internal.image.repository` | Repository for redis image | `goharbor/valkey-photon` | |
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
Suppressed comments (2)
charts/harbor/README.md:352
- The README parameter description still says this is a "redis" image repository, but the default has been switched to
goharbor/valkey-photon. Updating the wording to mention Valkey (Redis-compatible) would avoid confusion for chart consumers.
| `redis.internal.image.repository` | Repository for redis image | `goharbor/valkey-photon` |
apps.yaml:83
apps.yamlstill links Harbor documentation for 2.6.0, which is inconsistent with the updated HarborappVersion: 2.15.2. Consider pointing at the unversioned docs root (or updating the versioned link) to keep this metadata accurate.
appVersion: 2.15.2
repo: https://github.com/goharbor/harbor
maintainers: Project Harbor
relatedLinks:
- https://goharbor.io/docs/2.6.0/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the dependency harbor to version 1.19.2.