Browse Source

Publish new changes in catalog

sonicaj 1 year ago
parent
commit
40497b89d5
33 changed files with 4 additions and 4 deletions
  1. 0 0
      charts/collabora/1.2.30/.helmignore
  2. 0 0
      charts/collabora/1.2.30/Chart.lock
  3. 1 1
      charts/collabora/1.2.30/Chart.yaml
  4. 0 0
      charts/collabora/1.2.30/README.md
  5. 0 0
      charts/collabora/1.2.30/app-readme.md
  6. 0 0
      charts/collabora/1.2.30/charts/common-2304.0.1.tgz
  7. 0 0
      charts/collabora/1.2.30/ci/http-values.yaml
  8. 0 0
      charts/collabora/1.2.30/ci/https-values.yaml
  9. 0 0
      charts/collabora/1.2.30/ix_values.yaml
  10. 0 0
      charts/collabora/1.2.30/metadata.yaml
  11. 0 0
      charts/collabora/1.2.30/questions.yaml
  12. 0 0
      charts/collabora/1.2.30/templates/_helpers.tpl
  13. 1 1
      charts/collabora/1.2.30/templates/deployment.yaml
  14. 0 0
      charts/collabora/1.2.30/templates/nginx-conf.yaml
  15. 0 0
      charts/collabora/1.2.30/templates/secrets.yaml
  16. 0 0
      charts/collabora/1.2.30/templates/service.yaml
  17. 0 0
      community/deluge/1.2.6/Chart.lock
  18. 2 2
      community/deluge/1.2.6/Chart.yaml
  19. 0 0
      community/deluge/1.2.6/README.md
  20. 0 0
      community/deluge/1.2.6/app-readme.md
  21. 0 0
      community/deluge/1.2.6/charts/common-1.2.9.tgz
  22. 0 0
      community/deluge/1.2.6/ci/basic-values.yaml
  23. 0 0
      community/deluge/1.2.6/ci/hostnet-values.yaml
  24. 0 0
      community/deluge/1.2.6/ix_values.yaml
  25. 0 0
      community/deluge/1.2.6/metadata.yaml
  26. 0 0
      community/deluge/1.2.6/migrations/migrate
  27. 0 0
      community/deluge/1.2.6/questions.yaml
  28. 0 0
      community/deluge/1.2.6/templates/NOTES.txt
  29. 0 0
      community/deluge/1.2.6/templates/_deluge.tpl
  30. 0 0
      community/deluge/1.2.6/templates/_persistence.tpl
  31. 0 0
      community/deluge/1.2.6/templates/_portal.tpl
  32. 0 0
      community/deluge/1.2.6/templates/_service.tpl
  33. 0 0
      community/deluge/1.2.6/templates/common.yaml

+ 0 - 0
charts/collabora/1.2.29/.helmignore → charts/collabora/1.2.30/.helmignore


+ 0 - 0
charts/collabora/1.2.29/Chart.lock → charts/collabora/1.2.30/Chart.lock


+ 1 - 1
charts/collabora/1.2.29/Chart.yaml → charts/collabora/1.2.30/Chart.yaml

@@ -5,7 +5,7 @@ description: |
 annotations:
   title: Collabora
 type: application
-version: 1.2.29
+version: 1.2.30
 apiVersion: v2
 appVersion: 23.05.8.2.1
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/collabora/1.2.29/README.md → charts/collabora/1.2.30/README.md


+ 0 - 0
charts/collabora/1.2.29/app-readme.md → charts/collabora/1.2.30/app-readme.md


+ 0 - 0
charts/collabora/1.2.29/charts/common-2304.0.1.tgz → charts/collabora/1.2.30/charts/common-2304.0.1.tgz


+ 0 - 0
charts/collabora/1.2.29/ci/http-values.yaml → charts/collabora/1.2.30/ci/http-values.yaml


+ 0 - 0
charts/collabora/1.2.29/ci/https-values.yaml → charts/collabora/1.2.30/ci/https-values.yaml


+ 0 - 0
charts/collabora/1.2.29/ix_values.yaml → charts/collabora/1.2.30/ix_values.yaml


+ 0 - 0
charts/collabora/1.2.29/metadata.yaml → charts/collabora/1.2.30/metadata.yaml


+ 0 - 0
charts/collabora/1.2.29/questions.yaml → charts/collabora/1.2.30/questions.yaml


+ 0 - 0
charts/collabora/1.2.29/templates/_helpers.tpl → charts/collabora/1.2.30/templates/_helpers.tpl


+ 1 - 1
charts/collabora/1.2.29/templates/deployment.yaml → charts/collabora/1.2.30/templates/deployment.yaml

@@ -2,7 +2,7 @@
 apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
 kind: Deployment
 metadata:
-  name: {{ template "common.names.fullname" . }}
+  name: {{ template "common.names.fullname" . }}-collabora
   labels: {{ include "common.labels" . | nindent 4 }}
 spec:
   strategy:

+ 0 - 0
charts/collabora/1.2.29/templates/nginx-conf.yaml → charts/collabora/1.2.30/templates/nginx-conf.yaml


+ 0 - 0
charts/collabora/1.2.29/templates/secrets.yaml → charts/collabora/1.2.30/templates/secrets.yaml


+ 0 - 0
charts/collabora/1.2.29/templates/service.yaml → charts/collabora/1.2.30/templates/service.yaml


+ 0 - 0
community/deluge/1.2.5/Chart.lock → community/deluge/1.2.6/Chart.lock


+ 2 - 2
community/deluge/1.2.5/Chart.yaml → community/deluge/1.2.6/Chart.yaml

@@ -3,9 +3,9 @@ description: Deluge is a lightweight, Free Software, cross-platform BitTorrent c
 annotations:
   title: Deluge
 type: application
-version: 1.2.5
+version: 1.2.6
 apiVersion: v2
-appVersion: '9.5.3'
+appVersion: '2.1.1'
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 0 - 0
community/deluge/1.2.5/README.md → community/deluge/1.2.6/README.md


+ 0 - 0
community/deluge/1.2.5/app-readme.md → community/deluge/1.2.6/app-readme.md


+ 0 - 0
community/deluge/1.2.5/charts/common-1.2.9.tgz → community/deluge/1.2.6/charts/common-1.2.9.tgz


+ 0 - 0
community/deluge/1.2.5/ci/basic-values.yaml → community/deluge/1.2.6/ci/basic-values.yaml


+ 0 - 0
community/deluge/1.2.5/ci/hostnet-values.yaml → community/deluge/1.2.6/ci/hostnet-values.yaml


+ 0 - 0
community/deluge/1.2.5/ix_values.yaml → community/deluge/1.2.6/ix_values.yaml


+ 0 - 0
community/deluge/1.2.5/metadata.yaml → community/deluge/1.2.6/metadata.yaml


+ 0 - 0
community/deluge/1.2.5/migrations/migrate → community/deluge/1.2.6/migrations/migrate


+ 0 - 0
community/deluge/1.2.5/questions.yaml → community/deluge/1.2.6/questions.yaml


+ 0 - 0
community/deluge/1.2.5/templates/NOTES.txt → community/deluge/1.2.6/templates/NOTES.txt


+ 0 - 0
community/deluge/1.2.5/templates/_deluge.tpl → community/deluge/1.2.6/templates/_deluge.tpl


+ 0 - 0
community/deluge/1.2.5/templates/_persistence.tpl → community/deluge/1.2.6/templates/_persistence.tpl


+ 0 - 0
community/deluge/1.2.5/templates/_portal.tpl → community/deluge/1.2.6/templates/_portal.tpl


+ 0 - 0
community/deluge/1.2.5/templates/_service.tpl → community/deluge/1.2.6/templates/_service.tpl


+ 0 - 0
community/deluge/1.2.5/templates/common.yaml → community/deluge/1.2.6/templates/common.yaml