Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update portainer to v2.20.0@c9dbbb6 by renovate (minor) #19499

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions charts/stable/portainer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.19.4
appVersion: 2.20.0
dependencies:
- name: common
version: 20.2.2
Expand All @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/portainer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.png
keywords:
- portainer
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
Expand All @@ -32,7 +32,7 @@ sources:
- https://docs.portainer.io/start/install-ce/server
- https://docs.portainer.io/start/install/server
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
- https://hub.docker.com/r/portainer/portainer-ce
- https://hub.docker.com/r/portainer/portainer-ee
- https://hub.docker.com/r/portainer/portainer-ce
type: application
version: 8.7.1
version: 8.9.0
4 changes: 2 additions & 2 deletions charts/stable/portainer/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
image:
repository: portainer/portainer-ce
tag: 2.19.4@sha256:908d04d20e86f07a50b0f1a029a111b89aa3089b7fc7fdf68ec1c71b025f36cd
tag: 2.20.0@sha256:c9dbbb653515675ad365b2d17ac85f8816840f7a3095e9db68fc807a348ea535
pullPolicy: IfNotPresent
beImage:
repository: portainer/portainer-ee
tag: 2.19.4@sha256:adf08841af37323e2424616b4955f1cbec922a28e3ccd20cfc09ea5a15d68c43
tag: 2.20.0@sha256:53984051031b60c033426d8a735fae706a6310510a2a19f63090e994d8672db4
pullPolicy: IfNotPresent
portainer:
# Logo URL
Expand Down