Compare commits

..

No commits in common. "664db6c67868d282247894a1667ad4b2feeef0ef" and "1c9ce4af94978a402ef2ed39f67f8a1264e47796" have entirely different histories.

2 changed files with 3 additions and 11 deletions

View File

@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Push Helm Chart to Gitea Registry - refact - name: Push Helm Chart to Gitea Registry
uses: bsord/helm-push@v4.1.0 uses: bsord/helm-push@v4.1.0
with: with:
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
@ -21,7 +21,7 @@ jobs:
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm' registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
force: true force: true
chart-folder: charts/refact chart-folder: charts/refact
- name: Push Helm Chart to Gitea Registry - linkwarden - name: Push Helm Chart to Gitea Registry
uses: bsord/helm-push@v4.1.0 uses: bsord/helm-push@v4.1.0
with: with:
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}
@ -29,11 +29,3 @@ jobs:
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm' registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
force: true force: true
chart-folder: charts/linkwarden chart-folder: charts/linkwarden
- name: Push Helm Chart to Gitea Registry - refact-chatbot-ui
uses: bsord/helm-push@v4.1.0
with:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PUBLIC_PACKAGE_WRITE }}
registry-url: 'https://teapot.octopusx.de/api/packages/octocloudlab/helm'
force: true
chart-folder: charts/refact-chatbot-ui

View File

@ -18,7 +18,7 @@ image:
# This can be used to configure the location of your refact API # This can be used to configure the location of your refact API
# @default -- See values.yaml # @default -- See values.yaml
env: {} env: {}
# OPENAI_API_HOST: "http://refact.default.svc.cluster.local:8008" # OPENAI_API_HOST: "http://mrefact.default.svc.cluster.local:8008"
# OPENAI_API_KEY: "dummy" # OPENAI_API_KEY: "dummy"
# DEFAULT_MODEL: "llama2/7b" # DEFAULT_MODEL: "llama2/7b"