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

Add support for image digests in helm charts #15186

Merged
merged 4 commits into from
Mar 8, 2021

Commits on Mar 8, 2021

  1. install: add digests into helm charts

    This commit adds a simple way to add the image digests into the official
    helm charts.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9485abf View commit details
    Browse the repository at this point in the history
  2. .github: generate release files automatically

    Having files with the right format will make it easier to download them
    locally and use them as part of the release process.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    c764e94 View commit details
    Browse the repository at this point in the history
  3. contrib/release: do not require images to be download locally

    The SHAs are available in the GH run, so we can use the GH API to
    retrieve them automatically.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9fb49ca View commit details
    Browse the repository at this point in the history
  4. .github: remove comments of GH action versions

    Dependabot will update those commit SHAs automatically and the version
    number will quickly outdated. To avoid confusion, we will remove the
    comments related with the versions a SHA points to from all GH actions.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    516234d View commit details
    Browse the repository at this point in the history