Skip to content

YokeCD: hard refresh required to pick up changes to OCI flight #178

Description

@ssmall

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions