Automated Manifest Update (#5078)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

### Details
- **Trigger**: `pull_request` by `@alexlebens`
- **Commit**: `f3dcecd` (on `f3dcecdd51c204610bbf8e8233924cc491a7c6c7`)
- **Charts Updated**: `komodo`

Reviewed-on: #5078
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #5078.
This commit is contained in:
2026-03-24 19:07:34 +00:00
committed by Alex Lebens
parent 75fe659cff
commit 06066158ab
8 changed files with 286 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ spec:
name: komodo-secret
- name: KOMODO_OIDC_USE_FULL_EMAIL
value: "true"
image: ghcr.io/moghtech/komodo-core:1.19.5
image: ghcr.io/moghtech/komodo-core:2.0.0@sha256:3cc134272b39313ae1fb34ea8a3c8a0c2f629a3c2eeaf71258702159f154f9e9
imagePullPolicy: IfNotPresent
name: main
resources:
@@ -112,12 +112,17 @@ spec:
volumeMounts:
- mountPath: /repo-cache
name: cache
- mountPath: /config/keys
name: keys
- mountPath: /syncs
name: syncs
volumes:
- name: cache
persistentVolumeClaim:
claimName: komodo-cache
- name: keys
persistentVolumeClaim:
claimName: komodo-keys
- name: syncs
persistentVolumeClaim:
claimName: komodo-syncs