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

feat: add registry-secret param / envvar #94

Closed
wants to merge 10 commits into from

Commits on Aug 30, 2023

  1. feat: add registry-secret param / envvar to allow setting custom priv…

    …ate registry credentials in knative service manifest
    Kristof Havasi committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1404f18 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix: rename pull secret parameter as per suggestion

    Kristof Havasi committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fd060f7 View commit details
    Browse the repository at this point in the history
  2. fix: update tests for new image-pull-secrets parameter

    Kristof Havasi committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a3a28a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge branch 'main' into feature/private-registry

    Kenan Dervisevic committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d02de97 View commit details
    Browse the repository at this point in the history
  2. update order of strings in compareConfig

    Kenan Dervisevic committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0a5ee2b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. add ImagePullSecrets to knative test

    Kenan Dervisevic committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b78060a View commit details
    Browse the repository at this point in the history
  2. add assert to check secret presence

    Kenan Dervisevic committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9643d83 View commit details
    Browse the repository at this point in the history
  3. fix test

    Kenan Dervisevic committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    86f4976 View commit details
    Browse the repository at this point in the history
  4. compare value to the expected value

    Kenan Dervisevic committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2d1140e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. change env var to INITIUM_IMAGE_PULL_SECRET

    Co-authored-by: Luca Lanziani <[email protected]>
    Kenan Dervisevic and LucaLanziani committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e949e9d View commit details
    Browse the repository at this point in the history