Pārlūkot izejas kodu

Upgraded catalog item(s)

        This commit upgrades syncthing, ipfs catalog item(s).
sonicaj 2 gadi atpakaļ
vecāks
revīzija
fcc8c08a65
52 mainītis faili ar 16 papildinājumiem un 16 dzēšanām
  1. 0 0
      charts/ipfs/1.2.10/.helmignore
  2. 2 2
      charts/ipfs/1.2.10/Chart.yaml
  3. 0 0
      charts/ipfs/1.2.10/README.md
  4. 0 0
      charts/ipfs/1.2.10/app-readme.md
  5. 0 0
      charts/ipfs/1.2.10/charts/common-2207.0.0.tgz
  6. 1 1
      charts/ipfs/1.2.10/ix_values.yaml
  7. 0 0
      charts/ipfs/1.2.10/questions.yaml
  8. 0 0
      charts/ipfs/1.2.10/requirements.lock
  9. 0 0
      charts/ipfs/1.2.10/templates/NOTES.txt
  10. 0 0
      charts/ipfs/1.2.10/templates/deployment.yaml
  11. 0 0
      charts/ipfs/1.2.10/templates/service.yaml
  12. 0 0
      charts/ipfs/1.2.10/templates/serviceaccount.yaml
  13. 0 0
      charts/ipfs/1.2.10/templates/tests/deployment-check.yaml
  14. 1 1
      charts/ipfs/1.2.10/test_values.yaml
  15. 0 0
      charts/syncthing/1.0.13/Chart.lock
  16. 2 2
      charts/syncthing/1.0.13/Chart.yaml
  17. 0 0
      charts/syncthing/1.0.13/README.md
  18. 0 0
      charts/syncthing/1.0.13/app-readme.md
  19. 0 0
      charts/syncthing/1.0.13/charts/common-2207.0.0.tgz
  20. 1 1
      charts/syncthing/1.0.13/ix_values.yaml
  21. 0 0
      charts/syncthing/1.0.13/questions.yaml
  22. 0 0
      charts/syncthing/1.0.13/templates/deployment.yaml
  23. 0 0
      charts/syncthing/1.0.13/templates/pre-install-job.yaml
  24. 0 0
      charts/syncthing/1.0.13/templates/service.yaml
  25. 0 0
      charts/syncthing/1.0.13/templates/tests/deployment-check.yaml
  26. 1 1
      charts/syncthing/1.0.13/test_values.yaml
  27. 0 0
      test/ipfs/1.2.10/.helmignore
  28. 2 2
      test/ipfs/1.2.10/Chart.yaml
  29. 0 0
      test/ipfs/1.2.10/README.md
  30. 0 0
      test/ipfs/1.2.10/app-readme.md
  31. 0 0
      test/ipfs/1.2.10/charts/common-2207.0.0.tgz
  32. 1 1
      test/ipfs/1.2.10/ix_values.yaml
  33. 0 0
      test/ipfs/1.2.10/questions.yaml
  34. 0 0
      test/ipfs/1.2.10/requirements.lock
  35. 0 0
      test/ipfs/1.2.10/templates/NOTES.txt
  36. 0 0
      test/ipfs/1.2.10/templates/deployment.yaml
  37. 0 0
      test/ipfs/1.2.10/templates/service.yaml
  38. 0 0
      test/ipfs/1.2.10/templates/serviceaccount.yaml
  39. 0 0
      test/ipfs/1.2.10/templates/tests/deployment-check.yaml
  40. 1 1
      test/ipfs/1.2.10/test_values.yaml
  41. 0 0
      test/syncthing/1.0.13/Chart.lock
  42. 2 2
      test/syncthing/1.0.13/Chart.yaml
  43. 0 0
      test/syncthing/1.0.13/README.md
  44. 0 0
      test/syncthing/1.0.13/app-readme.md
  45. 0 0
      test/syncthing/1.0.13/charts/common-2207.0.0.tgz
  46. 1 1
      test/syncthing/1.0.13/ix_values.yaml
  47. 0 0
      test/syncthing/1.0.13/questions.yaml
  48. 0 0
      test/syncthing/1.0.13/templates/deployment.yaml
  49. 0 0
      test/syncthing/1.0.13/templates/pre-install-job.yaml
  50. 0 0
      test/syncthing/1.0.13/templates/service.yaml
  51. 0 0
      test/syncthing/1.0.13/templates/tests/deployment-check.yaml
  52. 1 1
      test/syncthing/1.0.13/test_values.yaml

+ 0 - 0
charts/ipfs/1.2.9/.helmignore → charts/ipfs/1.2.10/.helmignore


+ 2 - 2
charts/ipfs/1.2.9/Chart.yaml → charts/ipfs/1.2.10/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: v0.15.0
+appVersion: v0.16.0
 dependencies:
 - name: common
   repository: file://../../../library/common/2207.0.0
