From 1d0aa74dcde2a4ba3485af1926959958d7e155ea Mon Sep 17 00:00:00 2001 From: samdulam Date: Mon, 9 May 2022 15:21:46 +0530 Subject: [PATCH] Chart and Manifest Update for 2.13 ce/ee (#111) --- charts/portainer/Chart.yaml | 4 +- charts/portainer/values.yaml | 2 +- .../agent/ee/agent-stack-windows.yml | 2 +- deploy/manifests/agent/ee/agent-stack.yml | 2 +- .../agent/ee/portainer-agent-edge-k8s.yaml | 2 +- .../agent/ee/portainer-agent-k8s-lb.yaml | 2 +- .../ee/portainer-agent-k8s-nodeport.yaml | 2 +- .../agent/portainer-agent-edge-k8s.yaml | 2 +- .../agent/portainer-agent-k8s-lb.yaml | 2 +- .../agent/portainer-agent-k8s-nodeport.yaml | 2 +- .../agent/portainer-ce211-agent-edge-k8s.yaml | 100 ------------------ .../agent/portainer-ce211-edge-agent-setup.sh | 80 -------------- .../agent/portainer-edge-agent-setup.sh | 76 ------------- deploy/manifests/portainer/portainer-ee.yaml | 12 +-- .../manifests/portainer/portainer-lb-ee.yaml | 12 +-- deploy/manifests/portainer/portainer-lb.yaml | 10 +- deploy/manifests/portainer/portainer.yaml | 10 +- 17 files changed, 33 insertions(+), 289 deletions(-) delete mode 100644 deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml delete mode 100644 deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh delete mode 100644 deploy/manifests/agent/portainer-edge-agent-setup.sh diff --git a/charts/portainer/Chart.yaml b/charts/portainer/Chart.yaml index a1e35be..e12612c 100644 --- a/charts/portainer/Chart.yaml +++ b/charts/portainer/Chart.yaml @@ -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.27 +version: 1.0.28 # 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.12.2 +appVersion: ce-latest-ee-2.13.0 sources: - https://github.com/portainer/k8s diff --git a/charts/portainer/values.yaml b/charts/portainer/values.yaml index 151c87c..3595ad6 100644 --- a/charts/portainer/values.yaml +++ b/charts/portainer/values.yaml @@ -9,7 +9,7 @@ enterpriseEdition: enabled: false image: repository: portainer/portainer-ee - tag: 2.12.2 + tag: 2.13.0 pullPolicy: Always image: diff --git a/deploy/manifests/agent/ee/agent-stack-windows.yml b/deploy/manifests/agent/ee/agent-stack-windows.yml index 2fab38b..c558675 100644 --- a/deploy/manifests/agent/ee/agent-stack-windows.yml +++ b/deploy/manifests/agent/ee/agent-stack-windows.yml @@ -1,7 +1,7 @@ version: '3.3' services: agent: - image: portainer/agent:2.12.0 + image: portainer/agent:2.13.0 ports: - target: 9001 published: 9001 diff --git a/deploy/manifests/agent/ee/agent-stack.yml b/deploy/manifests/agent/ee/agent-stack.yml index 2233470..124f10c 100644 --- a/deploy/manifests/agent/ee/agent-stack.yml +++ b/deploy/manifests/agent/ee/agent-stack.yml @@ -2,7 +2,7 @@ version: '3.2' services: agent: - image: portainer/agent:2.12.1 + image: portainer/agent:2.13.0 volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/lib/docker/volumes:/var/lib/docker/volumes diff --git a/deploy/manifests/agent/ee/portainer-agent-edge-k8s.yaml b/deploy/manifests/agent/ee/portainer-agent-edge-k8s.yaml index 3e746d3..e97ed2a 100644 --- a/deploy/manifests/agent/ee/portainer-agent-edge-k8s.yaml +++ b/deploy/manifests/agent/ee/portainer-agent-edge-k8s.yaml @@ -65,7 +65,7 @@ spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer-agent - image: portainer/agent:2.12.1 + image: portainer/agent:2.13.0 imagePullPolicy: Always env: - name: LOG_LEVEL diff --git a/deploy/manifests/agent/ee/portainer-agent-k8s-lb.yaml b/deploy/manifests/agent/ee/portainer-agent-k8s-lb.yaml index 753641a..3490959 100644 --- a/deploy/manifests/agent/ee/portainer-agent-k8s-lb.yaml +++ b/deploy/manifests/agent/ee/portainer-agent-k8s-lb.yaml @@ -64,7 +64,7 @@ spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer-agent - image: portainer/agent:2.12.0 + image: portainer/agent:2.13.0 imagePullPolicy: Always env: - name: LOG_LEVEL diff --git a/deploy/manifests/agent/ee/portainer-agent-k8s-nodeport.yaml b/deploy/manifests/agent/ee/portainer-agent-k8s-nodeport.yaml index 5d1c419..8c9becd 100644 --- a/deploy/manifests/agent/ee/portainer-agent-k8s-nodeport.yaml +++ b/deploy/manifests/agent/ee/portainer-agent-k8s-nodeport.yaml @@ -65,7 +65,7 @@ spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer-agent - image: portainer/agent:2.12.0 + image: portainer/agent:2.13.0 imagePullPolicy: Always env: - name: LOG_LEVEL diff --git a/deploy/manifests/agent/portainer-agent-edge-k8s.yaml b/deploy/manifests/agent/portainer-agent-edge-k8s.yaml index 0ca8f72..e97ed2a 100644 --- a/deploy/manifests/agent/portainer-agent-edge-k8s.yaml +++ b/deploy/manifests/agent/portainer-agent-edge-k8s.yaml @@ -65,7 +65,7 @@ spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer-agent - image: portainer/agent:2.11.1 + image: portainer/agent:2.13.0 imagePullPolicy: Always env: - name: LOG_LEVEL diff --git a/deploy/manifests/agent/portainer-agent-k8s-lb.yaml b/deploy/manifests/agent/portainer-agent-k8s-lb.yaml index a218fd8..3490959 100644 --- a/deploy/manifests/agent/portainer-agent-k8s-lb.yaml +++ b/deploy/manifests/agent/portainer-agent-k8s-lb.yaml @@ -64,7 +64,7 @@ spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer-agent - image: portainer/agent:2.11.1 + image: portainer/agent:2.13.0 imagePullPolicy: Always env: - name: LOG_LEVEL diff --git a/deploy/manifests/agent/portainer-agent-k8s-nodeport.yaml b/deploy/manifests/agent/portainer-agent-k8s-nodeport.yaml index 5b7f5fd..8c9becd 100644 --- a/deploy/manifests/agent/portainer-agent-k8s-nodeport.yaml +++ b/deploy/manifests/agent/portainer-agent-k8s-nodeport.yaml @@ -65,7 +65,7 @@ spec: serviceAccountName: portainer-sa-clusteradmin containers: - name: portainer-agent - image: portainer/agent:2.11.1 + image: portainer/agent:2.13.0 imagePullPolicy: Always env: - name: LOG_LEVEL diff --git a/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml b/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml deleted file mode 100644 index 93c1716..0000000 --- a/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml +++ /dev/null @@ -1,100 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: portainer ---- -apiVersion: v1 -kind: ServiceAccount -metadata: - name: portainer-sa-clusteradmin - namespace: portainer ---- -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: portainer-crb-clusteradmin -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-admin -subjects: -- kind: ServiceAccount - name: portainer-sa-clusteradmin - namespace: portainer -# Optional: can be added to expose the agent port 80 to associate an Edge key. -# --- -# apiVersion: v1 -# kind: Service -# metadata: -# name: portainer-agent -# namespace: portainer -# spec: -# type: LoadBalancer -# selector: -# app: portainer-agent -# ports: -# - name: http -# protocol: TCP -# port: 80 -# targetPort: 80 ---- -apiVersion: v1 -kind: Service -metadata: - name: portainer-agent - namespace: portainer -spec: - clusterIP: None - selector: - app: portainer-agent ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - name: portainer-agent - namespace: portainer -spec: - selector: - matchLabels: - app: portainer-agent - template: - metadata: - labels: - app: portainer-agent - spec: - serviceAccountName: portainer-sa-clusteradmin - containers: - - name: portainer-agent - image: portainer/agent:2.11.1 - imagePullPolicy: Always - env: - - name: LOG_LEVEL - value: INFO - - name: KUBERNETES_POD_IP - valueFrom: - fieldRef: - fieldPath: status.podIP - - name: EDGE - value: "1" - - name: AGENT_CLUSTER_ADDR - value: "portainer-agent" - - name: EDGE_ID - valueFrom: - configMapKeyRef: - name: portainer-agent-edge - key: edge.id - - name: EDGE_INSECURE_POLL - valueFrom: - configMapKeyRef: - name: portainer-agent-edge - key: edge.insecure_poll - - name: EDGE_KEY - valueFrom: - secretKeyRef: - name: portainer-agent-edge-key - key: edge.key - ports: - - containerPort: 9001 - protocol: TCP - - containerPort: 80 - protocol: TCP diff --git a/deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh b/deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh deleted file mode 100644 index 3721d8b..0000000 --- a/deploy/manifests/agent/portainer-ce211-edge-agent-setup.sh +++ /dev/null @@ -1,80 +0,0 @@ -#!/usr/bin/env bash - -# Script used to deploy the Portainer Edge agent inside a Kubernetes cluster. - -# Requires: -# curl -# kubectl - -### COLOR OUTPUT ### - -ESeq="\x1b[" -RCol="$ESeq"'0m' # Text Reset - -# Regular Bold Underline High Intensity BoldHigh Intens Background High Intensity Backgrounds -Bla="$ESeq"'0;30m'; BBla="$ESeq"'1;30m'; UBla="$ESeq"'4;30m'; IBla="$ESeq"'0;90m'; BIBla="$ESeq"'1;90m'; On_Bla="$ESeq"'40m'; On_IBla="$ESeq"'0;100m'; -Red="$ESeq"'0;31m'; BRed="$ESeq"'1;31m'; URed="$ESeq"'4;31m'; IRed="$ESeq"'0;91m'; BIRed="$ESeq"'1;91m'; On_Red="$ESeq"'41m'; On_IRed="$ESeq"'0;101m'; -Gre="$ESeq"'0;32m'; BGre="$ESeq"'1;32m'; UGre="$ESeq"'4;32m'; IGre="$ESeq"'0;92m'; BIGre="$ESeq"'1;92m'; On_Gre="$ESeq"'42m'; On_IGre="$ESeq"'0;102m'; -Yel="$ESeq"'0;33m'; BYel="$ESeq"'1;33m'; UYel="$ESeq"'4;33m'; IYel="$ESeq"'0;93m'; BIYel="$ESeq"'1;93m'; On_Yel="$ESeq"'43m'; On_IYel="$ESeq"'0;103m'; -Blu="$ESeq"'0;34m'; BBlu="$ESeq"'1;34m'; UBlu="$ESeq"'4;34m'; IBlu="$ESeq"'0;94m'; BIBlu="$ESeq"'1;94m'; On_Blu="$ESeq"'44m'; On_IBlu="$ESeq"'0;104m'; -Pur="$ESeq"'0;35m'; BPur="$ESeq"'1;35m'; UPur="$ESeq"'4;35m'; IPur="$ESeq"'0;95m'; BIPur="$ESeq"'1;95m'; On_Pur="$ESeq"'45m'; On_IPur="$ESeq"'0;105m'; -Cya="$ESeq"'0;36m'; BCya="$ESeq"'1;36m'; UCya="$ESeq"'4;36m'; ICya="$ESeq"'0;96m'; BICya="$ESeq"'1;96m'; On_Cya="$ESeq"'46m'; On_ICya="$ESeq"'0;106m'; -Whi="$ESeq"'0;37m'; BWhi="$ESeq"'1;37m'; UWhi="$ESeq"'4;37m'; IWhi="$ESeq"'0;97m'; BIWhi="$ESeq"'1;97m'; On_Whi="$ESeq"'47m'; On_IWhi="$ESeq"'0;107m'; - -printSection() { - echo -e "${BIYel}>>>> ${BIWhi}${1}${RCol}" -} - -info() { - echo -e "${BIWhi}${1}${RCol}" -} - -success() { - echo -e "${BIGre}${1}${RCol}" -} - -error() { - echo -e "${BIRed}${1}${RCol}" -} - -errorAndExit() { - echo -e "${BIRed}${1}${RCol}" - exit 1 -} - -### !COLOR OUTPUT ### - -main() { - if [[ $# -lt 2 ]]; then - error "Not enough arguments" - error "Usage: ${0} " - exit 1 - fi - - local EDGE_ID="$1" - local EDGE_KEY="$2" - local EDGE_INSECURE_POLL="$3" - - [[ "$(command -v curl)" ]] || errorAndExit "Unable to find curl binary. Please ensure curl is installed before running this script." - [[ "$(command -v kubectl)" ]] || errorAndExit "Unable to find kubectl binary. Please ensure kubectl is installed before running this script." - - info "Downloading agent manifest..." - curl -L https://portainer.github.io/k8s/deploy/manifests/agent/portainer-ce211-agent-edge-k8s.yaml -o portainer-agent-edge-k8s.yaml || errorAndExit "Unable to download agent manifest" - - info "Creating Portainer namespace..." - kubectl create namespace portainer - - info "Creating agent configuration..." - kubectl create configmap portainer-agent-edge --from-literal="edge.id=$EDGE_ID" --from-literal="edge.insecure_poll=$EDGE_INSECURE_POLL" -n portainer - - info "Creating agent secret..." - kubectl create secret generic portainer-agent-edge-key "--from-literal=edge.key=$EDGE_KEY" -n portainer - - info "Deploying agent..." - kubectl apply -f portainer-agent-edge-k8s.yaml || errorAndExit "Unable to deploy agent manifest" - - success "Portainer Edge agent successfully deployed" - exit 0 -} - -main "$@" diff --git a/deploy/manifests/agent/portainer-edge-agent-setup.sh b/deploy/manifests/agent/portainer-edge-agent-setup.sh deleted file mode 100644 index 47cfde5..0000000 --- a/deploy/manifests/agent/portainer-edge-agent-setup.sh +++ /dev/null @@ -1,76 +0,0 @@ -#!/usr/bin/env bash - -# Script used to deploy the Portainer Edge agent inside a Kubernetes cluster. - -# Requires: -# curl -# kubectl - -### COLOR OUTPUT ### - -ESeq="\x1b[" -RCol="$ESeq"'0m' # Text Reset - -# Regular Bold Underline High Intensity BoldHigh Intens Background High Intensity Backgrounds -Bla="$ESeq"'0;30m'; BBla="$ESeq"'1;30m'; UBla="$ESeq"'4;30m'; IBla="$ESeq"'0;90m'; BIBla="$ESeq"'1;90m'; On_Bla="$ESeq"'40m'; On_IBla="$ESeq"'0;100m'; -Red="$ESeq"'0;31m'; BRed="$ESeq"'1;31m'; URed="$ESeq"'4;31m'; IRed="$ESeq"'0;91m'; BIRed="$ESeq"'1;91m'; On_Red="$ESeq"'41m'; On_IRed="$ESeq"'0;101m'; -Gre="$ESeq"'0;32m'; BGre="$ESeq"'1;32m'; UGre="$ESeq"'4;32m'; IGre="$ESeq"'0;92m'; BIGre="$ESeq"'1;92m'; On_Gre="$ESeq"'42m'; On_IGre="$ESeq"'0;102m'; -Yel="$ESeq"'0;33m'; BYel="$ESeq"'1;33m'; UYel="$ESeq"'4;33m'; IYel="$ESeq"'0;93m'; BIYel="$ESeq"'1;93m'; On_Yel="$ESeq"'43m'; On_IYel="$ESeq"'0;103m'; -Blu="$ESeq"'0;34m'; BBlu="$ESeq"'1;34m'; UBlu="$ESeq"'4;34m'; IBlu="$ESeq"'0;94m'; BIBlu="$ESeq"'1;94m'; On_Blu="$ESeq"'44m'; On_IBlu="$ESeq"'0;104m'; -Pur="$ESeq"'0;35m'; BPur="$ESeq"'1;35m'; UPur="$ESeq"'4;35m'; IPur="$ESeq"'0;95m'; BIPur="$ESeq"'1;95m'; On_Pur="$ESeq"'45m'; On_IPur="$ESeq"'0;105m'; -Cya="$ESeq"'0;36m'; BCya="$ESeq"'1;36m'; UCya="$ESeq"'4;36m'; ICya="$ESeq"'0;96m'; BICya="$ESeq"'1;96m'; On_Cya="$ESeq"'46m'; On_ICya="$ESeq"'0;106m'; -Whi="$ESeq"'0;37m'; BWhi="$ESeq"'1;37m'; UWhi="$ESeq"'4;37m'; IWhi="$ESeq"'0;97m'; BIWhi="$ESeq"'1;97m'; On_Whi="$ESeq"'47m'; On_IWhi="$ESeq"'0;107m'; - -printSection() { - echo -e "${BIYel}>>>> ${BIWhi}${1}${RCol}" -} - -info() { - echo -e "${BIWhi}${1}${RCol}" -} - -success() { - echo -e "${BIGre}${1}${RCol}" -} - -error() { - echo -e "${BIRed}${1}${RCol}" -} - -errorAndExit() { - echo -e "${BIRed}${1}${RCol}" - exit 1 -} - -### !COLOR OUTPUT ### - -main() { - if [[ $# -ne 2 ]]; then - error "Not enough arguments" - error "Usage: ${0} " - exit 1 - fi - - [[ "$(command -v curl)" ]] || errorAndExit "Unable to find curl binary. Please ensure curl is installed before running this script." - [[ "$(command -v kubectl)" ]] || errorAndExit "Unable to find kubectl binary. Please ensure kubectl is installed before running this script." - - info "Downloading agent manifest..." - curl -L https://portainer.github.io/k8s/deploy/manifests/agent/portainer-agent-edge-k8s.yaml -o portainer-agent-edge-k8s.yaml || errorAndExit "Unable to download agent manifest" - - info "Creating Portainer namespace..." - kubectl create namespace portainer - - info "Creating agent configuration..." - kubectl create configmap portainer-agent-edge-id "--from-literal=edge.id=$1" -n portainer - - info "Creating agent secret..." - kubectl create secret generic portainer-agent-edge-key "--from-literal=edge.key=$2" -n portainer - - info "Deploying agent..." - kubectl apply -f portainer-agent-edge-k8s.yaml || errorAndExit "Unable to deploy agent manifest" - - success "Portainer Edge agent successfully deployed" - exit 0 -} - -main "$@" diff --git a/deploy/manifests/portainer/portainer-ee.yaml b/deploy/manifests/portainer/portainer-ee.yaml index c38ab26..88c2af4 100644 --- a/deploy/manifests/portainer/portainer-ee.yaml +++ b/deploy/manifests/portainer/portainer-ee.yaml @@ -14,7 +14,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" --- # Source: portainer/templates/pvc.yaml kind: "PersistentVolumeClaim" @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: accessModes: - "ReadWriteOnce" @@ -44,7 +44,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: type: NodePort ports: @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: replicas: 1 strategy: @@ -121,7 +121,7 @@ spec: claimName: portainer containers: - name: portainer - image: "portainer/portainer-ee:2.12.2" + image: "portainer/portainer-ee:2.13.0" imagePullPolicy: Always args: - '--tunnel-port=30776' diff --git a/deploy/manifests/portainer/portainer-lb-ee.yaml b/deploy/manifests/portainer/portainer-lb-ee.yaml index 5ad7383..5bf4819 100644 --- a/deploy/manifests/portainer/portainer-lb-ee.yaml +++ b/deploy/manifests/portainer/portainer-lb-ee.yaml @@ -14,7 +14,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" --- # Source: portainer/templates/pvc.yaml kind: "PersistentVolumeClaim" @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: accessModes: - "ReadWriteOnce" @@ -44,7 +44,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: type: LoadBalancer ports: @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: replicas: 1 strategy: @@ -118,7 +118,7 @@ spec: claimName: portainer containers: - name: portainer - image: "portainer/portainer-ee:2.12.2" + image: "portainer/portainer-ee:2.13.0" imagePullPolicy: Always args: volumeMounts: diff --git a/deploy/manifests/portainer/portainer-lb.yaml b/deploy/manifests/portainer/portainer-lb.yaml index 7fdf3d6..75cbf71 100644 --- a/deploy/manifests/portainer/portainer-lb.yaml +++ b/deploy/manifests/portainer/portainer-lb.yaml @@ -14,7 +14,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" --- # Source: portainer/templates/pvc.yaml kind: "PersistentVolumeClaim" @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: accessModes: - "ReadWriteOnce" @@ -44,7 +44,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: type: LoadBalancer ports: @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: replicas: 1 strategy: diff --git a/deploy/manifests/portainer/portainer.yaml b/deploy/manifests/portainer/portainer.yaml index ed1505a..f67f620 100644 --- a/deploy/manifests/portainer/portainer.yaml +++ b/deploy/manifests/portainer/portainer.yaml @@ -14,7 +14,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" --- # Source: portainer/templates/pvc.yaml kind: "PersistentVolumeClaim" @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: accessModes: - "ReadWriteOnce" @@ -44,7 +44,7 @@ metadata: labels: app.kubernetes.io/name: portainer app.kubernetes.io/instance: portainer - app.kubernetes.io/version: "ce-latest-ee-2.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: type: NodePort ports: @@ -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.12.2" + app.kubernetes.io/version: "ce-latest-ee-2.13.0" spec: replicas: 1 strategy: