Skip to content

fix: resolve argocd diff in httproute#2312

Merged
MinerYang merged 1 commit intogoharbor:mainfrom
MYanello:httproute-backendrefs
Apr 16, 2026
Merged

fix: resolve argocd diff in httproute#2312
MinerYang merged 1 commit intogoharbor:mainfrom
MYanello:httproute-backendrefs

Conversation

@MYanello
Copy link
Copy Markdown
Contributor

@MYanello MYanello commented Feb 7, 2026

These values get set by default so Argocd complains about a diff in the route definition.

image

Signed-off-by: Marcus Yanello <marcus@yanello.net>
@MYanello MYanello force-pushed the httproute-backendrefs branch from f7d3f05 to 2a409b3 Compare February 7, 2026 16:00
@MinerYang MinerYang self-assigned this Feb 9, 2026
sm-moshi added a commit to sm-moshi/harbor-helm that referenced this pull request Mar 16, 2026
Cherry-picked upstream PRs:
- goharbor#2310: fix secret drift for ArgoCD (fixes goharbor#2263)
- goharbor#2307: default image tag to chart appVersion
- goharbor#2314: fix rollingUpdate checks for jobservice/registry
- goharbor#2312: fix ArgoCD diff in httproute
- goharbor#2317: configurable health probe timeoutSeconds/failureThreshold
- goharbor#2330: parametrise gracePeriodTerminationSeconds + core startupProbe

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

This PR is being marked stale due to a period of inactivty. If this PR is still relevant, please comment or remove the stale label. Otherwise, this PR will close in 30 days.

@github-actions github-actions Bot added the Stale label Apr 10, 2026
@MYanello
Copy link
Copy Markdown
Contributor Author

Still relevant

@github-actions github-actions Bot removed the Stale label Apr 11, 2026
sm-moshi added a commit to sm-moshi/harbor-helm that referenced this pull request Apr 14, 2026
Cherry-picked upstream PRs:
- goharbor#2310: fix secret drift for ArgoCD (fixes goharbor#2263)
- goharbor#2307: default image tag to chart appVersion
- goharbor#2314: fix rollingUpdate checks for jobservice/registry
- goharbor#2312: fix ArgoCD diff in httproute
- goharbor#2317: configurable health probe timeoutSeconds/failureThreshold
- goharbor#2330: parametrise gracePeriodTerminationSeconds + core startupProbe

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sm-moshi added a commit to sm-moshi/harbor-helm that referenced this pull request Apr 14, 2026
Cherry-picked upstream PRs:
- goharbor#2310: fix secret drift for ArgoCD (fixes goharbor#2263)
- goharbor#2307: default image tag to chart appVersion
- goharbor#2314: fix rollingUpdate checks for jobservice/registry
- goharbor#2312: fix ArgoCD diff in httproute
- goharbor#2317: configurable health probe timeoutSeconds/failureThreshold
- goharbor#2330: parametrise gracePeriodTerminationSeconds + core startupProbe

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: replace upstream GHA with GHCR OCI release + lint workflows

- release.yaml: package and push to oci://ghcr.io/sm-moshi/charts on tag push
- lint.yaml: helm lint + template on PRs and sm-moshi/main pushes
- Remove upstream-specific workflows (Docker Hub publish, stale issues, integration, unittest)
- Add CLAUDE.md with fork maintenance instructions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: replace GitHub Actions with Woodpecker CI pipelines

- .woodpecker/lint.yaml: helm lint + template on push/PR
- .woodpecker/release.yaml: package, push to ghcr.io/sm-moshi/charts,
  create GitHub release on tag push
- Remove .github/workflows/ (GHA no longer needed)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: use DHI helm 4.1.3 image, pinned by digest

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

build: mark chart as 1.19.0-rc2 to match appVersion v2.15.0-rc2

