Files
web-apps/jovies/argocd.yaml
Mayne0213 6dbd3bab73 FIX(jovies): set platforms to linux/arm64/v8
- Image has variant: v8 which wasn't matching linux/arm64
- Explicitly specify linux/arm64/v8 for proper platform matching
- Fixes 'ignoring OCI manifest' issue (GitHub issue #665)
2026-01-07 15:53:12 +09:00

51 lines
1.5 KiB
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: jovies
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd-image-updater.argoproj.io/image-list: jovies=zot0213.kro.kr/jovies:main
argocd-image-updater.argoproj.io/jovies.update-strategy: digest
argocd-image-updater.argoproj.io/jovies.platforms: linux/arm64/v8
argocd-image-updater.argoproj.io/jovies.pull-secret: pullsecret:argocd/zot-registry-credentials
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/jovies.helm.image-name: image.repository
argocd-image-updater.argoproj.io/jovies.helm.image-tag: image.tag
spec:
project: default
sources:
- repoURL: https://github.com/K3S-HOME/web-apps.git
targetRevision: main
path: charts/web-app
helm:
valueFiles:
- $values/jovies/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git
targetRevision: main
ref: values
destination:
server: https://kubernetes.default.svc
namespace: jovies
syncPolicy:
automated:
prune: true
selfHeal: true
allowEmpty: false
syncOptions:
- CreateNamespace=true
- PrunePropagationPolicy=foreground
- PruneLast=true
retry:
limit: 5
backoff:
duration: 5s
factor: 2
maxDuration: 3m
managedNamespaceMetadata:
labels:
goldilocks.fairwinds.com/enabled: 'true'
zot-registry: enabled
revisionHistoryLimit: 10