Move Helm chart configuration from inline values in app-harbor.yaml to separate files in apps/harbor/ subdirectory, following the same pattern as forgejo and other apps. Changes: - Create apps/harbor/Chart.yaml defining dependency on Harbor Helm chart - Create apps/harbor/values.yaml with all Helm values configuration - Update app-harbor.yaml to use git path source instead of direct Helm chart - Add apps/harbor/README.md documenting OIDC setup procedure OIDC authentication must be configured via Harbor UI after deployment, as the Helm chart does not support OIDC configuration at deployment time. The README provides step-by-step instructions for Pocket ID integration. Co-Authored-By: Paperclip <noreply@paperclip.ing>
11 lines
240 B
YAML
11 lines
240 B
YAML
apiVersion: v2
|
|
name: harbor
|
|
description: Harbor container registry deployment for BasicStack
|
|
type: application
|
|
version: 1.0.0
|
|
appVersion: "2.12.1"
|
|
|
|
dependencies:
|
|
- name: harbor
|
|
version: 1.16.1
|
|
repository: https://helm.goharbor.io
|