Update Ironbank
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| postgresql (source) | minor |
18.1.13 -> 18.2.0
|
| redis (source) | major |
23.2.12-bb.0 -> 24.1.0-bb.0
|
| registry1.dso.mil/ironbank/opensource/nginx/nginx (source) | patch |
1.29.3 -> 1.29.4
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
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
chuka@DESKTOP-006TSPC:~/bigbang/bigbang$ kubectl get pods -n harbor
NAME READY STATUS RESTARTS AGE
harbor-core-5685bc8469-z5zfh 2/2 Running 0 34m
harbor-exporter-57d99f8cc5-scvn8 2/2 Running 3 (33m ago) 34m
harbor-jobservice-7c44bc8488-kt7qt 2/2 Running 3 (33m ago) 34m
harbor-portal-58c67ff6b6-fdzqd 2/2 Running 0 34m
harbor-postgresql-0 2/2 Running 0 34m
harbor-registry-7c9f79968f-8js8t 3/3 Running 0 34m
harbor-trivy-0 2/2 Running 0 34m
redis-bb-master-0 2/2 Running 0 34m
redis-bb-replicas-0 2/2 Running 0 34m
chuka@DESKTOP-006TSPC:~/bigbang/bigbang$ kubectl describe pod redis-bb-master-0 -n harbor
Name: redis-bb-master-0
Namespace: harbor
Priority: 0
Service Account: redis-bb-master
Node: k3d-k3s-default-server-0/172.20.0.2
Start Time: Wed, 14 Jan 2026 13:58:52 -0600
Labels: app.kubernetes.io/component=master
app.kubernetes.io/instance=harbor
app.kubernetes.io/managed-by=Helm
app.kubernetes.io/name=redis-bb
app.kubernetes.io/version=8.4.0
apps.kubernetes.io/pod-index=0
controller-revision-hash=redis-bb-master-7f7c97b78
helm.sh/chart=upstream-24.1.0
security.istio.io/tlsMode=istio
service.istio.io/canonical-name=redis-bb
service.istio.io/canonical-revision=8.4.0
statefulset.kubernetes.io/pod-name=redis-bb-master-0
Annotations: checksum/configmap: fb3b1069964d7ef97f40aa36aaf502aa01305d886b682a0cba02e06e1d8e4372
checksum/health: aff24913d801436ea469d8d374b2ddb3ec4c43ee7ab24663d5f8ff1a1b6991a9
checksum/scripts: 601fcb3544697a9dc449ba740f150fec2438700e6c54d8aea18e80723f50be2d
checksum/secret: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
istio.io/rev: default
kubectl.kubernetes.io/default-container: redis
kubectl.kubernetes.io/default-logs-container: redis
prometheus.io/path: /stats/prometheus
prometheus.io/port: 15020
prometheus.io/scrape: true
sidecar.istio.io/status:
{"initContainers":["istio-init","istio-proxy"],"containers":null,"volumes":["workload-socket","credential-socket","workload-certs","istio-...
Status: Running
IP: 10.42.2.12
chuka@DESKTOP-006TSPC:~/bigbang/bigbang$ kubectl describe pod harbor-postgresql-0 -n harbor
Name: harbor-postgresql-0
Namespace: harbor
Priority: 0
Service Account: harbor-postgresql
Node: k3d-k3s-default-agent-1/172.20.0.4
Start Time: Wed, 14 Jan 2026 13:58:56 -0600
Labels: app.kubernetes.io/component=primary
app.kubernetes.io/instance=harbor
app.kubernetes.io/managed-by=Helm
app.kubernetes.io/name=postgresql
app.kubernetes.io/version=18.1.0
apps.kubernetes.io/pod-index=0
controller-revision-hash=harbor-postgresql-7c7cc5744c
helm.sh/chart=postgresql-18.2.0
security.istio.io/tlsMode=istio
service.istio.io/canonical-name=postgresql
service.istio.io/canonical-revision=18.1.0
statefulset.kubernetes.io/pod-name=harbor-postgresql-0
Annotations: istio.io/rev: default
kubectl.kubernetes.io/default-container: postgresql
kubectl.kubernetes.io/default-logs-container: postgresql
prometheus.io/path: /stats/prometheus
prometheus.io/port: 15020
prometheus.io/scrape: true
sidecar.istio.io/status:
{"initContainers":["istio-init","istio-proxy"],"containers":null,"volumes":["workload-socket","credential-socket","workload-certs","istio-...
Status: Running
IP: 10.42.3.16
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
N/A
Edited by Chukwuka Akagbusi