Application:
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: hello-world
namespace: argocd
spec:
destination:
name: in-cluster
namespace: default
project: default
source:
path: ./cmd/pg
plugin:
name: yokecd
parameters:
- name: wasm
string: oci://us-west2-docker.pkg.dev/REDACTED/hello_world:latest
repoURL: https://github.com/davidmdm/yokecd-demo
targetRevision: main
syncPolicy:
automated:
prune: true
selfHeal: true
when I push a new version of my flight using yoke stow, the changes are not picked up in ArgoCD until I do a hard refresh of the application. Is this the intended behavior?
Application:
when I push a new version of my flight using
yoke stow, the changes are not picked up in ArgoCD until I do a hard refresh of the application. Is this the intended behavior?