fix(infra): bump Gitea chart 10.x → 12.x to fix ImagePullBackOff
Chart 10.x pinned bitnami/redis-cluster:7.2.3-debian-11 and bitnami/postgresql-repmgr:16.1.0-debian-11 — both removed from Docker Hub by Bitnami. Chart 12.x replaces Redis with Valkey and uses bitnamilegacy/ images that are still available. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
079ffae90b
commit
3c981b6ba4
@ -15,7 +15,7 @@ resource "helm_release" "gitea" {
|
|||||||
namespace = kubernetes_namespace.domains["gitea"].metadata[0].name
|
namespace = kubernetes_namespace.domains["gitea"].metadata[0].name
|
||||||
repository = "https://dl.gitea.com/charts/"
|
repository = "https://dl.gitea.com/charts/"
|
||||||
chart = "gitea"
|
chart = "gitea"
|
||||||
version = "~> 10.0"
|
version = "~> 12.0"
|
||||||
atomic = true
|
atomic = true
|
||||||
timeout = 300
|
timeout = 300
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user