Skip to content

Commit

Permalink
Version bump for 2.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarppe committed Nov 21, 2023
1 parent 5c2ea01 commit 14fec98
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 deletions.
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.47
version: 1.0.48

# 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.2
appVersion: ce-latest-ee-2.19.3

sources:
- https://github.com/portainer/k8s
Expand Down
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.2
tag: 2.19.3
pullPolicy: Always

image:
repository: portainer/portainer-ce
tag: 2.19.2
tag: 2.19.3
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.2
image: portainer/agent:2.19.3
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.2
image: portainer/agent:2.19.3
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.2
image: portainer/agent:2.19.3
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.2
image: portainer/agent:2.19.3
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.2
image: portainer/agent:2.19.3
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.2
image: portainer/agent:2.19.3
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.2
image: portainer/agent:2.19.3
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.2
image: portainer/agent:2.19.3
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
---
# 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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
spec:
replicas: 1
strategy:
Expand All @@ -121,7 +121,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ee:2.19.2"
image: "portainer/portainer-ee:2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
---
# 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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
spec:
replicas: 1
strategy:
Expand All @@ -118,7 +118,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ee:2.19.2"
image: "portainer/portainer-ee:2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
---
# 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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
spec:
replicas: 1
strategy:
Expand All @@ -118,7 +118,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ce:2.19.2"
image: "portainer/portainer-ce:2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
---
# 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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
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.2"
app.kubernetes.io/version: "ce-latest-ee-2.19.3"
spec:
replicas: 1
strategy:
Expand All @@ -121,7 +121,7 @@ spec:
claimName: portainer
containers:
- name: portainer
image: "portainer/portainer-ce:2.19.2"
image: "portainer/portainer-ce:2.19.3"
imagePullPolicy: Always
args:
- '--tunnel-port=30776'
Expand Down

0 comments on commit 14fec98

Please sign in to comment.