chore: upgrade pleco to v0.9.29 (#538)

This commit is contained in:
MacLikorne
2021-12-23 11:21:26 +01:00
committed by GitHub
parent f02fc4572d
commit 3d3100d7e5
4 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

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

View File

@@ -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