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

Helm chart #5512

Merged
merged 49 commits into from
Oct 1, 2024
Merged

Helm chart #5512

merged 49 commits into from
Oct 1, 2024

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    8494dda View commit details
    Browse the repository at this point in the history
  2. added helm chart

    Arvind644 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a3bcc4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc31bb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fixes helm chart

    Arvind644 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5ecad78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984d753 View commit details
    Browse the repository at this point in the history
  3. fixed helm chart readme

    Arvind644 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    68b39aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    387e480 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    94133bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ef0f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Working copy of making elasticsearch either a depedency chart or usin…

    …g external elasticsearch
    bikash119 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6a80313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1591c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b583242 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6eb3e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    949dbe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edd2693 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    001a014 View commit details
    Browse the repository at this point in the history
  8. - Introduced PVC to store argilla data

    - Removed k8s resource yamls
    bikash119 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    968df11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fca556a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. - Elasticsearch deployment is made optional.

    - Elasticsearch "built in" is deployed as operator.
    - Redis, Elasticsearch, Argilla user PV to persist data beyond restarts.
    - Argilla owner username and password is passed from values.yaml.
    - Align HPA config with “conventions” – I.e. enable via flag and have static replicaCount variable if not activated.
    - Allow for injecting some configuration via configmaps / secrets etc. If external ES is used, the entries to /etc/hosts are pushed using cm.
    - Ingress class is made configurable and can be set in values.yaml.
    - TODO: Add a readme.md for developers to use it.
    - TODO: Add unit tests to check persistence storage usage.
    bikash119 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    70059f2 View commit details
    Browse the repository at this point in the history
  2. A getting started guide

    bikash119 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    a5abe5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba59362 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    be9aa36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaf1fee View commit details
    Browse the repository at this point in the history
  3. - Updated README.md to add instruction to execute helm unittest.

     - Updated CHANGELOG.md to include the PR for helm chart based installation.
    bikash119 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8ea7613 View commit details
    Browse the repository at this point in the history
  4. fixed typo error

    bikash119 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ca7d20c View commit details
    Browse the repository at this point in the history
  5. fixed typo error

    bikash119 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cc84f54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04eb5e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d8a4e47 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update examples/deployments/k8s/argilla-chart/README.md

    Accept change suggested by @frascuchon
    
    Co-authored-by: Paco Aranda <[email protected]>
    bikash119 and frascuchon authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    021c35d View commit details
    Browse the repository at this point in the history
  2. Update argilla-server/CHANGELOG.md

    Accept change suggested by @frascuchon
    
    Co-authored-by: Paco Aranda <[email protected]>
    bikash119 and frascuchon authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bc20af4 View commit details
    Browse the repository at this point in the history
  3. Update examples/deployments/k8s/argilla-chart/README.md

    Accept change suggested by @frascuchon
    
    Co-authored-by: Paco Aranda <[email protected]>
    bikash119 and frascuchon authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9c5af60 View commit details
    Browse the repository at this point in the history
  4. Update examples/deployments/k8s/argilla-chart/README.md

    Accept change suggested by @frascuchon
    
    Co-authored-by: Paco Aranda <[email protected]>
    bikash119 and frascuchon authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3783035 View commit details
    Browse the repository at this point in the history
  5. Update examples/deployments/k8s/argilla-chart/README.md

    Accept change suggested by @frascuchon
    
    Co-authored-by: Paco Aranda <[email protected]>
    bikash119 and frascuchon authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9fbd738 View commit details
    Browse the repository at this point in the history
  6. Update examples/deployments/k8s/argilla-chart/templates/NOTES.txt

    Accept change suggested by @frascuchon
    
    Co-authored-by: Paco Aranda <[email protected]>
    bikash119 and frascuchon authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    8389a11 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. - Added steps to install ECK Operator.

     - Added steps to get started in minikube cluster for local development
    bikash119 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c238ff7 View commit details
    Browse the repository at this point in the history
  2. - Added readiness and liveliness probe to elasticsearch

    - Updated README.md to include few missing steps
    bikash119 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b6c0c26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5d3bb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    eb032ce View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. - Updated README.md

    - added a resource yaml for argilla-worker
    - fixed the ports used for readiness and liveliness probes
    bikash119 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2ede26c View commit details
    Browse the repository at this point in the history
  2. - Added api-key to enable integration test

    - Added labels and selector-labels for worker
    bikash119 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    351210c View commit details
    Browse the repository at this point in the history
  3. Updated the README to include steps to check status of deployement an…

    …d run integration tests
    bikash119 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    859964c View commit details
    Browse the repository at this point in the history
  4. - fixed typo

    bikash119 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9a16369 View commit details
    Browse the repository at this point in the history
  5. - fixed typo

    bikash119 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fa4d688 View commit details
    Browse the repository at this point in the history
  6. - few more instruction to check if all the intermediate steps complet…

    …e successfully before running integration test
    bikash119 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8b89e5a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d5a1f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a25d5ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0d3ea85 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    10aa543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e41d372 View commit details
    Browse the repository at this point in the history