Skip to content

chore(chart-deps): update harbor to version 1.19.2 - #3490

Draft
svcAPLBot wants to merge 6 commits into
mainfrom
ci-update-harbor-to-1.19.2
Draft

chore(chart-deps): update harbor to version 1.19.2#3490
svcAPLBot wants to merge 6 commits into
mainfrom
ci-update-harbor-to-1.19.2

Conversation

@svcAPLBot

Copy link
Copy Markdown
Contributor

This PR updates the dependency harbor to version 1.19.2.

@svcAPLBot svcAPLBot added the chart-deps Auto generated helm chart dependencies label Aug 4, 2026
Copilot AI lite review requested due to automatic review settings August 4, 2026 01:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the bundled Harbor Helm chart/dependency to 1.19.2 (Harbor appVersion 2.15.2) and aligns related defaults/metadata across the repo.

Changes:

  • Bump Harbor chart version to 1.19.2 and Harbor appVersion to 2.15.2.
  • Update Harbor component image tags to v2.15.2, including switching the internal Redis image to valkey-photon.
  • Update the chart-index dependency entry to reference Harbor 1.19.2.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
charts/harbor/values.yaml Updates Harbor component image tags to v2.15.2 and switches internal Redis image to valkey-photon.
charts/harbor/README.md Updates the documented default repository for the internal Redis/Valkey image.
charts/harbor/Chart.yaml Bumps Harbor chart version to 1.19.2 and appVersion to 2.15.2.
chart/chart-index/Chart.yaml Updates the Harbor dependency version to 1.19.2.
apps.yaml Updates Harbor appVersion metadata to 2.15.2.
Suppressed comments (1)

apps.yaml:83

  • appsInfo.harbor.appVersion was bumped to 2.15.2, but the Harbor documentation link still points to the very old 2.6.0 docs, which is likely misleading for users looking up version-specific behavior/configuration. Update the related link to a 2.15.x doc set (or a non-versioned /docs/ landing page) so it aligns with the new appVersion.
    appVersion: 2.15.2
    repo: https://github.com/goharbor/harbor
    maintainers: Project Harbor
    relatedLinks:
      - https://goharbor.io/docs/2.6.0/

Comment thread charts/harbor/README.md
Comment on lines +352 to 353
| `redis.internal.image.repository` | Repository for redis image | `goharbor/valkey-photon` |
| `redis.internal.image.tag` | Tag for redis image | `dev` |
Copilot AI review requested due to automatic review settings August 4, 2026 07:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.

Suppressed comments (3)

charts/harbor/README.md:352

  • This row now defaults to a Valkey image, but the description still says “redis image”. Update the description to reflect Valkey (Redis-compatible) to avoid confusion.
| `redis.internal.image.repository`                                    | Repository for redis image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `goharbor/valkey-photon`                                                 |

apps.yaml:83

  • apps.yaml now declares Harbor appVersion: 2.15.2, but the related documentation link is still pinned to 2.6.0, which is inconsistent/misleading. Update the docs link to the matching 2.15 docs series.
    appVersion: 2.15.2
    repo: https://github.com/goharbor/harbor
    maintainers: Project Harbor
    relatedLinks:
      - https://goharbor.io/docs/2.6.0/

charts/harbor/values.yaml:1140

  • Harbor Redis internal image has been switched to valkey-photon, but the platform override template still points to redis-photon when otomi.linodeLkeImageRepository is set. That will likely produce an invalid image (tag v2.15.2 on the old repo) or at least diverge from the chart defaults after this bump. Update values/harbor/harbor.gotmpl accordingly so mirrored installs pull the same Valkey image as the upstream chart.
    image:
      repository: docker.io/goharbor/valkey-photon
      tag: v2.15.2

Copilot AI review requested due to automatic review settings August 4, 2026 07:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.

Suppressed comments (1)

charts/harbor/README.md:352

  • The default for redis.internal.image.repository was switched to goharbor/valkey-photon, but the description still says "Repository for redis image", which is misleading now that the image is Valkey (Redis-compatible). Consider updating the wording to match the new default to avoid confusion for chart users.
