feat: upgrading to pleco 5.0.1

This commit is contained in:
Pierre Mavro
2021-02-08 09:00:29 +01:00
committed by Pierre Mavro
parent 8e87f4f9a2
commit 3c3367b320
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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 }}

View File

@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: qoveryrd/pleco
pullPolicy: IfNotPresent
plecoImageTag: "0.5.0"
plecoImageTag: "0.5.1"
environmentVariables:
LOG_LEVEL: "info"

View File

@@ -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