Chart version should reflect pre-release status while shipping RC images.
Will bump to 1.19.0 when Harbor v2.15.0 GA ships.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sm-moshi added a commit to sm-moshi/harbor-helm that referenced this pull request Apr 14, 2026
Cherry-picked upstream PRs:
- goharbor#2310: fix secret drift for ArgoCD (fixes goharbor#2263)
- goharbor#2307: default image tag to chart appVersion
- goharbor#2314: fix rollingUpdate checks for jobservice/registry
- goharbor#2312: fix ArgoCD diff in httproute
- goharbor#2317: configurable health probe timeoutSeconds/failureThreshold
- goharbor#2330: parametrise gracePeriodTerminationSeconds + core startupProbe

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: replace upstream GHA with GHCR OCI release + lint workflows

- release.yaml: package and push to oci://ghcr.io/sm-moshi/charts on tag push
- lint.yaml: helm lint + template on PRs and sm-moshi/main pushes
- Remove upstream-specific workflows (Docker Hub publish, stale issues, integration, unittest)
- Add CLAUDE.md with fork maintenance instructions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: replace GitHub Actions with Woodpecker CI pipelines

- .woodpecker/lint.yaml: helm lint + template on push/PR
- .woodpecker/release.yaml: package, push to ghcr.io/sm-moshi/charts,
  create GitHub release on tag push
- Remove .github/workflows/ (GHA no longer needed)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: use DHI helm 4.1.3 image, pinned by digest

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

build: mark chart as 1.19.0-rc2 to match appVersion v2.15.0-rc2

Chart version should reflect pre-release status while shipping RC images.
Will bump to 1.19.0 when Harbor v2.15.0 GA ships.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sm-moshi added a commit to sm-moshi/harbor-helm that referenced this pull request Apr 14, 2026
Cherry-picked upstream PRs:
- goharbor#2310: fix secret drift for ArgoCD (fixes goharbor#2263)
- goharbor#2307: default image tag to chart appVersion
- goharbor#2314: fix rollingUpdate checks for jobservice/registry
- goharbor#2312: fix ArgoCD diff in httproute
- goharbor#2317: configurable health probe timeoutSeconds/failureThreshold
- goharbor#2330: parametrise gracePeriodTerminationSeconds + core startupProbe

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: replace upstream GHA with GHCR OCI release + lint workflows

- release.yaml: package and push to oci://ghcr.io/sm-moshi/charts on tag push
- lint.yaml: helm lint + template on PRs and sm-moshi/main pushes
- Remove upstream-specific workflows (Docker Hub publish, stale issues, integration, unittest)
- Add CLAUDE.md with fork maintenance instructions

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: replace GitHub Actions with Woodpecker CI pipelines

- .woodpecker/lint.yaml: helm lint + template on push/PR
- .woodpecker/release.yaml: package, push to ghcr.io/sm-moshi/charts,
  create GitHub release on tag push
- Remove .github/workflows/ (GHA no longer needed)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

ci: use DHI helm 4.1.3 image, pinned by digest

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

build: mark chart as 1.19.0-rc2 to match appVersion v2.15.0-rc2

Chart version should reflect pre-release status while shipping RC images.
Will bump to 1.19.0 when Harbor v2.15.0 GA ships.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@MinerYang MinerYang left a comment

Choose a reason for hiding this comment

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

lgtm

@MinerYang MinerYang merged commit 67fe3e5 into goharbor:main Apr 16, 2026
4 checks passed
@MinerYang
Copy link
Copy Markdown
Collaborator

Hi @MYanello ,

Thanks for connecting and contribute to our community! Will get this PR merged and shipped with our helm-chart 1.19.0 (appVersion 2.15.0).

Best,
Mner

kaitimmer pushed a commit to kaitimmer/harbor-helm that referenced this pull request Apr 16, 2026
Signed-off-by: Marcus Yanello <marcus@yanello.net>
kaitimmer pushed a commit to kaitimmer/harbor-helm that referenced this pull request Apr 16, 2026
Signed-off-by: Marcus Yanello <marcus@yanello.net>
Signed-off-by: Kai Timmer <email@kaitimmer.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants