mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Disable auto-sync for envoy-gateway (ArgoCD OCI bug)
ArgoCD v3.3.3 has a bug where OCI chart revision resolution doesn't include the chart name in the Docker Hub API path, causing 401 errors. The chart is already deployed at v1.6.3. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
c87abdf17a
commit
f7cb1c6986
@@ -22,10 +22,10 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: envoy-gateway-system
|
namespace: envoy-gateway-system
|
||||||
|
# NOTE: Auto-sync disabled due to ArgoCD v3.3.3 OCI chart resolution bug
|
||||||
|
# (HEAD request to Docker Hub doesn't include chart name in OCI path)
|
||||||
|
# Re-enable after upgrading ArgoCD or when the bug is fixed
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
|
|||||||
Reference in New Issue
Block a user