feat: updates for artifactapi #21

Merged
unkinben merged 1 commits from benvin/artifactapi_fixes into main 2026-03-07 00:49:31 +11:00
3 changed files with 14 additions and 2 deletions
@@ -7,7 +7,6 @@ metadata:
annotations: annotations:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
spec: spec:
replicas: 2
selector: selector:
matchLabels: matchLabels:
app: artifactapi app: artifactapi
@@ -43,6 +43,19 @@ remotes:
file_ttl: 0 file_ttl: 0
index_ttl: 0 index_ttl: 0
github_user:
base_url: "https://raw.githubusercontent.com"
type: "remote"
package: "generic"
description: "GitHub User Content"
include_patterns:
- "argoproj/argo-cd/.*.yaml$"
- "yannh/kubernetes-json-schema/master/.*.json$"
- "datreeio/CRDs-catalog/main/.*.json$"
cache:
file_ttl: 0
index_ttl: 0
gitea-dl: gitea-dl:
base_url: "https://dl.gitea.com" base_url: "https://dl.gitea.com"
type: "remote" type: "remote"
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/github_raw/argoproj/argo-cd/refs/tags/v3.3.2/manifests/ha/install.yaml - https://raw.githubusercontent.com/argoproj/argo-cd/refs/tags/v3.3.2/manifests/ha/install.yaml
- au-syd1-apps.yaml - au-syd1-apps.yaml
patches: patches: