Move Harbor from packages/extra/ to packages/apps/ as it is a self-sufficient end-user application, not a singleton tenant module. Update bundle entry from system to paas accordingly. Replace registry PVC storage with S3 via COSI BucketClaim/BucketAccess, provisioned from the namespace's SeaweedFS instance. S3 credentials are injected into the HelmRelease via valuesFrom with targetPath. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
7 lines
238 B
YAML
7 lines
238 B
YAML
apiVersion: v2
|
|
name: harbor
|
|
description: Managed Harbor container registry
|
|
icon: /logos/harbor.svg
|
|
type: application
|
|
version: 0.0.0 # Placeholder, the actual version will be automatically set during the build process
|
|
appVersion: "2.14.2"
|