Giter Club home page Giter Club logo

helm's Introduction

iCoreTech Helm Charts Repository

Artifact Hub

Welcome to the iCoreTech Helm Charts repository! This repository hosts a collection of Helm charts for various applications and utilities to streamline your Kubernetes deployments.

Available Charts

For detailed information on the individual charts and their usage, please navigate to the charts subdirectory.

  • Airbroke: A modern, React-based open-source error catcher web application.
  • pgBouncer: A lightweight connection pooler for PostgreSQL.
  • ChatGPT Retrieval Plugin: A Helm chart for deploying the ChatGPT Retrieval Plugin.
  • Next.js: Generic, no-database Helm chart for Next.js standalone apps.

Getting Started

To use the iCoreTech Helm charts, you can add the iCoreTech Helm repository to your local Helm setup:

helm repo add icoretech https://icoretech.github.io/helm
helm repo update

Once you have added the repository, you can browse and search for charts using the Artifact Hub or the Helm CLI.

Contributing

If you encounter any issues or have suggestions for improvements, please feel free to open an issue on the GitHub repository. Contributions in the form of bug reports, feature requests, or pull requests are always welcome!

License

The Helm charts in this repository are released under the MIT License. Please review the specific license for each chart in their respective subdirectories.

Happy Helm charting!

helm's People

Contributors

masterkain avatar shkrid avatar kriska avatar huehnerhose avatar

Stargazers

Michael Jakl avatar

Watchers

 avatar Valerio Chiodino avatar fatshotty avatar James Cloos avatar  avatar

helm's Issues

GPT retrieval chart requires BEARER_TOKEN and OPENAI_API_KEY to be plain text

Currently,
When I use the gpt-retrieval-plugin chart as a dependency:

apiVersion: v2
name: my-deployment
type: application
version: 0.0.1
dependencies:
- name: chatgpt-retrieval-plugin
  alias: gptretrieval
  version: 0.0.18
  repository: https://icoretech.github.io/helm
  condition: gptretrieval.enabled

and I configure it in the values.yaml file:

gptretrieval:
  enabled: true
  web:
    image: ghcr.io/icoretech/chatgpt-retrieval-plugin-docker:weaviate-e8fda70-1690594131
    extraEnvs:
      - name: DATASTORE
        value: weaviate
      - name: WEAVIATE_URL
        value: http://weaviate:80
      - name: BEARER_TOKEN
        value: blabla
      - name: OPENAI_API_KEY
        value: blabla

I need to provide the BEARER_TOKEN and OPENAI_API_KEY directly in plain text.

This exposes my configurations and although they are later wrapped as a secret.
They are also present as a plain text in my values file.

It would be much more useful if either:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.