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 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: prometheus-ns name: monitoring

View File

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