Files
truecharts/charts/stable/portainer/values.yaml
T
TrueCharts BotandGitHub 0268511f04 chore(helm): update image docker.io/portainer/portainer-ce 2.33.0 → 2.33.1 (#38837)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/portainer/portainer-ce | patch | `d5b9eba` -> `f4c59b5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-08-30 03:24:33 +00:00

76 lines
1.5 KiB
YAML

image:
repository: docker.io/portainer/portainer-ce
tag: 2.33.1@sha256:f4c59b58fd64499295e59b1665bbd9af0cf9e823258f84859510db3263718142
pullPolicy: IfNotPresent
beImage:
repository: docker.io/portainer/portainer-ee
tag: 2.33.1@sha256:5c1a782e9cfe0bfb41522b9c2af334289d19cb7f164426c0bfb9ce3b454b69e7
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