Răsfoiți Sursa

Publish new changes in catalog

sonicaj 1 an în urmă
părinte
comite
d845379d2e
33 a modificat fișierele cu 13 adăugiri și 13 ștergeri
  1. 0 6
      charts/prometheus/1.0.24/Chart.lock
  2. BIN
      charts/prometheus/1.0.24/charts/common-1.2.2.tgz
  3. 6 0
      charts/prometheus/1.0.25/Chart.lock
  4. 3 3
      charts/prometheus/1.0.25/Chart.yaml
  5. 0 0
      charts/prometheus/1.0.25/README.md
  6. 0 0
      charts/prometheus/1.0.25/app-readme.md
  7. BIN
      charts/prometheus/1.0.25/charts/common-1.2.3.tgz
  8. 0 0
      charts/prometheus/1.0.25/ci/basic-values.yaml
  9. 1 1
      charts/prometheus/1.0.25/ix_values.yaml
  10. 0 0
      charts/prometheus/1.0.25/metadata.yaml
  11. 0 0
      charts/prometheus/1.0.25/migrations/migrate
  12. 0 0
      charts/prometheus/1.0.25/questions.yaml
  13. 0 0
      charts/prometheus/1.0.25/templates/NOTES.txt
  14. 0 0
      charts/prometheus/1.0.25/templates/_portal.tpl
  15. 0 0
      charts/prometheus/1.0.25/templates/_prometheus.tpl
  16. 0 0
      charts/prometheus/1.0.25/templates/common.yaml
  17. 0 0
      community/metube/1.1.6/Chart.lock
  18. 2 2
      community/metube/1.1.6/Chart.yaml
  19. 0 0
      community/metube/1.1.6/README.md
  20. 0 0
      community/metube/1.1.6/app-readme.md
  21. 0 0
      community/metube/1.1.6/charts/common-1.2.3.tgz
  22. 0 0
      community/metube/1.1.6/ci/basic-values.yaml
  23. 0 0
      community/metube/1.1.6/ci/extra-values.yaml
  24. 0 0
      community/metube/1.1.6/ci/hostNet-values.yaml
  25. 1 1
      community/metube/1.1.6/ix_values.yaml
  26. 0 0
      community/metube/1.1.6/metadata.yaml
  27. 0 0
      community/metube/1.1.6/questions.yaml
  28. 0 0
      community/metube/1.1.6/templates/NOTES.txt
  29. 0 0
      community/metube/1.1.6/templates/_metube.tpl
  30. 0 0
      community/metube/1.1.6/templates/_persistence.tpl
  31. 0 0
      community/metube/1.1.6/templates/_portal.tpl
  32. 0 0
      community/metube/1.1.6/templates/_service.tpl
  33. 0 0
      community/metube/1.1.6/templates/common.yaml

+ 0 - 6
charts/prometheus/1.0.24/Chart.lock

@@ -1,6 +0,0 @@
-dependencies:
-- name: common
-  repository: file://../../../common
-  version: 1.2.2
-digest: sha256:fb077cb81f6acecd5c9e6adc22a18e156f780cd78f27198cdb47810f95364b56
-generated: "2023-11-09T15:38:41.218933571+02:00"

BIN
charts/prometheus/1.0.24/charts/common-1.2.2.tgz


+ 6 - 0
charts/prometheus/1.0.25/Chart.lock

@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+  repository: file://../../../common
+  version: 1.2.3
+digest: sha256:e6ff49b06bf5d4d159e505ae6d153f36cd46170bb519caf90462cd5caebfd0fb
+generated: "2023-11-17T15:14:00.105711859+02:00"

+ 3 - 3
charts/prometheus/1.0.24/Chart.yaml → charts/prometheus/1.0.25/Chart.yaml

@@ -3,9 +3,9 @@ description: The Prometheus monitoring system and time series database.
 annotations:
   title: Prometheus
 type: application
-version: 1.0.24
+version: 1.0.25
 apiVersion: v2
-appVersion: v2.47.2
+appVersion: v2.48.0
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas
@@ -14,7 +14,7 @@ maintainers:
 dependencies:
   - name: common
     repository: file://../../../common
-    version: 1.2.2
+    version: 1.2.3
 home: https://prometheus.io
 icon: https://media.sys.truenas.net/apps/prometheus/icons/icon.png
 sources:

