From 8a4af212e1a0362ed4f99b5499348d4e31fff188 Mon Sep 17 00:00:00 2001 From: Daniele Della Rocca <29358615+ddellarocca@users.noreply.github.com> Date: Fri, 8 Apr 2022 12:02:08 +0200 Subject: [PATCH] feat: updated versions in values.yaml --- charts/logging/values.yaml | 6 +++--- charts/monitoring/Chart.yaml | 2 +- charts/monitoring/values.yaml | 10 +++++----- charts/traefik-ingress/values.yaml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/logging/values.yaml b/charts/logging/values.yaml index e1732d7..c0833f8 100644 --- a/charts/logging/values.yaml +++ b/charts/logging/values.yaml @@ -13,7 +13,7 @@ image: # Override the default Docker image name if you use a custom image or a repository mirror name: "ghcr.io/banzaicloud/logging-operator" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - # version: 3.15.0 + # version: 3.17.3 # Customize the deployment of the Logging Operator image deploy: @@ -59,7 +59,7 @@ defaultLogging: fluentbit: # image: # name: "fluent/fluent-bit" - # version: 1.8.8 + # version: 1.8.15 # Override this value to change where the logs are saved on the cluster nodes logFilesPattern: "/var/log/containers/*.log" # Run the fluentbit pods as root user, enable it if the logs on the nodes are written by root @@ -86,7 +86,7 @@ defaultLogging: fluentd: # image: # name: "ghcr.io/banzaicloud/fluentd" - # version: v1.13.3-alpine-11 + # version: v1.14.5-alpine-1 # Override this value to choose how many replicas of fluentd you want. replicas: 1 # Change this value to increase or decrease the volume dimension dedicated to the buffer diff --git a/charts/monitoring/Chart.yaml b/charts/monitoring/Chart.yaml index 7700f4e..70a46b1 100644 --- a/charts/monitoring/Chart.yaml +++ b/charts/monitoring/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: monitoring version: 1.3.0 kubeVersion: ">= 1.20.0-0" -appVersion: "0.55.1" +appVersion: "v0.55.1" description: "A Kubernetes monitoring stack based on Prometheus Operator" type: application keywords: diff --git a/charts/monitoring/values.yaml b/charts/monitoring/values.yaml index f7e45ff..692d034 100644 --- a/charts/monitoring/values.yaml +++ b/charts/monitoring/values.yaml @@ -13,7 +13,7 @@ image: # Override the default Docker image name if you use a custom image or a repository mirror name: "quay.io/prometheus-operator/prometheus-operator" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - # version: "v0.53.1" + # version: "v0.55.1" # Customize the deployment of the Prometheus Operator image deploy: @@ -69,7 +69,7 @@ prometheus: # Override the default Docker image name if you use a custom image or a repository mirror name: "quay.io/prometheus/prometheus" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - version: "v2.32.1" + version: "v2.33.5" # You are encouraged to setup the resources that the application can use via this # property or at least via a LimitRange resource in the namespace @@ -108,7 +108,7 @@ prometheus: # Override the default Docker image name if you use a custom image or a repository mirror name: "quay.io/prometheus-operator/prometheus-config-reloader" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - version: "v0.53.1" + version: "v0.55.1" resources: cpu: "100m" @@ -120,7 +120,7 @@ alertmanager: # Override the default Docker image name if you use a custom image or a repository mirror name: "quay.io/prometheus/alertmanager" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - version: "v0.23.0" + version: "v0.24.0" # You are encouraged to setup the resources that the application can use via this # property or at least via a LimitRange resource in the namespace @@ -182,7 +182,7 @@ kubeStateMetrics: # Override the default Docker image name if you use a custom image or a repository mirror name: "k8s.gcr.io/kube-state-metrics/kube-state-metrics" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - version: "v2.3.0" + version: "v2.4.2" # You are encouraged to setup the resources that the application can use via this # property or at least via a LimitRange resource in the namespace diff --git a/charts/traefik-ingress/values.yaml b/charts/traefik-ingress/values.yaml index 754d5ee..2363fec 100644 --- a/charts/traefik-ingress/values.yaml +++ b/charts/traefik-ingress/values.yaml @@ -26,7 +26,7 @@ image: # Override the default Docker image name if you use a custom image or a repository mirror name: "traefik" # Use this optional value to override the tag of the image to relase instead of relying on the Chart one - # version: 2.6.1 + # version: 2.6.3 # Customize the deployment of Traefik image deploy: