diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index 71fabf8..45801c2 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -30,6 +30,8 @@ jobs: update-submodules: name: update-submodules runs-on: ubuntu-latest + permissions: + contents: write steps: - name: checkout uses: actions/checkout@v4 diff --git a/Tiltfile b/Tiltfile index 397aa86..a5e62be 100644 --- a/Tiltfile +++ b/Tiltfile @@ -466,7 +466,7 @@ k8s_resource( ######################################################################################################################## k8s_resource( - "rag-langfuse", + "rag-langfuse-web", port_forwards=[ port_forward( 3000, diff --git a/rag-core-library b/rag-core-library index 28353d3..5c16ffe 160000 --- a/rag-core-library +++ b/rag-core-library @@ -1 +1 @@ -Subproject commit 28353d375b9b59e92b47c9f074555da7b40af69c +Subproject commit 5c16ffe9caca6787b5e94a09a0aec9b902aba735 diff --git a/rag-infrastructure b/rag-infrastructure index 0247f68..c4d81eb 160000 --- a/rag-infrastructure +++ b/rag-infrastructure @@ -1 +1 @@ -Subproject commit 0247f683bb28dd97dc6f214a7964887577bcb2e8 +Subproject commit c4d81eb9f7ffe084afacc7dca408d4fc196fafe2