many tiny fixes for restores, refreshes of all apps, and fixes to libretranslate, peertube, and grafana-stack #84
No reviewers
Labels
No labels
TUI
bug
docs
duplicate
enhancement
help wanted
invalid
major
question
secrets
wontfix
bug
docs
duplicate
enhancement
help wanted
invalid
major
minor
patch
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
oeng/smol-k8s-lab!84
Loading…
Reference in a new issue
No description provided.
Delete branch "update-basic-argocd-install"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
use
.get()instead of direct dictionary queries for argocd install_app method parsing of the argo section of the app files (important fordirectory_recursionparam)set
restore.enabled=falsefor default libretranslate app configalways run
external_secrets.set_app("libretranslate", cfg)when configuring libretranslatebump patch versions of deps: zensical, rich-subproc, and bitwarden-wrapper
don't fail if there's no OIDC setup for the core app set (just log a debug line that it's not setup when it comes to ArgoCD app refreshes)
Always return the external_secrets object out of the zitadel run, even if zitadel is disabled for this environment
add a
while trueloop for trying to initialize openbao, just in case the pod isn't up initiallymake the secrets for peertube more consistent and use the external_secrets.provider variable to determine if we run bitwarden specific conditionals
query app credentials by their full names and clean up how we log and output special case credentials for default apps
clean up the grafana stack to always search for app name
grafana-stack. Also fix the conditionals that were a bit wordy.fix the wait for seaweedfs to be back up after a restore to use the
app_fullnameuse .get instead of direct query of install dict for plain argocd installs; bump patch versions zensical, rich-subproc, and bitwarden-wrapperto many tiny fixes for restores, refreshes of all apps, and fixes to libretranslate, peertube, and grafana-stack