Compare commits
No commits in common. "ac27e41fdeaf4ac46b679a00e212b788b3feda92" and "de2250f667f344ccfd03e8986220eb3d1c064337" have entirely different histories.
ac27e41fde
...
de2250f667
2 changed files with 1589 additions and 1904 deletions
|
|
@ -17,14 +17,7 @@ resource "helm_release" "external_secrets" {
|
|||
namespace = kubernetes_namespace.external_secrets.metadata[0].name
|
||||
repository = "https://charts.external-secrets.io"
|
||||
chart = "external-secrets"
|
||||
# ESO 0.12->2.6 migration (2026-06-21, docs/plans/2026-06-21-eso-0.12-to-2.x-migration-design.md).
|
||||
# Stepped one minor at a time on k8s 1.34; rewrite all 104 CRs v1beta1->v1 at 0.16.2 before 0.17.
|
||||
version = "0.16.2"
|
||||
|
||||
# Added for the migration: auto-rollback a failed hop's helm upgrade (ESO had no
|
||||
# rollback safety net) and wait for the controller Deployment to be Ready first.
|
||||
atomic = true
|
||||
timeout = 600
|
||||
version = "0.12.1"
|
||||
|
||||
values = [yamlencode({
|
||||
installCRDs = true
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue