Giter Site home page Giter Site logo

Comments (3)

travisghansen avatar travisghansen commented on July 17, 2024

Hmm, never ran into an issue like that. What version of argocd are you running? Can you give further details about how everything is structured on your end?

from argo-cd-helmfile.

reddymh avatar reddymh commented on July 17, 2024

@travisghansen I have two helm charts which I have published to helm repository and using the below helmfile config I am deploying the helm charts but if there is any change in the templates or delete and re-deploy still it will pick the same old generated/template files. As of now workaround is I have re-create the application with different name so that it will generate updated manifest files.

Below are the details:

Argocd VersionL: 2.2.5

helmfile:

---
repositories:
  - name: helm-repo
    url: <REPO_URL>/artifactory/helm-repo
    oci: false

helmDefaults:
  createNamespace: false
  timeout: 900

releases:
  - name: testapp1
    chart: helm-repo/app1
    namespace: app1
    force: true
    createNamespace: true
    version: 0.14.0
    values:
      - ./values/dev/app1-values.yaml

  - name: testapp2
    chart: helm-repo/app2
    namespace: app2
    force: true
    createNamespace: true
    version: 1.13.0

from argo-cd-helmfile.

travisghansen avatar travisghansen commented on July 17, 2024

Do you update the chart version in the repo when updating templates?

Do you update chart version in helmfile after updates have been published?

from argo-cd-helmfile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.