@@ -15,4 +15,4 @@ sources:
 - https://github.com/ipfs/go-ipfs
 - https://hub.docker.com/r/ipfs/go-ipfs
 upstream_version: 0.8.0-rc1
-version: 1.2.9
+version: 1.2.10

+ 0 - 0
charts/ipfs/1.2.9/README.md → charts/ipfs/1.2.10/README.md


+ 0 - 0
charts/ipfs/1.2.9/app-readme.md → charts/ipfs/1.2.10/app-readme.md


+ 0 - 0
charts/ipfs/1.2.9/charts/common-2207.0.0.tgz → charts/ipfs/1.2.10/charts/common-2207.0.0.tgz


+ 1 - 1
charts/ipfs/1.2.9/ix_values.yaml → charts/ipfs/1.2.10/ix_values.yaml

@@ -1,4 +1,4 @@
 image:
   pullPolicy: IfNotPresent
   repository: ipfs/go-ipfs
-  tag: v0.15.0
+  tag: v0.16.0

+ 0 - 0
charts/ipfs/1.2.9/questions.yaml → charts/ipfs/1.2.10/questions.yaml


+ 0 - 0
charts/ipfs/1.2.9/requirements.lock → charts/ipfs/1.2.10/requirements.lock


+ 0 - 0
charts/ipfs/1.2.9/templates/NOTES.txt → charts/ipfs/1.2.10/templates/NOTES.txt


+ 0 - 0
charts/ipfs/1.2.9/templates/deployment.yaml → charts/ipfs/1.2.10/templates/deployment.yaml


+ 0 - 0
charts/ipfs/1.2.9/templates/service.yaml → charts/ipfs/1.2.10/templates/service.yaml


+ 0 - 0
charts/ipfs/1.2.9/templates/serviceaccount.yaml → charts/ipfs/1.2.10/templates/serviceaccount.yaml


+ 0 - 0
charts/ipfs/1.2.9/templates/tests/deployment-check.yaml → charts/ipfs/1.2.10/templates/tests/deployment-check.yaml


+ 1 - 1
test/ipfs/1.2.9/test_values.yaml → charts/ipfs/1.2.10/test_values.yaml

@@ -13,7 +13,7 @@ extraArgs: []
 image:
   pullPolicy: IfNotPresent
   repository: ipfs/go-ipfs
-  tag: v0.15.0
+  tag: v0.16.0
 service:
   apiPort: 30951
   gatewayPort: 30980

+ 0 - 0
charts/syncthing/1.0.12/Chart.lock → charts/syncthing/1.0.13/Chart.lock


+ 2 - 2
test/syncthing/1.0.12/Chart.yaml → charts/syncthing/1.0.13/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v2
-appVersion: 1.21.0
+appVersion: 1.22.0
 dependencies:
 - name: common
   repository: file://../../../library/common/2207.0.0
@@ -11,4 +11,4 @@ keywords:
 - storage
 - backup
 name: syncthing
-version: 1.0.12
+version: 1.0.13

+ 0 - 0
charts/syncthing/1.0.12/README.md → charts/syncthing/1.0.13/README.md


+ 0 - 0
charts/syncthing/1.0.12/app-readme.md → charts/syncthing/1.0.13/app-readme.md


+ 0 - 0
charts/syncthing/1.0.12/charts/common-2207.0.0.tgz → charts/syncthing/1.0.13/charts/common-2207.0.0.tgz


+ 1 - 1
charts/syncthing/1.0.12/ix_values.yaml → charts/syncthing/1.0.13/ix_values.yaml

@@ -1,4 +1,4 @@
 image:
   pullPolicy: IfNotPresent
   repository: syncthing/syncthing
-  tag: 1.21.0
+  tag: 1.22.0

+ 0 - 0
charts/syncthing/1.0.12/questions.yaml → charts/syncthing/1.0.13/questions.yaml


+ 0 - 0
charts/syncthing/1.0.12/templates/deployment.yaml → charts/syncthing/1.0.13/templates/deployment.yaml


+ 0 - 0
charts/syncthing/1.0.12/templates/pre-install-job.yaml → charts/syncthing/1.0.13/templates/pre-install-job.yaml


+ 0 - 0
charts/syncthing/1.0.12/templates/service.yaml → charts/syncthing/1.0.13/templates/service.yaml


+ 0 - 0
charts/syncthing/1.0.12/templates/tests/deployment-check.yaml → charts/syncthing/1.0.13/templates/tests/deployment-check.yaml


+ 1 - 1
charts/syncthing/1.0.12/test_values.yaml → charts/syncthing/1.0.13/test_values.yaml

@@ -11,7 +11,7 @@ hostNetwork: false
 image:
   pullPolicy: IfNotPresent
   repository: syncthing/syncthing
-  tag: 1.21.0
+  tag: 1.22.0
 ownerGID: 568
 ownerUID: 568
 tcp_port: 32001

+ 0 - 0
test/ipfs/1.2.9/.helmignore → test/ipfs/1.2.10/.helmignore


+ 2 - 2
test/ipfs/1.2.9/Chart.yaml → test/ipfs/1.2.10/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: v0.15.0
+appVersion: v0.16.0
 dependencies:
 - name: common
   repository: file://../../../library/common/2207.0.0
@@ -15,4 +15,4 @@ sources:
 - https://github.com/ipfs/go-ipfs
 - https://hub.docker.com/r/ipfs/go-ipfs
 upstream_version: 0.8.0-rc1
-version: 1.2.9
+version: 1.2.10

+ 0 - 0
test/ipfs/1.2.9/README.md → test/ipfs/1.2.10/README.md


+ 0 - 0
test/ipfs/1.2.9/app-readme.md → test/ipfs/1.2.10/app-readme.md


+ 0 - 0
test/ipfs/1.2.9/charts/common-2207.0.0.tgz → test/ipfs/1.2.10/charts/common-2207.0.0.tgz


+ 1 - 1
test/ipfs/1.2.9/ix_values.yaml → test/ipfs/1.2.10/ix_values.yaml

@@ -1,4 +1,4 @@
 image:
   pullPolicy: IfNotPresent
   repository: ipfs/go-ipfs
-  tag: v0.15.0
+  tag: v0.16.0

+ 0 - 0
test/ipfs/1.2.9/questions.yaml → test/ipfs/1.2.10/questions.yaml


+ 0 - 0
test/ipfs/1.2.9/requirements.lock → test/ipfs/1.2.10/requirements.lock


+ 0 - 0
test/ipfs/1.2.9/templates/NOTES.txt → test/ipfs/1.2.10/templates/NOTES.txt


+ 0 - 0
test/ipfs/1.2.9/templates/deployment.yaml → test/ipfs/1.2.10/templates/deployment.yaml


+ 0 - 0
test/ipfs/1.2.9/templates/service.yaml → test/ipfs/1.2.10/templates/service.yaml


+ 0 - 0
test/ipfs/1.2.9/templates/serviceaccount.yaml → test/ipfs/1.2.10/templates/serviceaccount.yaml


+ 0 - 0
test/ipfs/1.2.9/templates/tests/deployment-check.yaml → test/ipfs/1.2.10/templates/tests/deployment-check.yaml


+ 1 - 1
charts/ipfs/1.2.9/test_values.yaml → test/ipfs/1.2.10/test_values.yaml

@@ -13,7 +13,7 @@ extraArgs: []
 image:
   pullPolicy: IfNotPresent
   repository: ipfs/go-ipfs
-  tag: v0.15.0
+  tag: v0.16.0
 service:
   apiPort: 30951
   gatewayPort: 30980

+ 0 - 0
test/syncthing/1.0.12/Chart.lock → test/syncthing/1.0.13/Chart.lock


+ 2 - 2
charts/syncthing/1.0.12/Chart.yaml → test/syncthing/1.0.13/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v2
-appVersion: 1.21.0
+appVersion: 1.22.0
 dependencies:
 - name: common
   repository: file://../../../library/common/2207.0.0
@@ -11,4 +11,4 @@ keywords:
 - storage
 - backup
 name: syncthing
-version: 1.0.12
+version: 1.0.13

+ 0 - 0
test/syncthing/1.0.12/README.md → test/syncthing/1.0.13/README.md


+ 0 - 0
test/syncthing/1.0.12/app-readme.md → test/syncthing/1.0.13/app-readme.md


+ 0 - 0
test/syncthing/1.0.12/charts/common-2207.0.0.tgz → test/syncthing/1.0.13/charts/common-2207.0.0.tgz


+ 1 - 1
test/syncthing/1.0.12/ix_values.yaml → test/syncthing/1.0.13/ix_values.yaml

@@ -1,4 +1,4 @@
 image:
   pullPolicy: IfNotPresent
   repository: syncthing/syncthing
-  tag: 1.21.0
+  tag: 1.22.0

+ 0 - 0
test/syncthing/1.0.12/questions.yaml → test/syncthing/1.0.13/questions.yaml


+ 0 - 0
test/syncthing/1.0.12/templates/deployment.yaml → test/syncthing/1.0.13/templates/deployment.yaml


+ 0 - 0
test/syncthing/1.0.12/templates/pre-install-job.yaml → test/syncthing/1.0.13/templates/pre-install-job.yaml


+ 0 - 0
test/syncthing/1.0.12/templates/service.yaml → test/syncthing/1.0.13/templates/service.yaml


+ 0 - 0
test/syncthing/1.0.12/templates/tests/deployment-check.yaml → test/syncthing/1.0.13/templates/tests/deployment-check.yaml


+ 1 - 1
test/syncthing/1.0.12/test_values.yaml → test/syncthing/1.0.13/test_values.yaml

@@ -11,7 +11,7 @@ hostNetwork: false
 image:
   pullPolicy: IfNotPresent
   repository: syncthing/syncthing
-  tag: 1.21.0
+  tag: 1.22.0
 ownerGID: 568
 ownerUID: 568
 tcp_port: 32001