1 Commits

Author SHA1 Message Date
7c7cf2410c Update Helm release gitea to v12
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 19s
2025-05-17 04:00:59 +00:00
2 changed files with 24 additions and 38 deletions

View File

@@ -10,10 +10,8 @@ keywords:
home: https://wiki.alexlebens.dev/s/7e132c13-afee-48ec-b3dd-efd656d240c9
sources:
- https://github.com/goharbor
- https://github.com/valkey-io/valkey
- https://github.com/cloudnative-pg/cloudnative-pg
- https://github.com/goharbor/harbor-helm
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster
maintainers:
- name: alexlebens
@@ -21,9 +19,6 @@ dependencies:
- name: harbor
version: 1.17.0
repository: https://helm.goharbor.io
- name: valkey
version: 3.0.6
repository: oci://harbor.alexlebens.net/proxy-registry-1.docker.io/bitnamicharts
- name: postgres-cluster
alias: postgres-17-cluster
version: 5.1.0

View File

@@ -12,6 +12,19 @@ harbor:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 80Gi
jobservice:
jobLog:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
redis:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
trivy:
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 5Gi
existingSecretAdminPassword: harbor-secret
existingSecretAdminPasswordKey: HARBOR_ADMIN_PASSWORD
ipFamily:
@@ -22,46 +35,35 @@ harbor:
updateStrategy:
type: Recreate
existingSecretSecretKey: harbor-secret
enableMigrateHelmHook: true
metrics:
enabled: true
serviceMonitor:
enabled: true
cache:
enabled: false
nginx:
image:
repository: goharbor/nginx-photon
tag: v2.13.0
replicas: 0
enabled: true
portal:
image:
repository: goharbor/harbor-portal
repository: ghcr.io/goharbor/harbor-portal
tag: v2.13.0
replicas: 2
core:
image:
repository: goharbor/harbor-core
repository: ghcr.io/goharbor/harbor-core
tag: v2.13.0
replicas: 2
# existingSecret: harbor-secret
jobservice:
image:
repository: goharbor/harbor-jobservice
repository: ghcr.io/goharbor/harbor-jobservice
tag: v2.13.0
replicas: 2
jobLoggers:
- stdout
# existingSecret: harbor-secret
# existingSecretKey: JOBSERVICE_SECRET
registry:
registry:
image:
repository: goharbor/registry-photon
repository: ghcr.io/goharbor/registry-photon
tag: v2.13.0
controller:
image:
repository: goharbor/harbor-registryctl
repository: ghcr.io/goharbor/harbor-registryctl
tag: v2.13.0
# existingSecret: harbor-secret
# existingSecretKey: REGISTRY_HTTP_SECRET
@@ -84,26 +86,15 @@ harbor:
coreDatabase: app
existingSecret: harbor-postgresql-17-cluster-app
redis:
type: external
external:
addr: "harbor-valkey-headless.harbor:6379"
type: internal
internal:
image:
repository: goharbor/redis-photon
tag: v2.13.0
exporter:
image:
repository: ghcr.io/goharbor/harbor-exporter
tag: v2.13.0
valkey:
architecture: replication
auth:
enabled: false
usePasswordFiles: false
primary:
persistence:
enabled: true
size: 5Gi
replica:
persistence:
enabled: true
size: 5Gi
postgres-17-cluster:
mode: standalone
cluster: