chart: Update Prometheus to v2.32.1

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2022-01-21 15:13:12 +02:00
parent a0f1638f6c
commit 6f6af25467
4 changed files with 11 additions and 5 deletions
+6 -3
View File
@@ -16,17 +16,20 @@ jobs:
kind:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
provider:
# service mesh
- istio
- linkerd
- osm
- kuma
# ingress controllers
- contour
- nginx
- traefik
- gloo
- skipper
- osm
- kuma
- kubernetes
steps:
- name: Checkout
@@ -34,7 +37,7 @@ jobs:
- name: Setup Kubernetes
uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.11.0"
version: "v0.11.1"
image: kindest/node:v1.21.1@sha256:fae9a58f17f18f06aeac9772ca8b5ac680ebbed985e266f711d936e91d113bad
- name: Build container image
run: |
+3
View File
@@ -16,9 +16,12 @@ command flag, or with Helm `--set clusterName=my-cluster`.
- Add kuma support for progressive traffic shifting canaries
[#1085](https://github.com/fluxcd/flagger/pull/1085)
[#1093](https://github.com/fluxcd/flagger/pull/1093)
#### Improvements
- Publish a Software Bill of Materials (SBOM)
[#1094](https://github.com/fluxcd/flagger/pull/1094)
- Add cluster name to flagger cmd args for altering
[#1041](https://github.com/fluxcd/flagger/pull/1041)
+1 -1
View File
@@ -138,7 +138,7 @@ tolerations: []
prometheus:
# to be used with ingress controllers
install: false
image: docker.io/prom/prometheus:v2.23.0
image: docker.io/prom/prometheus:v2.32.1
pullSecret:
retention: 2h
# when enabled, it will add a security context for the prometheus pod
@@ -1,4 +1,4 @@
# Kuma Canary Deployments
# Kuma Canary Deployments
This guide shows you how to use Kuma and Flagger to automate canary deployments.