Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.8
1.11.12
4 changes: 2 additions & 2 deletions charts/collate-ai-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: collate-ai-proxy
description: Helm chart for deploying the Collate AI Proxy
type: application
version: "1.11.8"
appVersion: "1.11.8"
version: "1.11.12"
appVersion: "1.11.12"
home: https://github.com/open-metadata/collate-ai-proxy-helm-chart
sources:
- https://github.com/open-metadata/collate-ai-proxy-helm-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/collate-ai-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
# Repository hosting the CAIP image.
repository: "118146679784.dkr.ecr.eu-west-1.amazonaws.com/collate/ai-proxy"
# Image tag to deploy; defaults to chart appVersion when empty.
tag: "om-1.11.8-cl-1.11.8"
tag: "om-1.11.12-cl-1.11.12"
# Kubernetes image pull policy for the CAIP container.
pullPolicy: IfNotPresent
# Default AWS region override used when interacting with providers like Bedrock.
Expand Down