Update Ironbank to v2.13.2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
registry1.dso.mil/ironbank/opensource/goharbor/harbor-core (source) | patch |
v2.13.1 -> v2.13.2
|
registry1.dso.mil/ironbank/opensource/goharbor/harbor-core (source) | patch |
2.13.1 -> 2.13.2
|
registry1.dso.mil/ironbank/opensource/goharbor/harbor-exporter (source) | patch |
v2.13.1 -> v2.13.2
|
registry1.dso.mil/ironbank/opensource/goharbor/harbor-jobservice (source) | patch |
v2.13.1 -> v2.13.2
|
registry1.dso.mil/ironbank/opensource/goharbor/harbor-portal (source) | patch |
v2.13.1 -> v2.13.2
|
registry1.dso.mil/ironbank/opensource/goharbor/harbor-registryctl (source) | patch |
v2.13.1 -> v2.13.2
|
registry1.dso.mil/ironbank/opensource/goharbor/registry (source) | patch |
v2.13.1 -> v2.13.2
|
registry1.dso.mil/ironbank/opensource/goharbor/trivy-adapter (source) | patch |
v2.13.1 -> v2.13.2
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Umbrella Branch
afarasoteemo-harbor-regsvc
Complete MR checklist
Assignee
-
Followed upgrade instructions outlined in docs/DEVELOPMENT_MAINTENANCE.md -
Update Docs with new/updated steps as needed -
Tested and Validated Changes made with supporting info like logs or screenshots from test pipelines
Add supporting info below
Reviewer only
-
Tested and Validated changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR was automatically generated by Renovate Bot.
Upgrade Notices
A postRender kustomize patch is configured in the umbrella branch for Harbor template to update the harbor-registry service, addressing a docker cli authentication error as shown below.
Error response from daemon: login attempt to https://harbor.dev.bigbang.mil/v2/ failed with status: 503 Service Unavailable
The patch changes the port name “http-registry” to “registry” in the harbor-service. see the Customize patch below:
{{- define "harbor.fixRegistryPostRender" }}
- kustomize:
patches:
- patch: |
- op: replace
path: /spec/ports/0
value:
name: registry
port: 5000
target:
kind: Service
name: harbor-registry
{{- end }}