Skip to content

devspace up (helm client) doesn't deploy if helm chart hasn't changed and the chart is not currently deployed. #325

@KaelBaldwin

Description

@KaelBaldwin

Steps to reproduce issue:

  1. Make sure you are using the helm client (not sure if this happens with the kubectl client)
  2. run devspace up
  3. run devspace down
  4. Don't change anything.
  5. Run devspace up

Notice it says "successfully deployed..." but nothing was actually deployed.

I believe this is because it checks the generated config file to see if the chart has changed to determine if it should be deployed or not, but does not check if the chart is actually currently deployed.

This leads to you either having to delete the generated config file, or just change something insignificant to get devspace up to work again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/chart-deploymentIssues related to the deployment of charts with helmarea/devIssues related to devspace devarea/helmIssues related to the helm clientkind/enhancementEnhancement of an existing feature / improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions