6bdfedafb7
This PR contains the following updates: | Package | Update | Change | |---|---|---| | portainer/portainer-ce | patch | `2.20.2` -> `2.20.3` | | portainer/portainer-ee | patch | `2.20.2` -> `2.20.3` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguOSIsInVwZGF0ZWRJblZlciI6IjM3LjM2OC45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
78 lines
1.5 KiB
YAML
78 lines
1.5 KiB
YAML
image:
|
|
repository: portainer/portainer-ce
|
|
tag: 2.20.3@sha256:f5277f6cab33b3471148fb00dc4b4a09995ba64b473448a58f616d202686564b
|
|
pullPolicy: IfNotPresent
|
|
beImage:
|
|
repository: portainer/portainer-ee
|
|
tag: 2.20.3@sha256:afadde3ae572f2346d0e04965171f6f1d2f1d06023796053c327e183c75d6cc6
|
|
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
|