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

tanka not add repo to chartfile #417

Closed
dfang opened this issue Nov 4, 2020 · 6 comments · Fixed by #455
Closed

tanka not add repo to chartfile #417

dfang opened this issue Nov 4, 2020 · 6 comments · Fixed by #455
Labels
component/tooling kind/feature Something new should be added

Comments

@dfang
Copy link

dfang commented Nov 4, 2020

for this traefik chart

tk tool charts add traefik/traefik@9.10.1 will add requires, but i had to traefik repo to repositories to make it work, otherwise can not find chart

directory: charts
repositories:
- name: stable
  url: https://kubernetes-charts.storage.googleapis.com
- name: traefik
  url: https://helm.traefik.io/traefik
requires:
- chart: traefik/traefik
  version: 9.10.1
version: 1
@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@dfang
Copy link
Author

dfang commented Nov 4, 2020

/label feature

@Duologic
Copy link
Member

Duologic commented Nov 4, 2020

Please see section on Adding repositories: https://tanka.dev/helm#charttool

@dfang
Copy link
Author

dfang commented Nov 4, 2020

@Duologic Hi, i know how to modify chartfile, but this is a feature request, i mean add a subcommand tk tool charts add-repo or automatically detect the repo from my helm repo list

if there is a command to add chart, there should be a command to add repo, so you don't need to modify chartfile, or remove charts add subcommand, just init a chartfile with comments, and indicates use to change it ?

@stale
Copy link

stale bot commented Dec 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 4, 2020
@Duologic Duologic added component/tooling kind/feature Something new should be added and removed stale labels Dec 6, 2020
@Duologic
Copy link
Member

Duologic commented Dec 6, 2020

Package management is hard, unified package management that can handle both Jsonnet packages and Helm charts is something I'd really like to see. For example using the gitops toolkit CRDs to describe package information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/tooling kind/feature Something new should be added
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants