Преглед на файлове

Upgraded catalog item(s)

        This commit upgrades ipfs catalog item(s).
sonicaj преди 3 години
родител
ревизия
1e1d07df3d
променени са 31 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. BIN
      charts/ipfs/1.1.3/charts/common-2112.0.0.tgz
  2. 0 0
      charts/ipfs/1.1.4/.helmignore
  3. 2 2
      charts/ipfs/1.1.4/Chart.yaml
  4. 0 0
      charts/ipfs/1.1.4/README.md
  5. 0 0
      charts/ipfs/1.1.4/app-readme.md
  6. 0 0
      charts/ipfs/1.1.4/charts/common-2112.0.0.tgz
  7. 0 0
      charts/ipfs/1.1.4/default_values.yaml
  8. 1 1
      charts/ipfs/1.1.4/ix_values.yaml
  9. 0 0
      charts/ipfs/1.1.4/questions.yaml
  10. 0 0
      charts/ipfs/1.1.4/requirements.lock
  11. 0 0
      charts/ipfs/1.1.4/templates/NOTES.txt
  12. 0 0
      charts/ipfs/1.1.4/templates/deployment.yaml
  13. 0 0
      charts/ipfs/1.1.4/templates/service.yaml
  14. 0 0
      charts/ipfs/1.1.4/templates/serviceaccount.yaml
  15. 1 1
      charts/ipfs/1.1.4/test_values.yaml
  16. 0 0
      charts/ipfs/1.1.4/values.yaml
  17. 0 0
      test/ipfs/1.1.4/.helmignore
  18. 2 2
      test/ipfs/1.1.4/Chart.yaml
  19. 0 0
      test/ipfs/1.1.4/README.md
  20. 0 0
      test/ipfs/1.1.4/app-readme.md
  21. BIN
      test/ipfs/1.1.4/charts/common-2112.0.0.tgz
  22. 0 0
      test/ipfs/1.1.4/default_values.yaml
  23. 1 1
      test/ipfs/1.1.4/ix_values.yaml
  24. 0 0
      test/ipfs/1.1.4/questions.yaml
  25. 1 1
      test/ipfs/1.1.4/requirements.lock
  26. 0 0
      test/ipfs/1.1.4/templates/NOTES.txt
  27. 0 0
      test/ipfs/1.1.4/templates/deployment.yaml
  28. 0 0
      test/ipfs/1.1.4/templates/service.yaml
  29. 0 0
      test/ipfs/1.1.4/templates/serviceaccount.yaml
  30. 1 1
      test/ipfs/1.1.4/test_values.yaml
  31. 0 0
      test/ipfs/1.1.4/values.yaml

BIN
charts/ipfs/1.1.3/charts/common-2112.0.0.tgz


+ 0 - 0
charts/ipfs/1.1.3/.helmignore → charts/ipfs/1.1.4/.helmignore


+ 2 - 2
charts/ipfs/1.1.3/Chart.yaml → charts/ipfs/1.1.4/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: v0.10.0
+appVersion: v0.11.0
 dependencies:
 - name: common
   repository: file://../../../library/common/2112.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.1.3
+version: 1.1.4

+ 0 - 0
charts/ipfs/1.1.3/README.md → charts/ipfs/1.1.4/README.md


+ 0 - 0
charts/ipfs/1.1.3/app-readme.md → charts/ipfs/1.1.4/app-readme.md


+ 0 - 0
test/ipfs/1.1.3/charts/common-2112.0.0.tgz → charts/ipfs/1.1.4/charts/common-2112.0.0.tgz


+ 0 - 0
charts/ipfs/1.1.3/default_values.yaml → charts/ipfs/1.1.4/default_values.yaml


+ 1 - 1
test/ipfs/1.1.3/ix_values.yaml → charts/ipfs/1.1.4/ix_values.yaml

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

+ 0 - 0
charts/ipfs/1.1.3/questions.yaml → charts/ipfs/1.1.4/questions.yaml


+ 0 - 0
test/ipfs/1.1.3/requirements.lock → charts/ipfs/1.1.4/requirements.lock


+ 0 - 0
charts/ipfs/1.1.3/templates/NOTES.txt → charts/ipfs/1.1.4/templates/NOTES.txt


+ 0 - 0
charts/ipfs/1.1.3/templates/deployment.yaml → charts/ipfs/1.1.4/templates/deployment.yaml


+ 0 - 0
charts/ipfs/1.1.3/templates/service.yaml → charts/ipfs/1.1.4/templates/service.yaml


+ 0 - 0
charts/ipfs/1.1.3/templates/serviceaccount.yaml → charts/ipfs/1.1.4/templates/serviceaccount.yaml


+ 1 - 1
test/ipfs/1.1.3/test_values.yaml → charts/ipfs/1.1.4/test_values.yaml

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

+ 0 - 0
charts/ipfs/1.1.3/values.yaml → charts/ipfs/1.1.4/values.yaml


+ 0 - 0
test/ipfs/1.1.3/.helmignore → test/ipfs/1.1.4/.helmignore


+ 2 - 2
test/ipfs/1.1.3/Chart.yaml → test/ipfs/1.1.4/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v1
-appVersion: v0.10.0
+appVersion: v0.11.0
 dependencies:
 - name: common
   repository: file://../../../library/common/2112.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.1.3
+version: 1.1.4

+ 0 - 0
test/ipfs/1.1.3/README.md → test/ipfs/1.1.4/README.md


+ 0 - 0
test/ipfs/1.1.3/app-readme.md → test/ipfs/1.1.4/app-readme.md


BIN
test/ipfs/1.1.4/charts/common-2112.0.0.tgz


+ 0 - 0
test/ipfs/1.1.3/default_values.yaml → test/ipfs/1.1.4/default_values.yaml


+ 1 - 1
charts/ipfs/1.1.3/ix_values.yaml → test/ipfs/1.1.4/ix_values.yaml

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

+ 0 - 0
test/ipfs/1.1.3/questions.yaml → test/ipfs/1.1.4/questions.yaml


+ 1 - 1
charts/ipfs/1.1.3/requirements.lock → test/ipfs/1.1.4/requirements.lock

@@ -3,4 +3,4 @@ dependencies:
   repository: file://../../../library/common/2112.0.0
   version: 2112.0.0
 digest: sha256:47115d9b91afe42c8537dcf0fd8224f2f7d1c775f9ff860efa68a6b57d17d1c0
-generated: "2021-12-06T21:40:36.992369+05:00"
+generated: "2021-12-06T21:24:36.550755+05:00"

+ 0 - 0
test/ipfs/1.1.3/templates/NOTES.txt → test/ipfs/1.1.4/templates/NOTES.txt


+ 0 - 0
test/ipfs/1.1.3/templates/deployment.yaml → test/ipfs/1.1.4/templates/deployment.yaml


+ 0 - 0
test/ipfs/1.1.3/templates/service.yaml → test/ipfs/1.1.4/templates/service.yaml


+ 0 - 0
test/ipfs/1.1.3/templates/serviceaccount.yaml → test/ipfs/1.1.4/templates/serviceaccount.yaml


+ 1 - 1
charts/ipfs/1.1.3/test_values.yaml → test/ipfs/1.1.4/test_values.yaml

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

+ 0 - 0
test/ipfs/1.1.3/values.yaml → test/ipfs/1.1.4/values.yaml