add refact-chatbot-ui to gha and fix type #11
| 
						 | 
					@ -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
 | 
					      - name: Push Helm Chart to Gitea Registry - refact
 | 
				
			||||||
        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
 | 
					      - name: Push Helm Chart to Gitea Registry - linkwarden
 | 
				
			||||||
        uses: bsord/helm-push@v4.1.0
 | 
					        uses: bsord/helm-push@v4.1.0
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          username: ${{ secrets.USERNAME }}
 | 
					          username: ${{ secrets.USERNAME }}
 | 
				
			||||||
| 
						 | 
					@ -29,3 +29,11 @@ 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
 | 
				
			||||||
| 
						 | 
					@ -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://mrefact.default.svc.cluster.local:8008"
 | 
					  # OPENAI_API_HOST: "http://refact.default.svc.cluster.local:8008"
 | 
				
			||||||
  # OPENAI_API_KEY: "dummy"
 | 
					  # OPENAI_API_KEY: "dummy"
 | 
				
			||||||
  # DEFAULT_MODEL: "llama2/7b"
 | 
					  # DEFAULT_MODEL: "llama2/7b"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user