44491da926
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/enchant97/hasty-paste](https://redirect.github.com/enchant97/hasty-paste) | patch | `b6d7f30` → `16e706f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>enchant97/hasty-paste (ghcr.io/enchant97/hasty-paste)</summary> ### [`v2.3.1`](https://redirect.github.com/enchant97/hasty-paste/blob/HEAD/CHANGELOG.md#231---2026-03-29) [Compare Source](https://redirect.github.com/enchant97/hasty-paste/compare/v2.3.0...v2.3.1) ##### Changed - Switch to node v24 - Bump deps </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaGFzdHktcGFzdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
27 lines
714 B
YAML
27 lines
714 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/enchant97/hasty-paste
|
|
tag: 2.3.1@sha256:16e706f080e6b9b440b57a7b240349611448b5a70125a56fe76c644e951d15a7
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /opt/hasty-paste/data
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10601
|
|
protocol: http
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PUBLIC_URL: "http://example.com"
|
|
# Secrets can be generated by this command: openssl rand -base64 32
|
|
AUTH_TOKEN_SECRET: ""
|
|
SESSION_SECRET: ""
|
|
BIND__PORT: "{{ .Values.service.main.ports.main.port }}"
|