| **Redis**                                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |                                                                          |
| `redis.type`                                                         | If external redis is used, set it to `external`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | `internal`                                                               |
| `redis.internal.image.repository`                                    | Repository for redis image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `goharbor/valkey-photon`                                                 |

Copilot AI review requested due to automatic review settings August 4, 2026 07:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.

Suppressed comments (3)

charts/harbor/README.md:353

  • The README defaults for the internal Redis/Valkey image are now inconsistent with values.yaml: the repository was updated to goharbor/valkey-photon, but the description and default tag still refer to Redis and dev. This can mislead users about which image/tag is actually deployed by default.
| `redis.internal.image.repository`                                    | Repository for redis image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `goharbor/valkey-photon`                                                 |
| `redis.internal.image.tag`                                           | Tag for redis image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | `dev`                                                                    |

apps.yaml:83

  • apps.yaml now reports Harbor appVersion: 2.15.2, but the first related documentation link still points to /docs/2.6.0/, which is a different major/minor series. This should be updated to the 2.15 documentation to match the upgraded Harbor version.
    appVersion: 2.15.2
    repo: https://github.com/goharbor/harbor
    maintainers: Project Harbor
    relatedLinks:
      - https://goharbor.io/docs/2.6.0/

charts/harbor/values.yaml:1140

  • In Harbor 2.15.2, the bundled Redis component is now Valkey (valkey-photon). However, the platform values template still overrides the mirrored image repository to .../goharbor/redis-photon when otomi.linodeLkeImageRepository is set (see values/harbor/harbor.gotmpl:173-179). That will cause LKE-mirror installs to pull the old redis image despite the chart defaults being updated here.
  type: internal
  internal:
    image:
      repository: docker.io/goharbor/valkey-photon
      tag: v2.15.2

Copilot AI review requested due to automatic review settings August 4, 2026 09:24

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

  • This row still describes the repository as a "redis" image, but the default has been updated to goharbor/valkey-photon. Adjust the wording to avoid confusion (Valkey is a Redis-compatible replacement).
| `redis.internal.image.repository`                                    | Repository for redis image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `goharbor/valkey-photon`                                                 |

apps.yaml:83

  • appsInfo.harbor.relatedLinks still points to Harbor docs for v2.6.0, which is inconsistent with the bumped appVersion: 2.15.2 and can mislead users. Update the link to the matching Harbor docs version (or to a stable "latest" docs URL if that’s the project convention).
    appVersion: 2.15.2
    repo: https://github.com/goharbor/harbor
    maintainers: Project Harbor
    relatedLinks:
      - https://goharbor.io/docs/2.6.0/

Copilot AI review requested due to automatic review settings August 5, 2026 10:30

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.

Suppressed comments (3)

charts/harbor/README.md:353

  • The README table still lists redis.internal.image.tag default as dev, but charts/harbor/values.yaml sets the default tag to v2.15.2. This makes the documentation incorrect for the updated chart version.
| `redis.internal.image.repository`                                    | Repository for redis image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | `goharbor/valkey-photon`                                                 |
| `redis.internal.image.tag`                                           | Tag for redis image                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | `dev`                                                                    |

apps.yaml:83

  • appsInfo.harbor.appVersion was updated to 2.15.2, but the related documentation link still points to https://goharbor.io/docs/2.6.0/, which is very likely outdated/mismatched for the new Harbor version.
    appVersion: 2.15.2
    repo: https://github.com/goharbor/harbor
    maintainers: Project Harbor
    relatedLinks:
      - https://goharbor.io/docs/2.6.0/

charts/harbor/values.yaml:1140

  • redis.internal.image.repository was switched to docker.io/goharbor/valkey-photon, but the platform values template still hard-codes .../docker/goharbor/redis-photon when otomi.linodeLkeImageRepository is set (see values/harbor/harbor.gotmpl:173-179). With a custom mirror configured, Harbor will continue to pull the old redis image repo and may fail or run an unintended component.
  internal:
    image:
      repository: docker.io/goharbor/valkey-photon
      tag: v2.15.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chart-deps Auto generated helm chart dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants