Using Helm Values Files with Argo CD

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 19

  • @sarankrishna
    @sarankrishna 4 месяца назад +8

    I used the 3rd option in production. It is working fine.

  • @jemag
    @jemag Год назад +3

    You can also follow a specific git tag with applications using the umbrella chart, to prevent affecting all environments at once

    • @scottamolinari
      @scottamolinari Год назад

      Sure, but wouldn't that be an obscure piece of information to know what revision is being used?

    • @spiraldynamics6008
      @spiraldynamics6008 Год назад

      ☂️

  • @scottamolinari
    @scottamolinari Год назад +1

    Has the UI gotten the update yet? I'd like to try that last solution. I guess I could just try it out.

  • @olgakolpakova815
    @olgakolpakova815 2 дня назад

    Hello! Thank you! Is it possible to integrate third approach with helm-secrets?

  • @hcompres1
    @hcompres1 8 месяцев назад +1

    Can you do that same scenario with aplicatioset?

  • @YaserAlattas
    @YaserAlattas 8 месяцев назад

    I have 2 dependencies in chart umbrella and I provided 2 different values both has different top level key one of the first dependency and second key for the second dependency. Yet, it seems values are being passed correctly to the sub charts and still not sure why

  • @suhanimatki
    @suhanimatki Год назад +1

    I am trying the first option and i get unauthroized error when i add dependencies on a repo in artifactory that i have added as a Repo in argocd already. what am i doing wrong ? how can i resolve 401 unauthoized here.

    • @rafayhussain3485
      @rafayhussain3485 Год назад

      You need to login to the artifactory repo before you pull from it. That will resolve 4011 error

  • @miguelmucio2260
    @miguelmucio2260 3 месяца назад

    In tha third cenario, May I specified two values files or values file + set values?

  • @samanabdollahpour1429
    @samanabdollahpour1429 Год назад

    thanks a lot man
    worked like a charm

  • @manikantaseetha-my5yf
    @manikantaseetha-my5yf Год назад

    Thanks for the video it’s cut and clear
    I have one small doubt we are implementing umbrella chart way and we have a problem with whenever we use snapshot versions we usually push it with same name and argocd is not able to pull changes even with hard refresh it’s sometimes too hard
    Do you think multiple sources should work in this case ?

  • @soumitasardar2616
    @soumitasardar2616 Год назад

    Hi... Can you please also show like how the private helm chart repo will get connected with argocd by keeping the helm repo creds in aws ssm manager

    • @YaserAlattas
      @YaserAlattas 8 месяцев назад

      Use @repo_name , make sure to use name same as what's configured in argoCD. If repo doesn't have a name, you need to name it to use the credentials correctly without having it in umbrella chart

  • @sridharkunaram9254
    @sridharkunaram9254 3 месяца назад

    thanks man

  • @nikolayandcards
    @nikolayandcards Год назад

    good stuff

  • @cristinasanchez9029
    @cristinasanchez9029 5 месяцев назад

    Maybe you could create a presentation so it's easier to follow

  • @itskagiso
    @itskagiso Год назад

    Great tutorial however did not work for me. The 3rd method gives an error: error validating and normalizing app: error getting application's project: application 'app-x' in namespace 'default' is not allowed to use project 'default'