File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : codex-pooler
33description : Self-hosted gateway for sharing Codex account capacity across trusted agents and tools
44type : application
5- version : 0.5.18
6- appVersion : " 0.4.22 "
5+ version : 0.5.19
6+ appVersion : " 0.4.23 "
77kubeVersion : " >= 1.24.0-0"
88icon : https://icoretech.github.io/helm/charts/codex-pooler/logo.png
99keywords :
@@ -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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments