Skip to content

Commit 16133f1

Browse files
authored
fix(forgejo): bump chart targetRevision 13.1.0 -> 17.0.1 (#29)
Chart version 13.1.0 doesn't exist in the OCI registry; ArgoCD's repo-server failed with `code.forgejo.org/forgejo-helm/forgejo:13.1.0: not found`. Latest is 17.0.1 — switch to it. `gitea.oauth[].existingSecret` is still the supported API in this version, so no values changes needed. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 303eb92 commit 16133f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

operators/forgejo/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
source:
1515
chart: forgejo
1616
repoURL: code.forgejo.org/forgejo-helm
17-
targetRevision: 13.1.0
17+
targetRevision: 17.0.1
1818
helm:
1919
releaseName: forgejo
2020
valuesObject:

0 commit comments

Comments
 (0)