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

ci: update install-snapshot script to deploy newer version of snapshotter #4438

Merged
merged 6 commits into from
Feb 15, 2024

Commits on Feb 15, 2024

  1. ci: update snapshotter to latest version

    updating csi snapshotter deployment to pull
    image and rbac from latest released version.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    5c782fc View commit details
    Browse the repository at this point in the history
  2. ci: install latest version of snapshotter

    Install latest version of snapshotter and also
    take care of create/delete of new CRD's and
    required flag for volumegroupsnapshot operation
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0e29c01 View commit details
    Browse the repository at this point in the history
  3. ci: remove unused function

    remove unused function from the
    install-snapshot script
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    867c360 View commit details
    Browse the repository at this point in the history
  4. ci: fix image version replacement

    canary tag is no more used in the
    snapshotter yaml and latest version are
    used, instead of searching for tag check
    for the image name and do sed to replace
    the required tag only.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    671345d View commit details
    Browse the repository at this point in the history
  5. ci: use kubectl_retry helper for kubectl

    use kubectl_retry helper to avoid
    intermediate failure and retry again
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    18ec0b9 View commit details
    Browse the repository at this point in the history
  6. ci: use new label for snapshot controller

    with new release of snapshotter the
    labels are changed, this commit uses
    the new labels to list the snapshot
    controller pod.
    
    Signed-off-by: Madhu Rajanna <[email protected]>
    Madhu-1 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    eaf5d18 View commit details
    Browse the repository at this point in the history