Files
truecharts/charts/stable/portainer/values.yaml
T
TrueCharts Bot c52d4269e0 feat(portainer): update image docker.io/portainer/portainer-ee 2.42.0 → 2.43.0 (#49472)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/portainer/portainer-ee](https://www.portainer.io) | minor |
`43a6b52` → `129a7a4` |

---

> [!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-->
2026-06-25 03:34:59 +00:00

77 lines
1.5 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/portainer/portainer-ce
tag: 2.43.0@sha256:707366c811956fe077135a6633af67e698529612869711cdb24896c892b28feb
pullPolicy: IfNotPresent
beImage:
repository: docker.io/portainer/portainer-ee
tag: 2.43.0@sha256:129a7a44bc9feb9114ddb8687959a78763f4ce5ea5a075961e434848e0f83485
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