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

FeatureRequest : helm compose up --release releaseName #110

Open
alexfokuk opened this issue May 21, 2024 · 3 comments
Open

FeatureRequest : helm compose up --release releaseName #110

alexfokuk opened this issue May 21, 2024 · 3 comments

Comments

@alexfokuk
Copy link

In docker-compose, we can docker-compose up -d ${serviceName}

However, seems not available in helm compose

@alexfokuk alexfokuk changed the title Feature : helm compose up --release releaseName FeatureRequest : helm compose up --release releaseName May 21, 2024
@tuunit
Copy link
Member

tuunit commented May 21, 2024

Hi @alexfokuk,

this was actually an intended change in comparison to docker-compose, to truly keep everything in code. I might reconsider it but in that case a decision has to be made first. On how the revisions will reflect it. Either by introducing an enabled flag or removing the releases from the revision file.

@tuunit
Copy link
Member

tuunit commented May 26, 2024

Hi @alexfokuk,

what would be your desired behaviour for helm compose down release-x? A full helm uninstall of the release?

@alexfokuk
Copy link
Author

i think the behaviour is same, helm compose down release-x to uninstall release-x only.

Let me explain more why this features is useful.

e.g. : If we have wordpress and wordpress2

  wordpress:
    chart: bitnami/wordpress
    chartVersion: 14.3.2
  wordpress2:
    chart: bitnami/wordpress
    chartVersion: 15.2.22

If update wordpress2, it will also updating revision of wordpress as well.

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