Skip to content

Commit

Permalink
feat: updated versions in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddellarocca committed Apr 8, 2022
1 parent c21e596 commit 8a4af21
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions charts/logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions charts/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/traefik-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a4af21

Please sign in to comment.