f5b0790eec
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/portainer/portainer-ee](https://www.portainer.io) | minor | `704f5fa` → `43a6b52` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9wb3J0YWluZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
77 lines
1.5 KiB
YAML
77 lines
1.5 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/portainer/portainer-ce
|
|
tag: 2.42.0@sha256:c3c919ec68d130cbcb837693420592b91afd320b28b492c16c84ec5561bbf095
|
|
pullPolicy: IfNotPresent
|
|
beImage:
|
|
repository: docker.io/portainer/portainer-ee
|
|
tag: 2.42.0@sha256:43a6b52448a0115e13e3cb7009cb3de3a1c0d5ed2e189d5eb2a4dc3c9dfc0dd6
|
|
pullPolicy: IfNotPresent
|
|
portainer:
|
|
# Logo URL
|
|
logo: ""
|
|
# Enables Edge Compute Features
|
|
edge_compute: false
|
|
# Sets Snapshot interval
|
|
snapshot_interval: 5m
|
|
hide_labels:
|
|
# - label1=value1
|
|
# - label2=value2
|
|
serviceAccount:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
rbac:
|
|
main:
|
|
enabled: true
|
|
primary: true
|
|
clusterWide: true
|
|
rules:
|
|
- apiGroups:
|
|
- "*"
|
|
resources:
|
|
- "*"
|
|
verbs:
|
|
- "*"
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10400
|
|
protocol: https
|
|
targetPort: 9443
|
|
edge:
|
|
enabled: true
|
|
ports:
|
|
edge:
|
|
enabled: true
|
|
port: 10401
|
|
targetPort: 10401
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
cache:
|
|
enabled: true
|
|
mountPath: "/.cache"
|
|
type: emptyDir
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
automountServiceAccountToken: true
|
|
containers:
|
|
main:
|
|
imageSelector: image
|
|
probes:
|
|
liveness:
|
|
port: 9443
|
|
type: https
|
|
readiness:
|
|
port: 9443
|
|
type: https
|
|
startup:
|
|
port: 9443
|
|
type: https
|
|
updated: true
|