Files
truecharts/charts/stable/shlink/values.yaml
T
TrueCharts BotandGitHub 25282c9c60 chore(helm): update image docker.io/shlinkio/shlink 4.2.4 → 4.2.5 (#28757)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/shlinkio/shlink](https://redirect.github.com/shlinkio/shlink)
| patch | `9f2f42d` -> `bbda5cf` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

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

---

### Release Notes

<details>
<summary>shlinkio/shlink (docker.io/shlinkio/shlink)</summary>

###
[`v4.2.5`](https://redirect.github.com/shlinkio/shlink/blob/HEAD/CHANGELOG.md#425---2024-11-03)

[Compare
Source](https://redirect.github.com/shlinkio/shlink/compare/v4.2.4...v4.2.5)

##### Added

-   *Nothing*

##### Changed

-   Update to Shlink PHP coding standard 2.4

##### Deprecated

-   *Nothing*

##### Removed

-   *Nothing*

##### Fixed

-
[#&#8203;2244](https://redirect.github.com/shlinkio/shlink/issues/2244)
Fix integration with Redis 7.4 and Valkey.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-03 13:22:22 +01:00

63 lines
1.6 KiB
YAML

image:
repository: docker.io/shlinkio/shlink
pullPolicy: IfNotPresent
tag: 4.2.5@sha256:bbda5cf395f0820faf008b91c63081efa580bc275dc9495d0032bf9148c502ab
service:
main:
ports:
main:
port: 10153
cnpg:
main:
enabled: true
user: shlink
database: shlink
redis:
enabled: true
includeCommon: true
redisUsername: "default"
portal:
open:
enabled: false
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/rest/health"
readiness:
path: "/rest/health"
startup:
path: "/rest/health"
env:
DEFAULT_DOMAIN: ""
GEOLITE_LICENSE_KEY: ""
ANONYMIZE_REMOTE_ADDR: true
ENABLE_PERIODIC_VISIT_LOCATE: true
IS_HTTPS_ENABLED: true
PORT: "{{ .Values.service.main.ports.main.port }}"
DB_DRIVER: "postgres"
DB_USER: "{{ .Values.cnpg.main.user }}"
DB_NAME: "{{ .Values.cnpg.main.database }}"
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
REDIS_SERVERS:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url