• 8.5.1 5c4f31eb3f

    8.5.1 Stable

    forgejo released this 2026-05-18 08:25:02 +00:00 | 302 commits to main since this release

    fix default config to call pvc_storage_class storage_class instead: git.smallhack.org/small-hack/smol-k8s-lab@5c4f31eb3f

    Your config should now read something like this:

    # anything here gets set for all apps if you're using our default repos
    apps_global_config:
      # setting this changes all the below domains to use the following cluster_issuer
      # change to letsencrypt-prod when you're ready to go live with your infra
      cluster_issuer: "letsencrypt-staging"
      # change to your tz: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
      time_zone: "Europe/Amsterdam"
      # always deploy extnernal secrets. *Must be a string of either:
      # ""           - don't use external secrets
      # "bitwarden"  - use bitwarden for external secrets
      # "openbao"    - (coming soon!) use openbao (a fork of vault) for external secrets
      external_secrets: "bitwarden"
      # the default storage class you want to use for the creation of all Persistent Volume claims
      # it defaults to local-path, but you can set it to longhorn or whatever you'd like :)
      # for storage classes see:
      storage_class: "local-path"
    
    Downloads