Skip to content

Commit

Permalink
Prep Chart for EE2.7 (#68)
Browse files Browse the repository at this point in the history
* bump chart ver, agent tag in manifests for ce 2.6

* EE 2.7.0 and chart version bump
  • Loading branch information
samdulam authored Jul 29, 2021
1 parent 4158132 commit 3ee87c0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/portainer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,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.15
version: 1.0.16

# 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.4.0
appVersion: ce-latest-ee-2.7.0

sources:
- https://github.com/portainer/k8s
Expand Down
2 changes: 1 addition & 1 deletion charts/portainer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ enterpriseEdition:
enabled: false
image:
repository: portainer/portainer-ee
tag: 2.4.0
tag: 2.7.0
pullPolicy: Always

image:
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.0.0
image: portainer/agent:2.7.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.0.0
image: portainer/agent:2.7.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.0.0
image: portainer/agent:2.7.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.0.0
image: portainer/agent:2.7.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.0.0
image: portainer/agent:2.7.0
imagePullPolicy: Always
env:
- name: LOG_LEVEL
Expand Down

0 comments on commit 3ee87c0

Please sign in to comment.