Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

image registry/repository changes are 'to be applied' but not written #160

@fire-ant

Description

@fire-ant

When running the relok8s tool against a typical chart from the bitnami repo I see that the changes are 'to be applied' instead of 'written'. Subsequently I see the changes to the image locations are not reflected in the chart and subchart stored in the OCI image.

command:
relok8s chart move $base-$version.tgz --registry $registry --repo-prefix $user --out '*.oci.tgz' --yes

output:

Changes to be applied to argo-cd/values.yaml:
  .image.registry: docker.io
  .image.repository: chr1slavery/argo-cd


Changes to be applied to argo-cd/charts/redis/values.yaml:
  .image.registry: docker.io
  .image.repository: chr1slavery/redis

Am I missing something? Feels like im following the documentation to the letter but not seeing the expected results. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions