Skip to content

Update Argo CD Application Image Tags for kustomize apps doesn't work for non docker.io images #10103

@oleksandr-codefresh

Description

@oleksandr-codefresh

Severity

Two customers met the issue, although issue has workaround

Version

2026.2.11891

Latest Version

I could reproduce the problem in the latest build

What happened?

Image

Despite having new image for k8s deployment (e.g. us-docker.pkg.dev/nginx:1.27.1)
during octopus deployment process it doesn't commit any changes to the source of the app, although logs state that "Updated image reference: ..."

Reproduction

  1. Create kustomize app, and manage it via argo-cd
  2. create project with the app linked to it
  3. use any octopus supported image registries, but not docker.io
  4. trigger deployment

Error and Stacktrace

More Information

No response

Workaround

Add following annotation to your application

metadata:
  annotations:
    argo.octopus.com/default-container-registry: "us-docker.pkg.dev"
    argo.octopus.comdefault-container-registry: "us-docker.pkg.dev"

Metadata

Metadata

Labels

kind/bugThis issue represents a verified problem we are committed to solving

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions