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 helm chart for cilium-operator to implement per-provider opera… #11837

Closed
wants to merge 3 commits into from
Closed

Update helm chart for cilium-operator to implement per-provider opera… #11837

wants to merge 3 commits into from

Commits on Jun 9, 2020

  1. install: Fix up version/pullPolicy for multiple values files

    In particular, add the new operator values file to the list of files
    that we fix these values up for in the make target.
    
    Signed-off-by: Joe Stringer <joe@cilium.io>
    joestringer committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    d6060e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Implement per-provider operator deployments

    Update the helm charts for for generic, aws and azure operator images.
    
    Fixes: #11800
    
    Signed-off-by: Sean Winn <sean@isovalent.com>
    Signed-off-by: Joe Stringer <joe@cilium.io>
    seanmwinn authored and joestringer committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    ab55205 View commit details
    Browse the repository at this point in the history
  2. fix rendering for image names with a / to not append suffixes

    Signed-off-by: Sean Winn <sean@isovalent.com>
    seanmwinn committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    656a952 View commit details
    Browse the repository at this point in the history