mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
chore: upgrade pleco to v0.9.29 (#538)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.20
|
||||
appVersion: 0.9.29
|
||||
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.20
|
||||
version: 0.9.29
|
||||
|
||||
@@ -56,7 +56,7 @@ spec:
|
||||
{{ if eq .Values.cloudProvider "aws" }}
|
||||
{{ if .Values.awsFeatures.awsRegions }}
|
||||
- --aws-regions
|
||||
- "{{ join "," .Values.enabledFeatures.awsRegions }}"
|
||||
- "{{ join "," .Values.awsFeatures.awsRegions }}"
|
||||
{{ end }}
|
||||
{{ if eq .Values.awsFeatures.rds true}}
|
||||
- --enable-rds
|
||||
|
||||
@@ -3,7 +3,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: qoveryrd/pleco
|
||||
pullPolicy: IfNotPresent
|
||||
plecoImageTag: "0.9.20"
|
||||
plecoImageTag: "0.9.29"
|
||||
|
||||
cloudProvider: ""
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ charts:
|
||||
dest: services
|
||||
no_sync: true
|
||||
- name: pleco
|
||||
version: 0.9.20
|
||||
version: 0.9.29
|
||||
repo_name: pleco
|
||||
- name: do-k8s-token-rotate
|
||||
version: 0.1.3
|
||||
|
||||
Reference in New Issue
Block a user