chore: releas pleco v0.11.1 (#646)

This commit is contained in:
MacLikorne
2022-03-17 12:07:50 +01:00
committed by GitHub
parent fc9fe1b7e5
commit f176cf3bef
5 changed files with 16 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 0.10.4
appVersion: 0.11.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.10.4
version: 0.11.1

View File

@@ -94,6 +94,15 @@ spec:
{{ if or (eq .Values.awsFeatures.ecr true)}}
- --enable-ecr
{{ end }}
{{ if or (eq .Values.awsFeatures.sfn true)}}
- --enable-sfn
{{ end }}
{{ if or (eq .Values.awsFeatures.sqs true)}}
- --enable-sqs
{{ end }}
{{ if or (eq .Values.awsFeatures.lambda true)}}
- --enable-lambda
{{ end }}
{{- end }}
# Scaleway features

View File

@@ -44,6 +44,9 @@ awsFeatures:
iam: true
sshKeys: true
ecr: true
sfn: true
sqs: true
lambda: true
resources:
limits:

View File

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

View File

@@ -70,7 +70,7 @@ charts:
dest: services
no_sync: true
- name: pleco
version: 0.10.4
version: 0.11.1
repo_name: pleco
- name: do-k8s-token-rotate
version: 0.1.3