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