Files
truecharts/charts/stable/yourls/values.yaml
T
TrueCharts BotandGitHub 54edd086e6 chore(helm): update image yourls digest to 1d6739f (#28529)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| yourls | digest | `33dd7da` -> `1d6739f` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzMuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-29 09:26:35 +01:00

35 lines
714 B
YAML

image:
pullPolicy: IfNotPresent
repository: yourls
tag: latest@sha256:1d6739f51f42b2d6ec006881fd516d47759f18bc4b303716d921d4c832a69835
persistence: {}
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 80
protocol: tcp
targetPort: 80
workload:
main:
podSpec:
containers:
main:
env:
YOURLS_DB_HOST: ""
YOURLS_DB_NAME: ""
YOURLS_DB_PASS: ""
YOURLS_HOURS_OFFSET: ""
YOURLS_PASS: ""
YOURLS_PRIVATE: ""
YOURLS_SITE: ""
YOURLS_USER: ""