Skip to content

Commit 2fd35e3

Browse files
committed
Pin kitconcept.solr artifacts to the feature-ai-rag tip
Picks up kitconcept/kitconcept.solr#109 (solr-update-core-and-start no longer overridden; conf refreshed on existing cores): - backend: uv.lock refreshed, kitconcept-solr now locked to 826383b9 - frontend: volto-solr pinned by sha in mrs.developer.json instead of floating on the branch - solr image: SOLR_TAG default changed from the floating feature-ai-rag tag to sha-826383b (verified present in ghcr, built from the merge commit by a green Solr image workflow run)
1 parent 13c5c4c commit 2fd35e3

7 files changed

Lines changed: 7 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the kitconcept.solr pin to the feature-ai-rag tip, picking up solr-update-core-and-start no longer being overridden (kitconcept/kitconcept.solr#107). @reekitconcept

backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devops/stacks/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
- ${STACK_NAME}-tika
9898

9999
solr:
100-
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
100+
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
101101
command:
102102
- solr-update-core-and-start
103103
environment:

devops/stacks/persistent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ services:
132132
- ${STACK_NAME}-tika
133133

134134
solr:
135-
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
135+
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
136136
command:
137137
- solr-update-core-and-start
138138
environment:

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ x-tika: &tika
5252
- 9998:9998
5353

5454
x-solr: &solr
55-
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
55+
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
5656
platform: linux/amd64
5757
ports:
5858
- 8983:8983

frontend/mrs.developer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"url": "git@github.com:kitconcept/kitconcept.solr.git",
136136
"https": "https://github.com/kitconcept/kitconcept.solr.git",
137137
"path": "frontend/packages/volto-solr",
138-
"branch": "feature-ai-rag"
138+
"tag": "826383b96aa854ab787efc276320f2093422cc48"
139139
},
140140
"volto-contact-block": {
141141
"develop": true,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin volto-solr by sha in mrs.developer.json instead of floating on the feature-ai-rag branch (kitconcept/kitconcept.solr#107). @reekitconcept

0 commit comments

Comments
 (0)