fix(codeproject-ai-server): Fix Images (#22581)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  https://github.com/truecharts/charts/issues/21457

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
alfi0812 2024-05-29 13:40:35 +02:00 committed by GitHub
parent c46d8a9512
commit e26f3e4444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server - https://github.com/truecharts/charts/tree/master/charts/stable/codeproject-ai-server
- https://hub.docker.com/r/codeproject/ai-server - https://hub.docker.com/r/codeproject/ai-server
type: application type: application
version: 3.0.9 version: 3.1.9

View File

@ -1,15 +1,15 @@
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: codeproject/ai-server repository: codeproject/ai-server
tag: cpu-2.5.1@sha256:4ac7e0ace01abdb26e6d1876011a95f9f294352abd23936e4c6040f23582ed9f tag: cpu-2.6.5@sha256:181c85af30bb464a1ad5db396ba0803ec82d9f912e54ff751f171f3342d27489
gpu12Image: gpu12Image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: codeproject/ai-server repository: codeproject/ai-server
tag: cuda12_2-2.5.1@sha256:c846c67adb140912ff344a7ba57b3498019d18dfeaf70a32ab68ff389db74efd tag: cuda12_2@sha256:fd128680364bf9e314b5ed44da1eb0f93534c9284f7e742849f397d2286a0055
gpu11Image: gpu11Image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: codeproject/ai-server repository: codeproject/ai-server
tag: cuda11_7-2.5.1@sha256:b48a17af31d10b839baaa07495449bb185493e0d90d88520bd6d6339e6a168cf tag: cuda11_7@sha256:49d862f7bf8e1220ad1d58c3c0ba43dea0a7a512d1965730438094abb3d402f8
securityContext: securityContext:
container: container: