Files
truecharts/charts/stable/fleet/values.yaml
T
TrueCharts Bot 47c4287d18 chore(deps): update container image ghcr.io/linuxserver/fleet to 2.3.3@b32c26c by renovate (#27273)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/fleet](https://redirect.github.com/linuxserver/docker-fleet/packages)
([source](https://redirect.github.com/linuxserver/docker-fleet)) |
digest | `243323c` -> `b32c26c` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-10-04 17:15:27 +02:00

57 lines
1.3 KiB
YAML

image:
repository: ghcr.io/linuxserver/fleet
pullPolicy: IfNotPresent
tag: 2.3.3@sha256:b32c26cd1815b11cc18847dab1e0ee3276ee1680b92d0675f7a885fa2483b770
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
fleet_admin_authentication_type: DATABASE
fleet_database_username: fleet
fleet_database_url:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: jdbc-mariadb
fleet_database_password: "{{ .Values.mariadb.password }}"
# secretEnv:
service:
main:
ports:
main:
targetPort: 8080
port: 10145
persistence:
config:
enabled: true
mountPath: /config
varrun:
enabled: true
mariadb:
enabled: true
includeCommon: true
mariadbUsername: fleet
mariadbDatabase: fleet
portal:
open:
enabled: true