Cut over researchowl deployment to Infisical-managed pull secret

imagePullSecrets: gitea-registry -> gitea-registry-infisical (the
InfisicalStaticSecret-managed dockerconfigjson). Old gitea-registry stays
as rollback net until decommission.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 06:17:38 +00:00
co-authored by Claude Opus 4.8
parent 36296ad5ea
commit 9d2dd78542
+1 -1
View File
@@ -101,7 +101,7 @@ spec:
persistentVolumeClaim: persistentVolumeClaim:
claimName: researchowl-data claimName: researchowl-data
imagePullSecrets: imagePullSecrets:
- name: gitea-registry - name: gitea-registry-infisical
# Secret is managed imperatively (not by ArgoCD) to avoid overwriting real values: # Secret is managed imperatively (not by ArgoCD) to avoid overwriting real values:
# kubectl create secret generic researchowl-secrets \ # kubectl create secret generic researchowl-secrets \