Bladeren bron

Upgraded catalog item(s)

        This commit upgrades nextcloud catalog item(s).
sonicaj 4 jaren geleden
bovenliggende
commit
bad5a1c32d
50 gewijzigde bestanden met toevoegingen van 20 en 20 verwijderingen
  1. 0 0
      charts/nextcloud/1.3.8/.helmignore
  2. 0 0
      charts/nextcloud/1.3.8/Chart.lock
  3. 2 2
      charts/nextcloud/1.3.8/Chart.yaml
  4. 0 0
      charts/nextcloud/1.3.8/README.md
  5. 0 0
      charts/nextcloud/1.3.8/app-readme.md
  6. 0 0
      charts/nextcloud/1.3.8/charts/common-2105.0.0.tgz
  7. 2 2
      charts/nextcloud/1.3.8/ix_values.yaml
  8. 0 0
      charts/nextcloud/1.3.8/migrations/migrate_from_1.1.0
  9. 0 0
      charts/nextcloud/1.3.8/questions.yaml
  10. 0 0
      charts/nextcloud/1.3.8/templates/NOTES.txt
  11. 0 0
      charts/nextcloud/1.3.8/templates/_nginx.tpl
  12. 0 0
      charts/nextcloud/1.3.8/templates/_postgres.tpl
  13. 0 0
      charts/nextcloud/1.3.8/templates/backup-postgres-config.yaml
  14. 0 0
      charts/nextcloud/1.3.8/templates/backup-postgres-hook.yaml
  15. 0 0
      charts/nextcloud/1.3.8/templates/deployment.yaml
  16. 0 0
      charts/nextcloud/1.3.8/templates/nginx-configmap.yaml
  17. 0 0
      charts/nextcloud/1.3.8/templates/nginx-secret.yaml
  18. 0 0
      charts/nextcloud/1.3.8/templates/nuke-deployments-hook.yaml
  19. 0 0
      charts/nextcloud/1.3.8/templates/postgres-deployment.yaml
  20. 0 0
      charts/nextcloud/1.3.8/templates/postgres-secret.yaml
  21. 0 0
      charts/nextcloud/1.3.8/templates/postgres-service.yaml
  22. 0 0
      charts/nextcloud/1.3.8/templates/secrets.yaml
  23. 0 0
      charts/nextcloud/1.3.8/templates/service.yaml
  24. 0 0
      charts/nextcloud/1.3.8/templates/serviceaccount.yaml
  25. 6 6
      charts/nextcloud/1.3.8/test_values.yaml
  26. 0 0
      test/nextcloud/1.3.8/.helmignore
  27. 0 0
      test/nextcloud/1.3.8/Chart.lock
  28. 2 2
      test/nextcloud/1.3.8/Chart.yaml
  29. 0 0
      test/nextcloud/1.3.8/README.md
  30. 0 0
      test/nextcloud/1.3.8/app-readme.md
  31. 0 0
      test/nextcloud/1.3.8/charts/common-2105.0.0.tgz
  32. 2 2
      test/nextcloud/1.3.8/ix_values.yaml
  33. 0 0
      test/nextcloud/1.3.8/migrations/migrate_from_1.1.0
  34. 0 0
      test/nextcloud/1.3.8/questions.yaml
  35. 0 0
      test/nextcloud/1.3.8/templates/NOTES.txt
  36. 0 0
      test/nextcloud/1.3.8/templates/_nginx.tpl
  37. 0 0
      test/nextcloud/1.3.8/templates/_postgres.tpl
  38. 0 0
      test/nextcloud/1.3.8/templates/backup-postgres-config.yaml
  39. 0 0
      test/nextcloud/1.3.8/templates/backup-postgres-hook.yaml
  40. 0 0
      test/nextcloud/1.3.8/templates/deployment.yaml
  41. 0 0
      test/nextcloud/1.3.8/templates/nginx-configmap.yaml
  42. 0 0
      test/nextcloud/1.3.8/templates/nginx-secret.yaml
  43. 0 0
      test/nextcloud/1.3.8/templates/nuke-deployments-hook.yaml
  44. 0 0
      test/nextcloud/1.3.8/templates/postgres-deployment.yaml
  45. 0 0
      test/nextcloud/1.3.8/templates/postgres-secret.yaml
  46. 0 0
      test/nextcloud/1.3.8/templates/postgres-service.yaml
  47. 0 0
      test/nextcloud/1.3.8/templates/secrets.yaml
  48. 0 0
      test/nextcloud/1.3.8/templates/service.yaml
  49. 0 0
      test/nextcloud/1.3.8/templates/serviceaccount.yaml
  50. 6 6
      test/nextcloud/1.3.8/test_values.yaml

