1 Commits

Author SHA1 Message Date
d93cf0c19a Update goharbor/harbor-exporter Docker tag to v2.14.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / docker-lint (pull_request) Failing after 3s
lint-test-helm / helm-lint (pull_request) Successful in 10s
2025-09-20 03:14:17 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ jobs:
if: steps.check-branch-exists.outputs.exists == 'true'
uses: actions/setup-node@v5
with:
node-version: '22'
node-version: '24'
- name: Lint Docker Compose
if: steps.check-branch-exists.outputs.exists == 'true'

View File

@@ -17,7 +17,7 @@ maintainers:
- name: alexlebens
dependencies:
- name: harbor
version: 1.18.0
version: 1.17.2
repository: https://helm.goharbor.io
- name: postgres-cluster
alias: postgres-17-cluster

View File

@@ -34,12 +34,12 @@ harbor:
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.14.0
tag: v2.13.2
replicas: 0
portal:
image:
repository: goharbor/harbor-portal
tag: v2.14.0
tag: v2.13.2
replicas: 2
core:
image:
@@ -61,11 +61,11 @@ harbor:
registry:
image:
repository: goharbor/registry-photon
tag: v2.14.0
tag: v2.13.2
controller:
image:
repository: goharbor/harbor-registryctl
tag: v2.14.0
tag: v2.13.2
existingSecret: harbor-secret
relativeurls: true
credentials:
@@ -92,7 +92,7 @@ harbor:
exporter:
image:
repository: goharbor/harbor-exporter
tag: v2.13.2
tag: v2.14.0
replicas: 2
postgres-17-cluster:
mode: standalone