mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
chore: releas pleco v0.11.1 (#646)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -44,6 +44,9 @@ awsFeatures:
|
||||
iam: true
|
||||
sshKeys: true
|
||||
ecr: true
|
||||
sfn: true
|
||||
sqs: true
|
||||
lambda: true
|
||||
|
||||
resources:
|
||||
limits:
|
||||
|
||||
@@ -3,7 +3,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: qoveryrd/pleco
|
||||
pullPolicy: IfNotPresent
|
||||
plecoImageTag: "0.10.4"
|
||||
plecoImageTag: "0.11.1"
|
||||
|
||||
cloudProvider: ""
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user