Migrate harbor to garage s3

This commit is contained in:
2025-12-22 17:50:56 +02:00
parent ab57c3cd7b
commit 6e9240328e
2 changed files with 6 additions and 5 deletions

View File

@@ -14,3 +14,4 @@ helmCharts:
resources: resources:
- ./application-extras.yml - ./application-extras.yml
- ssh://git@git.k-space.ee/secretspace/kube/harbor

View File

@@ -51,17 +51,17 @@ persistence:
s3: s3:
# Set an existing secret for S3 accesskey and secretkey # Set an existing secret for S3 accesskey and secretkey
# keys in the secret should be REGISTRY_STORAGE_S3_ACCESSKEY and REGISTRY_STORAGE_S3_SECRETKEY for registry # keys in the secret should be REGISTRY_STORAGE_S3_ACCESSKEY and REGISTRY_STORAGE_S3_SECRETKEY for registry
existingSecret: "harbor-minio-credentials" existingSecret: "harbor-garage-credentials"
region: us-east-1 region: garage
bucket: harbor-operator-e60e5943-234a-496d-ae74-933f6a67c530 bucket: harbor
#accesskey: awsaccesskey #accesskey: awsaccesskey
#secretkey: awssecretkey #secretkey: awssecretkey
regionendpoint: https://external.minio-clusters.k-space.ee regionendpoint: https://garage.k-space.ee
#encrypt: false #encrypt: false
#keyid: mykeyid #keyid: mykeyid
#secure: true #secure: true
#skipverify: false #skipverify: false
#v4auth: true v4auth: false
#chunksize: "5242880" #chunksize: "5242880"
#rootdirectory: /s3/object/name/prefix #rootdirectory: /s3/object/name/prefix
#storageclass: STANDARD #storageclass: STANDARD