mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
chore: upgrade pleco to v0.10.1 (#597)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -21,6 +21,8 @@ doFeatures:
|
||||
lb: true
|
||||
db: true
|
||||
volume: true
|
||||
firewall: true
|
||||
vpc: true
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@@ -3,7 +3,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: qoveryrd/pleco
|
||||
pullPolicy: IfNotPresent
|
||||
plecoImageTag: "0.9.33"
|
||||
plecoImageTag: "0.10.1"
|
||||
|
||||
cloudProvider: ""
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user