Skip to content

Commit dd259d9

Browse files
chore: bump versions and rename AWS_BEDROCK_ENDPOINT to AWS_BEDROCK_OPENAI_ENDPOINT (#128)
1 parent ab2eaf7 commit dd259d9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composio/templates/apollo/apollo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ spec:
177177
value: {{ .Values.aws.bedrock.region }}
178178
{{- end }}
179179
{{- if .Values.aws.bedrock.endpoint }}
180-
- name: AWS_BEDROCK_ENDPOINT
180+
- name: AWS_BEDROCK_OPENAI_ENDPOINT
181181
value: {{ .Values.aws.bedrock.endpoint }}
182182
{{- end }}
183183
{{- if .Values.apollo.env }}

composio/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ apollo:
131131
# -- Apollo image repository
132132
repository: composio-self-host/apollo
133133
# -- Apollo image tag
134-
tag: "r20260212_01"
134+
tag: "r20260216_01"
135135
# -- Image pull policy
136136
pullPolicy: Always
137137

@@ -167,7 +167,7 @@ apollo:
167167
# -- Database init image repository
168168
repository: composio-self-host/apollo-db-init
169169
# -- Database init image tag
170-
tag: "r20260212_01"
170+
tag: "r20260216_01"
171171
# -- Image pull policy
172172
pullPolicy: Always
173173

@@ -321,7 +321,7 @@ thermos:
321321
# -- Thermos image repository
322322
repository: composio-self-host/thermos
323323
# -- Thermos image tag
324-
tag: "r20260212_01"
324+
tag: "r20260216_01"
325325
# -- Image pull policy
326326
pullPolicy: Always
327327

@@ -334,7 +334,7 @@ thermos:
334334
# -- Database init image repository
335335
repository: composio-self-host/thermos-db-init
336336
# -- Database init image tag
337-
tag: "r20260212_01"
337+
tag: "r20260216_01"
338338
# -- Image pull policy
339339
pullPolicy: Always
340340

@@ -955,7 +955,7 @@ mercury:
955955
# -- Mercury image repository
956956
repository: composio-self-host/mercury
957957
# -- Mercury image tag
958-
tag: "r20260212_01"
958+
tag: "r20260216_01"
959959
# -- Image pull policy
960960
pullPolicy: Always
961961

@@ -1068,7 +1068,7 @@ frontend:
10681068
# -- Frontend image repository
10691069
repository: composio-self-host/frontend
10701070
# -- Frontend image tag
1071-
tag: "r20260212_01"
1071+
tag: "r20260216_01"
10721072
# -- Image pull policy
10731073
pullPolicy: Always
10741074
# Frontend service configuration
@@ -1126,7 +1126,7 @@ weaviate:
11261126
# -- Weaviate image repository
11271127
repository: composio-self-host/weaviate
11281128
# -- Weaviate image tag
1129-
tag: "r20260212_01"
1129+
tag: "r20260216_01"
11301130
# -- Image pull policy
11311131
pullPolicy: Always
11321132
# Weaviate service configuration

0 commit comments

Comments
 (0)