Skip to content

Commit c935295

Browse files
authored
Release 2.21.5 (#158)
* Release 2.21.5 * python version fix
1 parent 9621880 commit c935295

15 files changed

+37
-38
lines changed

.github/workflows/on-push-lint-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
4646
- uses: actions/setup-python@v2
4747
with:
48-
python-version: 3.7
48+
python-version: 3.13.1
4949

5050
- name: Set up chart-testing
5151
uses: helm/chart-testing-action@v2.0.1

charts/portainer/Chart.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919

20-
version: 1.0.58
21-
20+
version: 1.0.59
2221
# This is the version number of the application being deployed. This version number should be
2322
# incremented each time you make changes to the application.
24-
appVersion: ce-latest-ee-2.21.4
23+
appVersion: ce-latest-ee-2.21.5
2524

2625
sources:
2726
- https://github.com/portainer/k8s

charts/portainer/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ enterpriseEdition:
99
enabled: false
1010
image:
1111
repository: portainer/portainer-ee
12-
tag: 2.21.4
12+
tag: 2.21.5
1313
pullPolicy: Always
1414

1515
image:
1616
repository: portainer/portainer-ce
17-
tag: 2.21.4
17+
tag: 2.21.5
1818
pullPolicy: Always
1919

2020
imagePullSecrets: []

deploy/manifests/agent/ee/agent-stack-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.3'
22
services:
33
agent:
4-
image: portainer/agent:2.21.4
4+
image: portainer/agent:2.21.5
55
ports:
66
- target: 9001
77
published: 9001

deploy/manifests/agent/ee/agent-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.2'
22

33
services:
44
agent:
5-
image: portainer/agent:2.21.4
5+
image: portainer/agent:2.21.5
66
volumes:
77
- /var/run/docker.sock:/var/run/docker.sock
88
- /var/lib/docker/volumes:/var/lib/docker/volumes

deploy/manifests/agent/ee/portainer-agent-edge-k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
serviceAccountName: portainer-sa-clusteradmin
6666
containers:
6767
- name: portainer-agent
68-
image: portainer/agent:2.21.4
68+
image: portainer/agent:2.21.5
6969
imagePullPolicy: Always
7070
env:
7171
- name: LOG_LEVEL

deploy/manifests/agent/ee/portainer-agent-k8s-lb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
serviceAccountName: portainer-sa-clusteradmin
6565
containers:
6666
- name: portainer-agent
67-
image: portainer/agent:2.21.4
67+
image: portainer/agent:2.21.5
6868
imagePullPolicy: Always
6969
env:
7070
- name: LOG_LEVEL

deploy/manifests/agent/ee/portainer-agent-k8s-nodeport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
serviceAccountName: portainer-sa-clusteradmin
6666
containers:
6767
- name: portainer-agent
68-
image: portainer/agent:2.21.4
68+
image: portainer/agent:2.21.5
6969
imagePullPolicy: Always
7070
env:
7171
- name: LOG_LEVEL

deploy/manifests/agent/portainer-agent-edge-k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
serviceAccountName: portainer-sa-clusteradmin
6666
containers:
6767
- name: portainer-agent
68-
image: portainer/agent:2.21.4
68+
image: portainer/agent:2.21.5
6969
imagePullPolicy: Always
7070
env:
7171
- name: LOG_LEVEL

deploy/manifests/agent/portainer-agent-k8s-lb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
serviceAccountName: portainer-sa-clusteradmin
6565
containers:
6666
- name: portainer-agent
67-
image: portainer/agent:2.21.4
67+
image: portainer/agent:2.21.5
6868
imagePullPolicy: Always
6969
env:
7070
- name: LOG_LEVEL

0 commit comments

Comments
 (0)