mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 15:49:32 +00:00
chore: update pleco
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.10
|
||||
appVersion: 0.9.12
|
||||
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.10
|
||||
version: 0.9.12
|
||||
|
||||
@@ -98,25 +98,28 @@ spec:
|
||||
|
||||
# Scaleway features
|
||||
{{ if eq .Values.cloudProvider "scaleway" }}
|
||||
{{ if .Values.sclawayFeatures.scalewayZones }}
|
||||
{{ if .Values.scwFeatures.scwZones }}
|
||||
- --scw-zones
|
||||
- "{{ join "," .Values.sclawayFeatures.scalewayZones }}"
|
||||
- "{{ join "," .Values.scwFeatures.scwZones }}"
|
||||
{{ end }}
|
||||
{{ if eq .Values.sclawayFeatures.cr true}}
|
||||
{{ if eq .Values.scwFeatures.cr true}}
|
||||
- --enable-cr
|
||||
{{ end }}
|
||||
{{ if eq .Values.sclawayFeatures.cluster true }}
|
||||
{{ if eq .Values.scwFeatures.cluster true }}
|
||||
- --enable-cluster
|
||||
{{ end }}
|
||||
{{ if eq .Values.sclawayFeatures.lb true }}
|
||||
{{ if eq .Values.scwFeatures.lb true }}
|
||||
- --enable-lb
|
||||
{{ end }}
|
||||
{{ if eq .Values.sclawayFeatures.db true }}
|
||||
{{ if eq .Values.scwFeatures.db true }}
|
||||
- --enable-db
|
||||
{{ end }}
|
||||
{{ if eq .Values.sclawayFeatures.volume true }}
|
||||
{{ if eq .Values.scwFeatures.volume true }}
|
||||
- --enable-volume
|
||||
{{ end }}
|
||||
{{ if eq .Values.scwFeatures.sg true }}
|
||||
- --enable-sg
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
env:
|
||||
- name: "AWS_EXECUTION_ENV"
|
||||
|
||||
@@ -3,7 +3,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: qoveryrd/pleco
|
||||
pullPolicy: IfNotPresent
|
||||
plecoImageTag: "0.9.10"
|
||||
plecoImageTag: "0.9.12"
|
||||
|
||||
cloudProvider: ""
|
||||
|
||||
@@ -44,8 +44,8 @@ awsFeatures:
|
||||
sshKeys: false
|
||||
ecr: false
|
||||
|
||||
sclawayFeatures:
|
||||
scalewayZones: []
|
||||
scwFeatures:
|
||||
scwZones: []
|
||||
# - fr-par-1
|
||||
# - nl-ams-1
|
||||
cr: false
|
||||
@@ -53,6 +53,7 @@ sclawayFeatures:
|
||||
lb: false
|
||||
db: false
|
||||
volume: false
|
||||
sg: false
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
@@ -68,7 +68,7 @@ charts:
|
||||
dest: services
|
||||
no_sync: true
|
||||
- name: pleco
|
||||
version: 0.9.10
|
||||
version: 0.9.12
|
||||
repo_name: pleco
|
||||
- name: do-k8s-token-rotate
|
||||
version: 0.1.3
|
||||
|
||||
@@ -16,4 +16,5 @@ sclawayFeatures:
|
||||
cluster: true
|
||||
lb: true
|
||||
db: true
|
||||
volume: true
|
||||
volume: true
|
||||
sg: true
|
||||
Reference in New Issue
Block a user