Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 4370b0c

Browse files
committed
code cleanup
1 parent 459b666 commit 4370b0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ignore temporary artifact files that users may create
2-
infra/managed-app/artifacts/graphrag/*
3-
infra/managed-app/openapi.json
2+
infra/managed-app/artifacts/graphrag/
3+
openapi.json
44

55
# ignore vscode config files
66
.vscode/

infra/managed-app/artifacts/scripts/updategraphrag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
2828

2929
# Update Helm repos
3030
helm repo update
31-
helm pull oci://graphrag.azurecr.io/graphrag --untar
31+
helm pull oci://graphrag.azurecr.io/graphrag --untar
3232

3333
helm upgrade -i graphrag ./graphrag -f ./graphrag/values.yaml \
3434
--namespace $aksNamespace --create-namespace \

0 commit comments

Comments
 (0)