Skip to content

Commit 4588fed

Browse files
haimariclaude
andcommitted
feat: Update Helm chart to use caching solution image
- Update image tag to start-io-7478bda2 (contains AD caching fix) - Bump chart version to 0.1.25 to trigger Flux rebuild - This deploys the availability domain caching and request deduplication fix - Should resolve HTTP 429 rate limiting on OCI Identity Service 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7478bda commit 4588fed

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎helm/karpenter-oci/Chart.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: karpenter-oci
33
description: Karpenter with OCI provider support for Oracle Kubernetes Engine (OKE)
44
type: application
5-
version: 0.1.24
6-
appVersion: "start-io-0207893"
5+
version: 0.1.25
6+
appVersion: "start-io-7478bda2"
77
home: https://github.com/startappdev/karpenter
88
sources:
99
- https://github.com/startappdev/karpenter

‎helm/karpenter-oci/values.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
# -- Image pull policy
1212
pullPolicy: IfNotPresent
1313
# -- Image tag override (defaults to chart appVersion if not set)
14-
tag: "start-io-c9860c1"
14+
tag: "start-io-7478bda2"
1515

1616
# -- Image pull secrets for private registries
1717
imagePullSecrets:

0 commit comments

Comments
 (0)