Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fire-ant opened this issue Nov 5, 2022 · 0 comments
Open

Comments

@fire-ant
Copy link

fire-ant commented Nov 5, 2022

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@fire-ant and others