mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
chore: update Pleco to v0.9.17
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.14
|
||||
appVersion: 0.9.17
|
||||
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.14
|
||||
version: 0.9.17
|
||||
|
||||
@@ -121,6 +121,26 @@ spec:
|
||||
- --enable-sg
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
|
||||
# Digital Ocean features
|
||||
{{ if eq .Values.cloudProvider "do" }}
|
||||
{{ if .Values.doFeatures.doRegions }}
|
||||
- --do-regions
|
||||
- "{{ join "," .Values.doFeatures.doRegions }}"
|
||||
{{ end }}
|
||||
{{ if eq .Values.doFeatures.cluster true }}
|
||||
- --enable-cluster
|
||||
{{ end }}
|
||||
{{ if eq .Values.doFeatures.lb true }}
|
||||
- --enable-lb
|
||||
{{ end }}
|
||||
{{ if eq .Values.doFeatures.db true }}
|
||||
- --enable-db
|
||||
{{ end }}
|
||||
{{ if eq .Values.doFeatures.volume true }}
|
||||
- --enable-volume
|
||||
{{ end }}
|
||||
{{- end }}
|
||||
env:
|
||||
- name: "AWS_EXECUTION_ENV"
|
||||
value: "pleco_{{ .Values.image.plecoImageTag }}_{{ .Values.environmentVariables.PLECO_IDENTIFIER }}"
|
||||
|
||||
@@ -3,7 +3,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: qoveryrd/pleco
|
||||
pullPolicy: IfNotPresent
|
||||
plecoImageTag: "0.9.14"
|
||||
plecoImageTag: "0.9.17"
|
||||
|
||||
cloudProvider: ""
|
||||
|
||||
@@ -18,6 +18,11 @@ environmentVariables:
|
||||
# SCW_ACCESS_KEY: ""
|
||||
# SCW_SECRET_KEY: ""
|
||||
# SCW_VOLUME_TIMEOUT: ""
|
||||
# Digital Ocean
|
||||
# DO_API_TOKEN: ""
|
||||
# DO_SPACES_KEY: ""
|
||||
# DO_SPACES_SECRET: ""
|
||||
# DO_VOLUME_TIMEOUT: ""
|
||||
|
||||
|
||||
enabledFeatures:
|
||||
@@ -49,12 +54,20 @@ scwFeatures:
|
||||
# - fr-par-1
|
||||
# - nl-ams-1
|
||||
cr: false
|
||||
cluster: flase
|
||||
cluster: false
|
||||
lb: false
|
||||
db: false
|
||||
volume: false
|
||||
sg: false
|
||||
|
||||
doFeatures:
|
||||
doRegions: [ ]
|
||||
# - nyc3
|
||||
cluster: flase
|
||||
lb: false
|
||||
db: false
|
||||
volume: false
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
fullnameOverride: ""
|
||||
|
||||
@@ -68,7 +68,7 @@ charts:
|
||||
dest: services
|
||||
no_sync: true
|
||||
- name: pleco
|
||||
version: 0.9.14
|
||||
version: 0.9.17
|
||||
repo_name: pleco
|
||||
- name: do-k8s-token-rotate
|
||||
version: 0.1.3
|
||||
|
||||
Reference in New Issue
Block a user