Skip to content

Commit fdd10e7

Browse files
committed
chore(codex-pooler): update app image to 0.4.23
Release chart 0.5.19 with the quota evidence fix and bring the runtime image contract assertions forward to the current app version.
1 parent 3ef802b commit fdd10e7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/codex-pooler/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: codex-pooler
33
description: Self-hosted gateway for sharing Codex account capacity across trusted agents and tools
44
type: application
5-
version: 0.5.18
6-
appVersion: "0.4.22"
5+
version: 0.5.19
6+
appVersion: "0.4.23"
77
kubeVersion: ">= 1.24.0-0"
88
icon: https://icoretech.github.io/helm/charts/codex-pooler/logo.png
99
keywords:
@@ -27,5 +27,5 @@ annotations:
2727
url: https://icoretech.github.io/helm/pgp-public-key.asc
2828
artifacthub.io/images: |
2929
- name: codex-pooler
30-
image: ghcr.io/icoretech/codex-pooler:0.4.22
30+
image: ghcr.io/icoretech/codex-pooler:0.4.23
3131
artifacthub.io/category: ai-machine-learning

charts/codex-pooler/tests/runtime_contract_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@ tests:
2424
asserts:
2525
- equal:
2626
path: spec.template.spec.containers[0].image
27-
value: ghcr.io/icoretech/codex-pooler:0.4.5
27+
value: ghcr.io/icoretech/codex-pooler:0.4.23
2828

2929
- it: defaults the worker image tag to chart appVersion instead of latest
3030
template: oban-worker-deployment.yaml
3131
asserts:
3232
- equal:
3333
path: spec.template.spec.containers[0].image
34-
value: ghcr.io/icoretech/codex-pooler:0.4.5
34+
value: ghcr.io/icoretech/codex-pooler:0.4.23
3535

3636
- it: defaults the scheduler image tag to chart appVersion instead of latest
3737
template: oban-scheduler-deployment.yaml
3838
asserts:
3939
- equal:
4040
path: spec.template.spec.containers[0].image
41-
value: ghcr.io/icoretech/codex-pooler:0.4.5
41+
value: ghcr.io/icoretech/codex-pooler:0.4.23
4242

4343
- it: defaults the migration image tag to chart appVersion instead of latest
4444
template: migration-job.yaml
4545
asserts:
4646
- equal:
4747
path: spec.template.spec.containers[0].image
48-
value: ghcr.io/icoretech/codex-pooler:0.4.5
48+
value: ghcr.io/icoretech/codex-pooler:0.4.23
4949

5050
- it: allows overriding the runtime image tag explicitly
5151
template: app-deployment.yaml

0 commit comments

Comments
 (0)