From 6e9240328ea2e8173fd554e21524f5080a10938b Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Mon, 22 Dec 2025 17:50:56 +0200 Subject: [PATCH] Migrate harbor to garage s3 --- harbor-operator/kustomization.yaml | 1 + harbor-operator/values.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/harbor-operator/kustomization.yaml b/harbor-operator/kustomization.yaml index edf0e13..c2353e2 100644 --- a/harbor-operator/kustomization.yaml +++ b/harbor-operator/kustomization.yaml @@ -14,3 +14,4 @@ helmCharts: resources: - ./application-extras.yml +- ssh://git@git.k-space.ee/secretspace/kube/harbor diff --git a/harbor-operator/values.yaml b/harbor-operator/values.yaml index efc79a5..1ff15a4 100644 --- a/harbor-operator/values.yaml +++ b/harbor-operator/values.yaml @@ -51,17 +51,17 @@ persistence: s3: # 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 - existingSecret: "harbor-minio-credentials" - region: us-east-1 - bucket: harbor-operator-e60e5943-234a-496d-ae74-933f6a67c530 + existingSecret: "harbor-garage-credentials" + region: garage + bucket: harbor #accesskey: awsaccesskey #secretkey: awssecretkey - regionendpoint: https://external.minio-clusters.k-space.ee + regionendpoint: https://garage.k-space.ee #encrypt: false #keyid: mykeyid #secure: true #skipverify: false - #v4auth: true + v4auth: false #chunksize: "5242880" #rootdirectory: /s3/object/name/prefix #storageclass: STANDARD