Skip to content

How can I redeploy a HelmRelease which failed? #743

Answered by hiddeco
frank-bee asked this question in Q&A
Discussion options

You must be logged in to vote

You likely want to enable retries for Helm install actions, this can be configured in your HelmRelease as follows:

spec:
  install:
    remediation:
      retries: 3 # NB: setting it to `-1` results in infinite retries

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@frank-bee
Comment options

@stefanprodan
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by frank-bee
Comment options

You must be logged in to vote
1 reply
@hiddeco
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants