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

Match labels #133

Merged
merged 12 commits into from
Aug 3, 2023
Merged

Match labels #133

merged 12 commits into from
Aug 3, 2023

Commits on Jul 12, 2023

  1. match unique label on ds

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    258e62a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. align ds labels to conventions

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    3b02d69 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. add labels in code search and tests

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4aaf424 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. delete old daemonsets

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    be01bcb View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. typo fix

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9668f22 View commit details
    Browse the repository at this point in the history
  2. move ds removal functionality into syncConfigDaemonSet

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5bf4b4c View commit details
    Browse the repository at this point in the history
  3. update ds only if ds changed in last version

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    a7018a1 View commit details
    Browse the repository at this point in the history
  4. change annotation name and var names

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5be2d7a View commit details
    Browse the repository at this point in the history
  5. refactor code to remove unnecessary consts

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    25d95fe View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. refactor method

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e05d03e View commit details
    Browse the repository at this point in the history
  2. fix annotation

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ef17474 View commit details
    Browse the repository at this point in the history
  3. adding UT for DS recreating or not in operator update

    Signed-off-by: Michael Shitrit <mshitrit@redhat.com>
    mshitrit committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e5e5301 View commit details
    Browse the repository at this point in the history