Files
truecharts/charts/stable/fleet/values.yaml
TrueCharts Bot 7ff7d6a458 chore(deps): update container image tccr.io/truecharts/fleet to 2.3.3 (#8224)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/truecharts/fleet](https://togithub.com/truecharts/containers)
| digest | `24e44f2` -> `fa1194e` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-27 06:30:39 +02:00

65 lines
1.4 KiB
YAML

image:
repository: tccr.io/truecharts/fleet
pullPolicy: IfNotPresent
tag: 2.3.3@sha256:fa1194edf523f4a23884e3efa4ea4125992aed2f0d75fb6f68760bac71e77a26
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:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: mariadb-password
# secretEnv:
service:
main:
ports:
main:
targetPort: 8080
port: 10145
persistence:
config:
enabled: true
mountPath: /config
varrun:
enabled: true
mariadb:
enabled: true
mariadbUsername: fleet
mariadbDatabase: fleet
portal:
open:
enabled: true