+ 0 - 0
charts/nextcloud/1.3.7/.helmignore → charts/nextcloud/1.3.8/.helmignore


+ 0 - 0
charts/nextcloud/1.3.7/Chart.lock → charts/nextcloud/1.3.8/Chart.lock


+ 2 - 2
charts/nextcloud/1.3.7/Chart.yaml → charts/nextcloud/1.3.8/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v2
-appVersion: '22.2'
+appVersion: 22.2.1
 dependencies:
 - name: common
   repository: file://../../../library/common/2105.0.0
@@ -19,4 +19,4 @@ sources:
 - https://github.com/nextcloud/docker
 - https://github.com/nextcloud/helm
 upstream_version: 2.3.2
-version: 1.3.7
+version: 1.3.8

+ 0 - 0
charts/nextcloud/1.3.7/README.md → charts/nextcloud/1.3.8/README.md


+ 0 - 0
charts/nextcloud/1.3.7/app-readme.md → charts/nextcloud/1.3.8/app-readme.md


+ 0 - 0
charts/nextcloud/1.3.7/charts/common-2105.0.0.tgz → charts/nextcloud/1.3.8/charts/common-2105.0.0.tgz


+ 2 - 2
test/nextcloud/1.3.7/ix_values.yaml → charts/nextcloud/1.3.8/ix_values.yaml

@@ -1,9 +1,9 @@
 image:
   pullPolicy: IfNotPresent
   repository: nextcloud
-  tag: '22.2'
+  tag: 22.2.1
 nginx:
   image:
+    pullPolicy: IfNotPresent
     repository: nginx
     tag: 1.21.3
-    pullPolicy: IfNotPresent

+ 0 - 0
charts/nextcloud/1.3.7/migrations/migrate_from_1.1.0 → charts/nextcloud/1.3.8/migrations/migrate_from_1.1.0


+ 0 - 0
charts/nextcloud/1.3.7/questions.yaml → charts/nextcloud/1.3.8/questions.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/NOTES.txt → charts/nextcloud/1.3.8/templates/NOTES.txt


+ 0 - 0
charts/nextcloud/1.3.7/templates/_nginx.tpl → charts/nextcloud/1.3.8/templates/_nginx.tpl


+ 0 - 0
charts/nextcloud/1.3.7/templates/_postgres.tpl → charts/nextcloud/1.3.8/templates/_postgres.tpl


+ 0 - 0
charts/nextcloud/1.3.7/templates/backup-postgres-config.yaml → charts/nextcloud/1.3.8/templates/backup-postgres-config.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/backup-postgres-hook.yaml → charts/nextcloud/1.3.8/templates/backup-postgres-hook.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/deployment.yaml → charts/nextcloud/1.3.8/templates/deployment.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/nginx-configmap.yaml → charts/nextcloud/1.3.8/templates/nginx-configmap.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/nginx-secret.yaml → charts/nextcloud/1.3.8/templates/nginx-secret.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/nuke-deployments-hook.yaml → charts/nextcloud/1.3.8/templates/nuke-deployments-hook.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/postgres-deployment.yaml → charts/nextcloud/1.3.8/templates/postgres-deployment.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/postgres-secret.yaml → charts/nextcloud/1.3.8/templates/postgres-secret.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/postgres-service.yaml → charts/nextcloud/1.3.8/templates/postgres-service.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/secrets.yaml → charts/nextcloud/1.3.8/templates/secrets.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/service.yaml → charts/nextcloud/1.3.8/templates/service.yaml


+ 0 - 0
charts/nextcloud/1.3.7/templates/serviceaccount.yaml → charts/nextcloud/1.3.8/templates/serviceaccount.yaml


+ 6 - 6
test/nextcloud/1.3.7/test_values.yaml → charts/nextcloud/1.3.8/test_values.yaml

@@ -9,18 +9,18 @@ environmentVariables: []
 image:
   pullPolicy: IfNotPresent
   repository: nextcloud
-  tag: '22.2'
-nginx:
-  image:
-    repository: nginx
-    tag: 1.21.3
-    pullPolicy: IfNotPresent
+  tag: 22.2.1
 ixChartContext: {}
 nextcloud:
   datadir: /var/www/html/data
   host: nextcloud.kube.home
   password: changeme
   username: admin
+nginx:
+  image:
+    pullPolicy: IfNotPresent
+    repository: nginx
+    tag: 1.21.3
 postgresAppVolumeMounts:
   postgres-backup:
     emptyDir: true

