Преглед изворни кода

Upgraded catalog item(s) (#1183)

This commit upgrades prometheus catalog item(s).

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
bugclerk пре 2 година
родитељ
комит
9bc3e49bb4

+ 2 - 2
library/ix-dev/charts/prometheus/Chart.yaml

@@ -3,9 +3,9 @@ description: The Prometheus monitoring system and time series database.
 annotations:
   title: Prometheus
 type: application
-version: 1.0.3
+version: 1.0.4
 apiVersion: v2
-appVersion: v2.43.0
+appVersion: v2.43.1
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 2 - 2
library/ix-dev/charts/prometheus/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: prom/prometheus
   pullPolicy: IfNotPresent
-  tag: v2.43.0
+  tag: v2.43.1
 
 resources:
   limits:
@@ -10,7 +10,7 @@ resources:
 
 prometheusConfig:
   retentionTime: 15d
-  retentionSize: ""
+  retentionSize: ''
   walCompression: true
   additionalEnvs: []
   additionalArgs: []