Add version string
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2024-05-24 22:58:05 -04:00
parent 7e7f3dc19c
commit ffd839e8b5
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: prometheus-ns
name: monitoring

View File

@ -2,13 +2,13 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: kube-prometheus-stack
namespace: prometheus-ns
namespace: monitoring
spec:
interval: 1m
chart:
spec:
chart: kube-prometheus-stack
version: "<chart-version>" # Specify the version you want to deploy
version: "58.7.2"
sourceRef:
kind: HelmRepository
name: prometheus-community