+ 0 - 0
test/nextcloud/1.3.7/.helmignore → test/nextcloud/1.3.8/.helmignore


+ 0 - 0
test/nextcloud/1.3.7/Chart.lock → test/nextcloud/1.3.8/Chart.lock


+ 2 - 2
test/nextcloud/1.3.7/Chart.yaml → test/nextcloud/1.3.8/Chart.yaml

@@ -1,5 +1,5 @@
 apiVersion: v2
-appVersion: '22.2'
+appVersion: 22.2.1
 dependencies:
 - name: common
   repository: file://../../../library/common/2105.0.0
@@ -19,4 +19,4 @@ sources:
 - https://github.com/nextcloud/docker
 - https://github.com/nextcloud/helm
 upstream_version: 2.3.2
-version: 1.3.7
+version: 1.3.8

+ 0 - 0
test/nextcloud/1.3.7/README.md → test/nextcloud/1.3.8/README.md


+ 0 - 0
test/nextcloud/1.3.7/app-readme.md → test/nextcloud/1.3.8/app-readme.md


+ 0 - 0
test/nextcloud/1.3.7/charts/common-2105.0.0.tgz → test/nextcloud/1.3.8/charts/common-2105.0.0.tgz


+ 2 - 2
charts/nextcloud/1.3.7/ix_values.yaml → test/nextcloud/1.3.8/ix_values.yaml

@@ -1,9 +1,9 @@
 image:
   pullPolicy: IfNotPresent
   repository: nextcloud
-  tag: '22.2'
+  tag: 22.2.1
 nginx:
   image:
+    pullPolicy: IfNotPresent
     repository: nginx
     tag: 1.21.3
-    pullPolicy: IfNotPresent

+ 0 - 0
test/nextcloud/1.3.7/migrations/migrate_from_1.1.0 → test/nextcloud/1.3.8/migrations/migrate_from_1.1.0


+ 0 - 0
test/nextcloud/1.3.7/questions.yaml → test/nextcloud/1.3.8/questions.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/NOTES.txt → test/nextcloud/1.3.8/templates/NOTES.txt


+ 0 - 0
test/nextcloud/1.3.7/templates/_nginx.tpl → test/nextcloud/1.3.8/templates/_nginx.tpl


+ 0 - 0
test/nextcloud/1.3.7/templates/_postgres.tpl → test/nextcloud/1.3.8/templates/_postgres.tpl


+ 0 - 0
test/nextcloud/1.3.7/templates/backup-postgres-config.yaml → test/nextcloud/1.3.8/templates/backup-postgres-config.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/backup-postgres-hook.yaml → test/nextcloud/1.3.8/templates/backup-postgres-hook.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/deployment.yaml → test/nextcloud/1.3.8/templates/deployment.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/nginx-configmap.yaml → test/nextcloud/1.3.8/templates/nginx-configmap.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/nginx-secret.yaml → test/nextcloud/1.3.8/templates/nginx-secret.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/nuke-deployments-hook.yaml → test/nextcloud/1.3.8/templates/nuke-deployments-hook.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/postgres-deployment.yaml → test/nextcloud/1.3.8/templates/postgres-deployment.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/postgres-secret.yaml → test/nextcloud/1.3.8/templates/postgres-secret.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/postgres-service.yaml → test/nextcloud/1.3.8/templates/postgres-service.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/secrets.yaml → test/nextcloud/1.3.8/templates/secrets.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/service.yaml → test/nextcloud/1.3.8/templates/service.yaml


+ 0 - 0
test/nextcloud/1.3.7/templates/serviceaccount.yaml → test/nextcloud/1.3.8/templates/serviceaccount.yaml


+ 6 - 6
charts/nextcloud/1.3.7/test_values.yaml → test/nextcloud/1.3.8/test_values.yaml

@@ -9,18 +9,18 @@ environmentVariables: []
 image:
   pullPolicy: IfNotPresent
   repository: nextcloud
-  tag: '22.2'
-nginx:
-  image:
-    repository: nginx
-    tag: 1.21.3
-    pullPolicy: IfNotPresent
+  tag: 22.2.1
 ixChartContext: {}
 nextcloud:
   datadir: /var/www/html/data
   host: nextcloud.kube.home
   password: changeme
   username: admin
+nginx:
+  image:
+    pullPolicy: IfNotPresent
+    repository: nginx
+    tag: 1.21.3
 postgresAppVolumeMounts:
   postgres-backup:
     emptyDir: true