Compare commits
No commits in common. "925f56298d798202abc37b028d08e3534e7db2e3" and "07d471bae5f866787335218a4a991243a30eec7a" have entirely different histories.
925f56298d
...
07d471bae5
|
@ -1,3 +0,0 @@
|
||||||
# Helm resources
|
|
||||||
charts/**/Chart.lock
|
|
||||||
charts/**/charts
|
|
|
@ -1,15 +0,0 @@
|
||||||
# Source Material Attribution
|
|
||||||
|
|
||||||
## k8s-at-home/library-charts
|
|
||||||
This project is based on the public archive of https://github.com/k8s-at-home/library-charts which is made available under Apache 2.0 license.
|
|
||||||
|
|
||||||
The full list of original contributors can be found in the project's [readme](ttps://github.com/k8s-at-home/library-charts#contributors-), formatted in accordance to the [all contributors](ttps://github.com/all-contributors/all-contributors) specification. The short hand list is below:
|
|
||||||
- [Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs](https://github.com/bjw-s)
|
|
||||||
- [ᗪєνιη ᗷυнʟ](https://github.com/onedr0p)
|
|
||||||
- [Angel Nunez Mencias](https://github.com/angelnu)
|
|
||||||
- [Winston R. Milling](https://winston.milli.ng/)
|
|
||||||
- [Nicholas St. Germain](https://cajun.pro/)
|
|
||||||
- [billtomturner](https://github.com/billtomturner)
|
|
||||||
- [jr0dd](https://github.com/jr0dd)- [Allen Porter](https://github.com/allenporter)
|
|
||||||
- [Alex Babel]("http://alexbabel.com")
|
|
||||||
- [Cian Gallagher](https://ciangallagher.net)
|
|
|
@ -1,9 +1,2 @@
|
||||||
# OctoCloudLab Chart Catalog Repository
|
# chart-catalog
|
||||||
|
|
||||||
This repository contains application-specific helm charts with sane default values. All the harts in this catalog are based on the octocloudlab library chart you can find here: [https://teapot.octopusx.de/octocloudlab/library-chart](https://teapot.octopusx.de/octocloudlab/library-chart).
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
To find out how to use each chart please refer to the README.md generated by helm-docs in each of the chart folders.
|
|
||||||
|
|
||||||
## Attribution
|
|
||||||
This chart repository is inspired by and borrows a lot of content from the now archived k8s-at-home repository, which is still available here: [https://github.com/k8s-at-home/charts](https://github.com/k8s-at-home/charts). For full attribution please refer to the [ATTRIBUTION.md](https://teapot.octopusx.de/octocloudlab/chart-catalog/src/branch/main/ATTRIBUTION.md) file.
|
|
|
@ -1,24 +0,0 @@
|
||||||
---
|
|
||||||
apiVersion: v2
|
|
||||||
appVersion: "v1.1.0"
|
|
||||||
description: A self-hosted open-source alternative to Copilot.
|
|
||||||
name: refact
|
|
||||||
version: 0.1.0
|
|
||||||
kubeVersion: ">= 1.16.0-0"
|
|
||||||
keywords:
|
|
||||||
- refact
|
|
||||||
- ai
|
|
||||||
- gpu
|
|
||||||
- llm
|
|
||||||
home: https://teapot.octopusx.de/octocloudlab/chart-catalog/src/branch/main/charts/refact
|
|
||||||
icon: https://github.com/smallcloudai/refact/blob/main/refact-logo.svg
|
|
||||||
sources:
|
|
||||||
- https://github.com/smallcloudai/refact
|
|
||||||
maintainers:
|
|
||||||
- name: accidentallycompetent
|
|
||||||
email: accidentallycompetent@octopusx.de
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://git.octopusx.de/api/packages/octopusx/helm
|
|
||||||
version: 4.5.2
|
|
||||||
|
|
|
@ -1,41 +0,0 @@
|
||||||
# refact
|
|
||||||
|
|
||||||
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: v1.1.0](https://img.shields.io/badge/AppVersion-v1.1.0-informational?style=flat-square)
|
|
||||||
|
|
||||||
A self-hosted open-source alternative to Copilot.
|
|
||||||
|
|
||||||
**Homepage:** <https://teapot.octopusx.de/octocloudlab/chart-catalog/src/branch/main/charts/refact>
|
|
||||||
|
|
||||||
## Maintainers
|
|
||||||
|
|
||||||
| Name | Email | Url |
|
|
||||||
| ---- | ------ | --- |
|
|
||||||
| accidentallycompetent | <accidentallycompetent@octopusx.de> | |
|
|
||||||
|
|
||||||
## Source Code
|
|
||||||
|
|
||||||
* <https://github.com/smallcloudai/refact>
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
Kubernetes: `>= 1.16.0-0`
|
|
||||||
|
|
||||||
| Repository | Name | Version |
|
|
||||||
|------------|------|---------|
|
|
||||||
| https://git.octopusx.de/api/packages/octopusx/helm | common | 4.5.2 |
|
|
||||||
|
|
||||||
## Values
|
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
|
||||||
|-----|------|---------|-------------|
|
|
||||||
| affinity | object | See values.yaml | Configures the affinity settings for the chart under this key. This can be used to force the deployment to run on a GPU-specific node. |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
|
||||||
| image.repository | string | `"smallcloud/refact_self_hosting"` | image repository |
|
|
||||||
| image.tag | string | chart.appVersion | image tag |
|
|
||||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
|
||||||
| runtimeClassName | string | See values.yaml | Configures the runtime settings for the chart under this key. This can be used to configure your GPU-specific runtime environment name to the deployment. |
|
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
|
||||||
|
|
||||||
----------------------------------------------
|
|
||||||
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
|
|
|
@ -1 +0,0 @@
|
||||||
{{- include "common.notes.defaultNotes" . -}}
|
|
|
@ -1 +0,0 @@
|
||||||
{{ include "common.all" . }}
|
|
|
@ -1,54 +0,0 @@
|
||||||
#
|
|
||||||
# IMPORTANT NOTE
|
|
||||||
#
|
|
||||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
||||||
# https://teapot.octopusx.de/octocloudlab/library-chart/src/branch/main/chart/values.yaml
|
|
||||||
#
|
|
||||||
|
|
||||||
image:
|
|
||||||
# -- image repository
|
|
||||||
repository: smallcloud/refact_self_hosting
|
|
||||||
# -- image tag
|
|
||||||
# @default -- chart.appVersion
|
|
||||||
tag: latest
|
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
# -- Configures the runtime settings for the chart under this key.
|
|
||||||
# This can be used to configure your GPU-specific runtime environment name to the deployment.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
runtimeClassName: ""
|
|
||||||
|
|
||||||
# -- Configures the affinity settings for the chart under this key.
|
|
||||||
# This can be used to force the deployment to run on a GPU-specific node.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
affinity: {}
|
|
||||||
# nodeAffinity:
|
|
||||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
# nodeSelectorTerms:
|
|
||||||
# - matchExpressions:
|
|
||||||
# - key: gpu
|
|
||||||
# operator: Exists
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
ports:
|
|
||||||
http:
|
|
||||||
port: 8008
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
# -- Enable and configure ingress settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
main:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence: {}
|
|
||||||
# perm_storage:
|
|
||||||
# enabled: false
|
|
||||||
# accessMode: ReadWriteOnce
|
|
||||||
# size: 50Gi
|
|
||||||
# mountPath: /perm_storage
|
|
Loading…
Reference in New Issue