Skip to content

fix(forgejo): pass Valkey Redis URLs via env vars#48

Merged
turtton merged 1 commit into
mainfrom
fix/forgejo-valkey-auth
May 31, 2026
Merged

fix(forgejo): pass Valkey Redis URLs via env vars#48
turtton merged 1 commit into
mainfrom
fix/forgejo-valkey-auth

Conversation

@turtton

@turtton turtton commented May 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • Helm valuesの$(VALKEY_PASSWORD)はリテラル文字列としてapp.iniに書き込まれてしまう
  • FORGEJO__cache__HOST等をadditionalConfigFromEnvsで渡し、KubernetesのPod env展開で$(VALKEY_PASSWORD)を解決
  • エラー: WRONGPASS invalid username-password pair or user is disabled

… interpolation

Helm values are written as literals into app.ini, so $(VALKEY_PASSWORD)
was not expanded. Use FORGEJO__cache__HOST etc. via additionalConfigFromEnvs
which leverages Kubernetes env var interpolation.
@github-actions

Copy link
Copy Markdown
Contributor

✅ Validation passed

Validation output
Summary: 39 resources found parsing stdin - Valid: 28, Invalid: 0, Errors: 0, Skipped: 11

@turtton turtton merged commit 7b00939 into main May 31, 2026
1 check passed
@turtton turtton deleted the fix/forgejo-valkey-auth branch May 31, 2026 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant