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

Update helmfile defaults for faster helm deployments. #404

Merged
merged 12 commits into from
Dec 14, 2020
Merged

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    306e2a1 View commit details
    Browse the repository at this point in the history
  2. Remove default helm options and define them for each release.

    Set timeout for each release instead of standard 600. Use cleanupOnFail and atomic for all releases.
    
    Redis, prometheus, and openvpn keep their 600s timeout, all others go to 300s (except cluster-issuers, 180s)
    willgraf committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    51cbbb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Add exponential delay to helmfile deployment and keep track of failures.

    Rename script to deploy-helmfiles as there is nothing GKE specific.
    
    Log all failures at the end of helmfile deployment to inform user what may be failing (Fixes #349)
    willgraf committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    1de1f94 View commit details
    Browse the repository at this point in the history
  2. No double [[ or ]]

    willgraf committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    7027b4f View commit details
    Browse the repository at this point in the history
  3. Fix integer comparison

    willgraf committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    99159d8 View commit details
    Browse the repository at this point in the history
  4. Better logging.

    willgraf committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    9a9f18b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c008b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3ca5a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    4095eb3 View commit details
    Browse the repository at this point in the history
  2. Make changes from PR review.

    willgraf committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    8ef9ba5 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    f63ec40 View commit details
    Browse the repository at this point in the history
  2. deployment not destruction

    willgraf committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f368efd View commit details
    Browse the repository at this point in the history