Skip to content

Commit 9641ea0

Browse files
decebalclaude
andcommitted
fix: bump K8s manifest image tags to 0.14.1
The v0.14.1 release missed updating K8s deployment manifests, causing the version consistency check to fail in CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 761cfe8 commit 9641ea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/k8s/core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
fsGroup: 1000
4040
containers:
4141
- name: core
42-
image: allsource/core:0.14.0
42+
image: allsource/core:0.14.1
4343
imagePullPolicy: IfNotPresent
4444
ports:
4545
- name: http

deploy/k8s/query-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
fsGroup: 1000
3838
containers:
3939
- name: query-service
40-
image: allsource/query-service:0.14.0
40+
image: allsource/query-service:0.14.1
4141
imagePullPolicy: IfNotPresent
4242
ports:
4343
- name: http

0 commit comments

Comments
 (0)