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

Update for 2.21.0 #147

Merged
merged 1 commit into from
Aug 27, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/portainer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.

version: 1.0.51
version: 1.0.52

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: ce-latest-ee-2.19.5
appVersion: ce-latest-ee-2.21.0

sources:
- https://github.com/portainer/k8s
Expand Down
2 changes: 2 additions & 0 deletions charts/portainer/templates/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ apiVersion: v1
kind: Namespace
metadata:
name: portainer
labels:
pod-security.kubernetes.io/enforce: privileged
{{ end }}
4 changes: 2 additions & 2 deletions charts/portainer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ enterpriseEdition:
enabled: false
image:
repository: portainer/portainer-ee
tag: 2.19.5
tag: 2.21.0
pullPolicy: Always

image:
repository: portainer/portainer-ce
tag: 2.19.5
tag: 2.21.0
pullPolicy: Always

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/agent/ee/agent-stack-windows.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
agent:
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
ports:
- target: 9001
published: 9001
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/agent/ee/agent-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.2'

services:
agent:
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/agent/ee/portainer-agent-edge-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
serviceAccountName: portainer-sa-clusteradmin
containers:
- name: portainer-agent
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
imagePullPolicy: Always
env:
- name: LOG_LEVEL
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/agent/ee/portainer-agent-k8s-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
serviceAccountName: portainer-sa-clusteradmin
containers:
- name: portainer-agent
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
imagePullPolicy: Always
env:
- name: LOG_LEVEL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
serviceAccountName: portainer-sa-clusteradmin
containers:
- name: portainer-agent
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
imagePullPolicy: Always
env:
- name: LOG_LEVEL
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/agent/portainer-agent-edge-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
serviceAccountName: portainer-sa-clusteradmin
containers:
- name: portainer-agent
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
imagePullPolicy: Always
env:
- name: LOG_LEVEL
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/agent/portainer-agent-k8s-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
serviceAccountName: portainer-sa-clusteradmin
containers:
- name: portainer-agent
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
imagePullPolicy: Always
env:
- name: LOG_LEVEL
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifests/agent/portainer-agent-k8s-nodeport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
serviceAccountName: portainer-sa-clusteradmin
containers:
- name: portainer-agent
image: portainer/agent:2.19.5
image: portainer/agent:2.21.0
imagePullPolicy: Always
env:
- name: LOG_LEVEL
Expand Down
12 changes: 6 additions & 6 deletions deploy/manifests/portainer/portainer-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
---
# Source: portainer/templates/pvc.yaml
kind: "PersistentVolumeClaim"
Expand All @@ -28,7 +28,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
accessModes:
- "ReadWriteOnce"
Expand All @@ -44,7 +44,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand All @@ -64,7 +64,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
type: NodePort
ports:
Expand Down Expand Up @@ -97,7 +97,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
replicas: 1
strategy:
Expand All @@ -121,7 +121,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ee:2.19.5"
image: "portainer/portainer-ee:2.21.0"
imagePullPolicy: Always
args:
- '--tunnel-port=30776'
Expand Down
12 changes: 6 additions & 6 deletions deploy/manifests/portainer/portainer-lb-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
---
# Source: portainer/templates/pvc.yaml
kind: "PersistentVolumeClaim"
Expand All @@ -28,7 +28,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
accessModes:
- "ReadWriteOnce"
Expand All @@ -44,7 +44,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand All @@ -64,7 +64,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
type: LoadBalancer
ports:
Expand Down Expand Up @@ -94,7 +94,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
replicas: 1
strategy:
Expand All @@ -118,7 +118,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ee:2.19.5"
image: "portainer/portainer-ee:2.21.0"
imagePullPolicy: Always
args:
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions deploy/manifests/portainer/portainer-lb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
---
# Source: portainer/templates/pvc.yaml
kind: "PersistentVolumeClaim"
Expand All @@ -28,7 +28,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
accessModes:
- "ReadWriteOnce"
Expand All @@ -44,7 +44,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand All @@ -64,7 +64,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
type: LoadBalancer
ports:
Expand Down Expand Up @@ -94,7 +94,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
replicas: 1
strategy:
Expand All @@ -118,7 +118,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ce:2.19.5"
image: "portainer/portainer-ce:2.21.0"
imagePullPolicy: Always
args:
volumeMounts:
Expand Down
12 changes: 6 additions & 6 deletions deploy/manifests/portainer/portainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
---
# Source: portainer/templates/pvc.yaml
kind: "PersistentVolumeClaim"
Expand All @@ -28,7 +28,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
accessModes:
- "ReadWriteOnce"
Expand All @@ -44,7 +44,7 @@ metadata:
labels:
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
Expand All @@ -64,7 +64,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
type: NodePort
ports:
Expand Down Expand Up @@ -97,7 +97,7 @@ metadata:
io.portainer.kubernetes.application.stack: portainer
app.kubernetes.io/name: portainer
app.kubernetes.io/instance: portainer
app.kubernetes.io/version: "ce-latest-ee-2.19.5"
app.kubernetes.io/version: "ce-latest-ee-2.21.0"
spec:
replicas: 1
strategy:
Expand All @@ -121,7 +121,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ce:2.19.5"
image: "portainer/portainer-ce:2.21.0"
imagePullPolicy: Always
args:
- '--tunnel-port=30776'
Expand Down
Loading