chore: upgrade pleco to v0.10.1 (#597)

This commit is contained in:
MacLikorne
2022-02-10 18:06:52 +01:00
committed by GitHub
parent 16ad54e51e
commit 53bec5ac4e
5 changed files with 13 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 0.9.33
appVersion: 0.10.1
description: Automatically removes Cloud managed services and Kubernetes resources
based on tags with TTL
home: https://github.com/Qovery/pleco
icon: https://github.com/Qovery/pleco/raw/main/assets/pleco_logo.png
name: pleco
type: application
version: 0.9.33
version: 0.10.1

View File

@@ -140,6 +140,12 @@ spec:
{{ if eq .Values.doFeatures.volume true }}
- --enable-volume
{{ end }}
{{ if eq .Values.doFeatures.firewall true }}
- --enable-firewall
{{ end }}
{{ if eq .Values.doFeatures.vpc true }}
- --enable-vpc
{{ end }}
{{- end }}
env:
- name: "AWS_EXECUTION_ENV"

View File

@@ -21,6 +21,8 @@ doFeatures:
lb: true
db: true
volume: true
firewall: true
vpc: true
resources:
limits:

View File

@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: qoveryrd/pleco
pullPolicy: IfNotPresent
plecoImageTag: "0.9.33"
plecoImageTag: "0.10.1"
cloudProvider: ""

View File

@@ -62,6 +62,7 @@ charts:
repo_name: bitnami
version: 8.9.8
dest: services
no_sync: true
# Chart is frozen due to custom modification see https://github.com/Qovery/engine/pull/293
- name: redis
repo_name: bitnami
@@ -69,7 +70,7 @@ charts:
dest: services
no_sync: true
- name: pleco
version: 0.9.33
version: 0.10.1
repo_name: pleco
- name: do-k8s-token-rotate
version: 0.1.3