This PR contains the following updates: | Package | Update | Change | |---|---|---| | portainer/portainer-ce | patch | `2.20.0` -> `2.20.1` | | portainer/portainer-ee | patch | `2.20.0` -> `2.20.1` | --- > [!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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
78 lines
1.5 KiB
YAML
78 lines
1.5 KiB
YAML
image:
|
|
repository: portainer/portainer-ce
|
|
tag: 2.20.1@sha256:052939c971eb602a56665a6c6e2538dddb3ecdc6f0d0a5f324a4967a74d9c72c
|
|
pullPolicy: IfNotPresent
|
|
beImage:
|
|
repository: portainer/portainer-ee
|
|
tag: 2.20.1@sha256:75e57a447487c84ab5e3bd8b67c53e133fb37f69f6b0fd5293f35d61313ef779
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
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
|