diff --git a/charts/ghost/Chart.lock b/charts/ghost/Chart.lock index c2dc20d473fc3580994c9c909632b8777c211ac7..4c786f22bbfbbdeea73fd729d0fd064311df4312 100644 --- a/charts/ghost/Chart.lock +++ b/charts/ghost/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.2 -digest: sha256:b66987f8e3bb7d047dd5be819ac40d6dec301961d980c8a1bbb837cbe4c99aa5 -generated: "2020-12-13T20:18:01.8952563+01:00" + version: 0.2.3 +digest: sha256:5a8d20b3699331343825554d37bb0265ce9d90efa50f3003346de53efd7b7754 +generated: "2020-12-14T17:38:28.2726213+01:00" diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index 2d297f4717c75c73f0ece0af612c755adb369538..40a8d5bf7c29f8178175549067c646b73668018e 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -7,12 +7,12 @@ type: application maintainers: - name: groundhog2k -version: 0.2.2 +version: 0.2.3 appVersion: "3.40.1" dependencies: - name: mariadb - version: 0.2.2 + version: 0.2.3 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled diff --git a/charts/ghost/README.md b/charts/ghost/README.md index c90115137bcd91c7b135a7b75dde3888d74a8d36..23b4f261e0e8745dc5e4c6830ad75c4b3224b93a 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   A Helm chart for Ghost blog on Kubernetes @@ -43,7 +43,7 @@ $ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.2 | +| @groundhog2k | mariadb | 0.2.3 | ## Common parameters diff --git a/charts/ghost/charts/mariadb-0.2.2.tgz b/charts/ghost/charts/mariadb-0.2.2.tgz deleted file mode 100644 index a6ff94ea3d778099e3c13c57749481292dee4a69..0000000000000000000000000000000000000000 Binary files a/charts/ghost/charts/mariadb-0.2.2.tgz and /dev/null differ diff --git a/charts/ghost/charts/mariadb-0.2.3.tgz b/charts/ghost/charts/mariadb-0.2.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..76701c496f68c12a7fe158d48c75aff942cdfc3b Binary files /dev/null and b/charts/ghost/charts/mariadb-0.2.3.tgz differ diff --git a/charts/ghost/values.yaml b/charts/ghost/values.yaml index 0c94fe1491ea9e9d46e42ce075d14e42040969ad..4a5c83e86701973f8da5b3dd9b1247801edea786 100644 --- a/charts/ghost/values.yaml +++ b/charts/ghost/values.yaml @@ -44,9 +44,9 @@ service: type: ClusterIP port: 80 ## The node port (only relevant for type NodePort) - nodePort: {} + nodePort: ## The cluster ip address (only relevant for type LoadBalancer) - clusterIP: {} + clusterIP: ## Ingress configuration ingress: @@ -140,13 +140,13 @@ settings: ## Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## Default access mode (ReadWriteOnce) accessModes: @@ -163,21 +163,21 @@ mariadb: rootPassword: ## Optional user database which is created during first startup with user and password - userDatabase: + userDatabase: {} ## Name of the user database - name: + # name: ## Database user with full access rights - user: + # user: ## Password of the database user (default: a 10 char. alpahnumerical random password will be generated) - password: + # password: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: diff --git a/charts/gitea/Chart.lock b/charts/gitea/Chart.lock index b4e7b8dc7814eca087feb5b1b3dc8e7374eeeb53..5b2ddd1c972a57580146eafff2accb44176b6a4f 100644 --- a/charts/gitea/Chart.lock +++ b/charts/gitea/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.2 + version: 0.2.3 - name: postgres repository: https://groundhog2k.github.io/helm-charts - version: 0.2.3 + version: 0.2.4 - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.2.2 -digest: sha256:5b55365cdcbb8606ac9ba99269f83e194828480ef872dbc006c9ea60bb30ab1a -generated: "2020-12-13T18:58:33.270318+01:00" + version: 0.2.3 +digest: sha256:d362c22d5e8268611a37cc2d7b5be5ac39ff8f7a581dbb84b0633f973421014e +generated: "2020-12-14T17:38:40.3429689+01:00" diff --git a/charts/gitea/Chart.yaml b/charts/gitea/Chart.yaml index 19113e231dbd50a80fe2fc3ce7c78de9c7e113bd..891e74e9e78c85d570dff46669ba5561db8bf7f7 100644 --- a/charts/gitea/Chart.yaml +++ b/charts/gitea/Chart.yaml @@ -8,21 +8,21 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. appVersion: "1.13.0" dependencies: - name: mariadb - version: 0.2.2 + version: 0.2.3 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres - version: 0.2.3 + version: 0.2.4 repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis - version: 0.2.2 + version: 0.2.3 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/gitea/README.md b/charts/gitea/README.md index 028b1a1731c141752985321438fb1420c9095bab..3d1ce2946713693f77723b55b772d3be97f1088d 100644 --- a/charts/gitea/README.md +++ b/charts/gitea/README.md @@ -1,6 +1,6 @@ # Gitea -   +   A Helm chart for Gitea on Kubernetes @@ -43,9 +43,9 @@ $ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.2 | -| @groundhog2k | postgres | 0.2.3 | -| @groundhog2k | redis | 0.2.2 | +| @groundhog2k | mariadb | 0.2.3 | +| @groundhog2k | postgres | 0.2.4 | +| @groundhog2k | redis | 0.2.3 | ## Common parameters diff --git a/charts/gitea/charts/mariadb-0.2.2.tgz b/charts/gitea/charts/mariadb-0.2.2.tgz deleted file mode 100644 index a6ff94ea3d778099e3c13c57749481292dee4a69..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/mariadb-0.2.2.tgz and /dev/null differ diff --git a/charts/gitea/charts/mariadb-0.2.3.tgz b/charts/gitea/charts/mariadb-0.2.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..76701c496f68c12a7fe158d48c75aff942cdfc3b Binary files /dev/null and b/charts/gitea/charts/mariadb-0.2.3.tgz differ diff --git a/charts/gitea/charts/postgres-0.2.3.tgz b/charts/gitea/charts/postgres-0.2.3.tgz deleted file mode 100644 index 1783107f72fd9c78f58787afe4018f3d95bd2cb9..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/postgres-0.2.3.tgz and /dev/null differ diff --git a/charts/gitea/charts/postgres-0.2.4.tgz b/charts/gitea/charts/postgres-0.2.4.tgz new file mode 100644 index 0000000000000000000000000000000000000000..aee52c8fc9ea204cd6608dc57cd3869d1655fa0d Binary files /dev/null and b/charts/gitea/charts/postgres-0.2.4.tgz differ diff --git a/charts/gitea/charts/redis-0.2.2.tgz b/charts/gitea/charts/redis-0.2.2.tgz deleted file mode 100644 index 7b0a71405cfcdac1376d0a4ba171c90f57aab984..0000000000000000000000000000000000000000 Binary files a/charts/gitea/charts/redis-0.2.2.tgz and /dev/null differ diff --git a/charts/gitea/charts/redis-0.2.3.tgz b/charts/gitea/charts/redis-0.2.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..1b79e72a4fda6496c7de435110169a184eb0d0bc Binary files /dev/null and b/charts/gitea/charts/redis-0.2.3.tgz differ diff --git a/charts/gitea/values.yaml b/charts/gitea/values.yaml index 1aa53cfea222cd6393185debb730304efcfa24a8..6fc7b95ad73ddcaf2d21728d05170c1760d991fe 100644 --- a/charts/gitea/values.yaml +++ b/charts/gitea/values.yaml @@ -46,13 +46,13 @@ services: http: type: ClusterIP port: 80 - nodePort: {} - clusterIP: {} + nodePort: + clusterIP: ssh: type: ClusterIP port: 22 - nodePort: {} - clusterIP: {} + nodePort: + clusterIP: ## Ingress configuration ingress: @@ -210,13 +210,13 @@ gitea: ## Gitea storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## Default access mode (ReadWriteOnce) accessModes: @@ -238,24 +238,24 @@ mariadb: rootPassword: ## Optional user database which is created during first startup with user and password - userDatabase: + userDatabase: {} ## Name of the user database - name: + # name: ## Database user with full access rights - user: + # user: ## Password of the database user (default: a 10 char. alpahnumerical random password will be generated) - password: + # password: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## PostgreSQL configuration postgres: @@ -269,24 +269,24 @@ postgres: superuserPassword: ## User database which is created during first startup with user and password - userDatabase: + userDatabase: {} ## Database name - name: + # name: ## Database user - user: + # user: ## Database password (default: 10 alphanum. random characters) - password: + # password: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## Redis configuration redis: @@ -296,10 +296,10 @@ redis: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: diff --git a/charts/nextcloud/Chart.lock b/charts/nextcloud/Chart.lock index 724260d3cfa787acd91b3a7f8a1fd408cc9fce41..bd1bcbd7c2023092eea0636eed62a340aa0f23a5 100644 --- a/charts/nextcloud/Chart.lock +++ b/charts/nextcloud/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.2 + version: 0.2.3 - name: postgres repository: https://groundhog2k.github.io/helm-charts - version: 0.2.3 + version: 0.2.4 - name: redis repository: https://groundhog2k.github.io/helm-charts - version: 0.2.2 -digest: sha256:5b55365cdcbb8606ac9ba99269f83e194828480ef872dbc006c9ea60bb30ab1a -generated: "2020-12-13T20:48:50.4855117+01:00" + version: 0.2.3 +digest: sha256:d362c22d5e8268611a37cc2d7b5be5ac39ff8f7a581dbb84b0633f973421014e +generated: "2020-12-14T17:39:01.5845051+01:00" diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index 1b6e09552daf81ed081ee850455461265550990f..a9f6206ee6273ea0197c68aed835d18f72b5d064 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -8,21 +8,21 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.3.2 +version: 0.3.3 # This is the version number of the application being deployed. appVersion: "20.0.3-apache" dependencies: - name: mariadb - version: 0.2.2 + version: 0.2.3 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled - name: postgres - version: 0.2.3 + version: 0.2.4 repository: "https://groundhog2k.github.io/helm-charts" condition: postgres.enabled - name: redis - version: 0.2.2 + version: 0.2.3 repository: "https://groundhog2k.github.io/helm-charts" condition: redis.enabled diff --git a/charts/nextcloud/README.md b/charts/nextcloud/README.md index d4e9223009c6cc1c53ad193f5c47d3b9aa2ba976..4e11d032c571aca33e1802b31e133157cd4d1ea1 100644 --- a/charts/nextcloud/README.md +++ b/charts/nextcloud/README.md @@ -1,6 +1,6 @@ # Nextcloud -   +   A Helm chart for Nextcloud on Kubernetes @@ -43,9 +43,9 @@ $ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.2 | -| @groundhog2k | postgres | 0.2.3 | -| @groundhog2k | redis | 0.2.2 | +| @groundhog2k | mariadb | 0.2.3 | +| @groundhog2k | postgres | 0.2.4 | +| @groundhog2k | redis | 0.2.3 | ## Common parameters diff --git a/charts/nextcloud/charts/mariadb-0.2.2.tgz b/charts/nextcloud/charts/mariadb-0.2.2.tgz deleted file mode 100644 index a6ff94ea3d778099e3c13c57749481292dee4a69..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/mariadb-0.2.2.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/mariadb-0.2.3.tgz b/charts/nextcloud/charts/mariadb-0.2.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..76701c496f68c12a7fe158d48c75aff942cdfc3b Binary files /dev/null and b/charts/nextcloud/charts/mariadb-0.2.3.tgz differ diff --git a/charts/nextcloud/charts/postgres-0.2.3.tgz b/charts/nextcloud/charts/postgres-0.2.3.tgz deleted file mode 100644 index 1783107f72fd9c78f58787afe4018f3d95bd2cb9..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/postgres-0.2.3.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/postgres-0.2.4.tgz b/charts/nextcloud/charts/postgres-0.2.4.tgz new file mode 100644 index 0000000000000000000000000000000000000000..aee52c8fc9ea204cd6608dc57cd3869d1655fa0d Binary files /dev/null and b/charts/nextcloud/charts/postgres-0.2.4.tgz differ diff --git a/charts/nextcloud/charts/redis-0.2.2.tgz b/charts/nextcloud/charts/redis-0.2.2.tgz deleted file mode 100644 index 7b0a71405cfcdac1376d0a4ba171c90f57aab984..0000000000000000000000000000000000000000 Binary files a/charts/nextcloud/charts/redis-0.2.2.tgz and /dev/null differ diff --git a/charts/nextcloud/charts/redis-0.2.3.tgz b/charts/nextcloud/charts/redis-0.2.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..1b79e72a4fda6496c7de435110169a184eb0d0bc Binary files /dev/null and b/charts/nextcloud/charts/redis-0.2.3.tgz differ diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index d70a90df12ebfab6025ea1b5fbe3a84f6d8f8db4..c378059a5a88410f1ece8f95ea3650d69d7cb909 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -74,9 +74,9 @@ service: type: ClusterIP port: 80 ## The node port (only relevant for type NodePort) - nodePort: {} + nodePort: ## The cluster ip address (only relevant for type LoadBalancer) - clusterIP: {} + clusterIP: ## Ingress configuration ingress: @@ -254,13 +254,13 @@ storage: ## Nextcloud storage (all Nextcloud internal files, plugins, extensions etc.) nextcloud: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## Default access mode (ReadWriteOnce) accessModes: @@ -269,13 +269,13 @@ storage: ## Nextcloud user data storage nextcloudData: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## Default access mode (ReadWriteOnce) accessModes: @@ -297,24 +297,24 @@ mariadb: rootPassword: ## Optional user database which is created during first startup with user and password - userDatabase: + userDatabase: {} ## Name of the user database - name: + # name: ## Database user with full access rights - user: + # user: ## Password of the database user (default: a 10 char. alpahnumerical random password will be generated) - password: + # password: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## PostgreSQL configuration postgres: @@ -328,24 +328,24 @@ postgres: superuserPassword: ## User database which is created during first startup with user and password - userDatabase: + userDatabase: {} ## Database name - name: + # name: ## Database user - user: + # user: ## Database password (default: 10 alphanum. random characters) - password: + # password: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## Redis configuration redis: @@ -355,10 +355,10 @@ redis: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: diff --git a/charts/wordpress/Chart.lock b/charts/wordpress/Chart.lock index 245402d0ecac08bf435f182416d326ba86c48699..3bff686621aa1fa31d410c2f96af0d64cccf0012 100644 --- a/charts/wordpress/Chart.lock +++ b/charts/wordpress/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://groundhog2k.github.io/helm-charts - version: 0.2.2 -digest: sha256:b66987f8e3bb7d047dd5be819ac40d6dec301961d980c8a1bbb837cbe4c99aa5 -generated: "2020-12-13T20:28:14.0291669+01:00" + version: 0.2.3 +digest: sha256:5a8d20b3699331343825554d37bb0265ce9d90efa50f3003346de53efd7b7754 +generated: "2020-12-14T17:39:20.350082+01:00" diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml index 99c4ccebcdf4accf27fec1b3e631577aa4a5b992..5cf39b5f26b53bb75c979c1e5b74d417f6cf2614 100644 --- a/charts/wordpress/Chart.yaml +++ b/charts/wordpress/Chart.yaml @@ -8,13 +8,13 @@ maintainers: type: application # This is the chart version. -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. appVersion: "5.6.0-apache" dependencies: - name: mariadb - version: 0.2.2 + version: 0.2.3 repository: "https://groundhog2k.github.io/helm-charts" condition: mariadb.enabled diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md index d42f550f207b47d314ecb5e02c469cd00335174d..b700cc113b11694db4774ddaeabbb6152b100645 100644 --- a/charts/wordpress/README.md +++ b/charts/wordpress/README.md @@ -1,6 +1,6 @@ # Wordpress -   +   A Helm chart for Wordpress on Kubernetes @@ -43,7 +43,7 @@ $ helm uninstall my-release | Repository | Name | Version | |------------|------|---------| -| @groundhog2k | mariadb | 0.2.2 | +| @groundhog2k | mariadb | 0.2.3 | ## Common parameters diff --git a/charts/wordpress/charts/mariadb-0.2.2.tgz b/charts/wordpress/charts/mariadb-0.2.2.tgz deleted file mode 100644 index a6ff94ea3d778099e3c13c57749481292dee4a69..0000000000000000000000000000000000000000 Binary files a/charts/wordpress/charts/mariadb-0.2.2.tgz and /dev/null differ diff --git a/charts/wordpress/charts/mariadb-0.2.3.tgz b/charts/wordpress/charts/mariadb-0.2.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..76701c496f68c12a7fe158d48c75aff942cdfc3b Binary files /dev/null and b/charts/wordpress/charts/mariadb-0.2.3.tgz differ diff --git a/charts/wordpress/values.yaml b/charts/wordpress/values.yaml index 61b6956f8eba82318049c67e7962dacadafbb32d..de78adbf340bebf6dbff6088a23b7b90ca616f0e 100644 --- a/charts/wordpress/values.yaml +++ b/charts/wordpress/values.yaml @@ -47,9 +47,9 @@ service: type: ClusterIP port: 80 ## The node port (only relevant for type NodePort) - nodePort: {} + nodePort: ## The cluster ip address (only relevant for type LoadBalancer) - clusterIP: {} + clusterIP: ## Ingress configuration ingress: @@ -150,13 +150,13 @@ apacheDefaultSiteConfig: | ## Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: ## Default access mode (ReadWriteOnce) accessModes: @@ -173,21 +173,21 @@ mariadb: rootPassword: ## Optional user database which is created during first startup with user and password - userDatabase: + userDatabase: {} ## Name of the user database - name: + # name: ## Database user with full access rights - user: + # user: ## Password of the database user (default: a 10 char. alpahnumerical random password will be generated) - password: + # password: # Storage parameters storage: ## Set persistentVolumenClaimName to reference an existing PVC - persistentVolumeClaimName: {} + persistentVolumeClaimName: ## Alternative set requestedSize to define a size for a dynmaically created PVC - requestedSize: {} + requestedSize: ## the storage class name - className: {} + className: