Skip to content

Commit

Permalink
Fix CD test issue.
Browse files Browse the repository at this point in the history
Signed-off-by: ZePan110 <[email protected]>
  • Loading branch information
ZePan110 committed Feb 6, 2025
1 parent fa01f46 commit 8beb8ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/_run-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,9 @@ jobs:
if [[ "${service,,}" == *"third_parties"* ]]; then
CHART_NAME="$(echo "${service,,}"|cut -d'/' -f2)" # bridgetower
else
CHART_NAME="${service_name}" # agent
CHART_NAME="${service_name}" # web_retrievers
fi
CHART_NAME=$(echo "$CHART_NAME" | tr -cd 'a-z0-9')
echo "service_name=$service_name" >> $GITHUB_ENV
echo "CHART_NAME=$CHART_NAME" >> $GITHUB_ENV
echo "RELEASE_NAME=${CHART_NAME}$(date +%d%H%M%S)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion comps/guardrails/deployment/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

```
export HFTOKEN="insert-your-huggingface-token-here"
helm install guardrails oci://ghcr.io/opea-project/charts/guardrails --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f cpu-values.yaml
helm install guardrails oci://ghcr.io/opea-project/charts/guardrails-usvc --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f cpu-values.yaml
```

0 comments on commit 8beb8ed

Please sign in to comment.