mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: upgrading to pleco 5.0.1
This commit is contained in:
committed by
Pierre Mavro
parent
8e87f4f9a2
commit
3c3367b320
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: 0.5.0
|
||||
appVersion: 0.5.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.5.0
|
||||
version: 0.5.1
|
||||
|
||||
@@ -82,7 +82,7 @@ spec:
|
||||
secretKeyRef:
|
||||
name: {{ $kubefullname }}
|
||||
key: {{ $key }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- with .Values.nodeSelector }}
|
||||
@@ -96,4 +96,4 @@ spec:
|
||||
{{- with .Values.tolerations }}
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@@ -3,7 +3,7 @@ replicaCount: 1
|
||||
image:
|
||||
repository: qoveryrd/pleco
|
||||
pullPolicy: IfNotPresent
|
||||
plecoImageTag: "0.5.0"
|
||||
plecoImageTag: "0.5.1"
|
||||
|
||||
environmentVariables:
|
||||
LOG_LEVEL: "info"
|
||||
|
||||
@@ -58,7 +58,7 @@ charts:
|
||||
version: 12.0.1
|
||||
dest: services
|
||||
- name: pleco
|
||||
version: 0.5.0
|
||||
version: 0.5.1
|
||||
repo_name: pleco
|
||||
- name: do-k8s-token-rotate
|
||||
version: 0.1.3
|
||||
|
||||
Reference in New Issue
Block a user