Files
truecharts/charts/stable/hasty-paste/values.yaml
T
TrueCharts Bot d8c03e8c7c chore(helm): update image ghcr.io/enchant97/hasty-paste 1.10.0 → 2.0.0 (#32733)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/enchant97/hasty-paste](https://redirect.github.com/enchant97/hasty-paste)
| major | `fab6228` -> `9afbe87` |

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.0.0`](https://redirect.github.com/enchant97/hasty-paste/blob/HEAD/CHANGELOG.md#200---2025-02-27)

[Compare
Source](https://redirect.github.com/enchant97/hasty-paste/compare/v1.10.0...v2.0.0)

##### Added

-   V2 app

##### Removed

-   V1 app

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->

---------

Co-authored-by: alfi0812 <admin@alfi0812.de>
2025-03-03 11:46:53 +01:00

26 lines
661 B
YAML

image:
pullPolicy: IfNotPresent
repository: ghcr.io/enchant97/hasty-paste
tag: 2.0.0@sha256:9afbe8703bb91ceb3b1e8de526155a980359981e838a42ded97548ef89b26869
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 }}"