+ 0 - 0
charts/prometheus/1.0.24/README.md → charts/prometheus/1.0.25/README.md


+ 0 - 0
charts/prometheus/1.0.24/app-readme.md → charts/prometheus/1.0.25/app-readme.md


BIN
charts/prometheus/1.0.25/charts/common-1.2.3.tgz


+ 0 - 0
charts/prometheus/1.0.24/ci/basic-values.yaml → charts/prometheus/1.0.25/ci/basic-values.yaml


+ 1 - 1
charts/prometheus/1.0.24/ix_values.yaml → charts/prometheus/1.0.25/ix_values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: prom/prometheus
   pullPolicy: IfNotPresent
-  tag: v2.47.2
+  tag: v2.48.0
 
 resources:
   limits:

+ 0 - 0
charts/prometheus/1.0.24/metadata.yaml → charts/prometheus/1.0.25/metadata.yaml


+ 0 - 0
charts/prometheus/1.0.24/migrations/migrate → charts/prometheus/1.0.25/migrations/migrate


+ 0 - 0
charts/prometheus/1.0.24/questions.yaml → charts/prometheus/1.0.25/questions.yaml


+ 0 - 0
charts/prometheus/1.0.24/templates/NOTES.txt → charts/prometheus/1.0.25/templates/NOTES.txt


+ 0 - 0
charts/prometheus/1.0.24/templates/_portal.tpl → charts/prometheus/1.0.25/templates/_portal.tpl


+ 0 - 0
charts/prometheus/1.0.24/templates/_prometheus.tpl → charts/prometheus/1.0.25/templates/_prometheus.tpl


+ 0 - 0
charts/prometheus/1.0.24/templates/common.yaml → charts/prometheus/1.0.25/templates/common.yaml


+ 0 - 0
community/metube/1.1.5/Chart.lock → community/metube/1.1.6/Chart.lock


+ 2 - 2
community/metube/1.1.5/Chart.yaml → community/metube/1.1.6/Chart.yaml

@@ -4,9 +4,9 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla
 annotations:
   title: MeTube
 type: application
-version: 1.1.5
+version: 1.1.6
 apiVersion: v2
-appVersion: '2023-11-15'
+appVersion: '2023-11-16'
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 0 - 0
community/metube/1.1.5/README.md → community/metube/1.1.6/README.md


+ 0 - 0
community/metube/1.1.5/app-readme.md → community/metube/1.1.6/app-readme.md


+ 0 - 0
community/metube/1.1.5/charts/common-1.2.3.tgz → community/metube/1.1.6/charts/common-1.2.3.tgz


+ 0 - 0
community/metube/1.1.5/ci/basic-values.yaml → community/metube/1.1.6/ci/basic-values.yaml


+ 0 - 0
community/metube/1.1.5/ci/extra-values.yaml → community/metube/1.1.6/ci/extra-values.yaml


+ 0 - 0
community/metube/1.1.5/ci/hostNet-values.yaml → community/metube/1.1.6/ci/hostNet-values.yaml


+ 1 - 1
community/metube/1.1.5/ix_values.yaml → community/metube/1.1.6/ix_values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: alexta69/metube
   pullPolicy: IfNotPresent
-  tag: '2023-11-15'
+  tag: '2023-11-16'
 
 resources:
   limits:

+ 0 - 0
community/metube/1.1.5/metadata.yaml → community/metube/1.1.6/metadata.yaml


+ 0 - 0
community/metube/1.1.5/questions.yaml → community/metube/1.1.6/questions.yaml


+ 0 - 0
community/metube/1.1.5/templates/NOTES.txt → community/metube/1.1.6/templates/NOTES.txt


+ 0 - 0
community/metube/1.1.5/templates/_metube.tpl → community/metube/1.1.6/templates/_metube.tpl


+ 0 - 0
community/metube/1.1.5/templates/_persistence.tpl → community/metube/1.1.6/templates/_persistence.tpl


+ 0 - 0
community/metube/1.1.5/templates/_portal.tpl → community/metube/1.1.6/templates/_portal.tpl


+ 0 - 0
community/metube/1.1.5/templates/_service.tpl → community/metube/1.1.6/templates/_service.tpl


+ 0 - 0
community/metube/1.1.5/templates/common.yaml → community/metube/1.1.6/templates/common.yaml