From 34e034d35bf98e38aadd3d092e0a5d4c999c3c39 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 10 Nov 2020 16:42:36 +0100 Subject: [PATCH] Fixed version after documentation update (#61) --- charts/commento/Chart.yaml | 2 +- charts/commento/README.md | 2 +- charts/ghost/Chart.yaml | 4 ++-- charts/ghost/README.md | 2 +- charts/mariadb/Chart.yaml | 4 ++-- charts/mariadb/README.md | 2 +- charts/postgres/Chart.yaml | 2 +- charts/postgres/README.md | 2 +- charts/rabbitmq/Chart.yaml | 2 +- charts/rabbitmq/README.md | 2 +- charts/redis/Chart.yaml | 2 +- charts/redis/README.md | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/commento/Chart.yaml b/charts/commento/Chart.yaml index af2e347d..debea869 100644 --- a/charts/commento/Chart.yaml +++ b/charts/commento/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. appVersion: v1.8.0 diff --git a/charts/commento/README.md b/charts/commento/README.md index b81dd995..b2ca3d3b 100644 --- a/charts/commento/README.md +++ b/charts/commento/README.md @@ -1,6 +1,6 @@ # Commento -   +   A Helm chart for Commento on Kubernetes diff --git a/charts/ghost/Chart.yaml b/charts/ghost/Chart.yaml index b3b839c6..68a2af94 100644 --- a/charts/ghost/Chart.yaml +++ b/charts/ghost/Chart.yaml @@ -8,10 +8,10 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. -appVersion: "3.36.0" +appVersion: "3.37.1" dependencies: - name: mariadb diff --git a/charts/ghost/README.md b/charts/ghost/README.md index a79764d8..8e797570 100644 --- a/charts/ghost/README.md +++ b/charts/ghost/README.md @@ -1,6 +1,6 @@ # Ghost -   +   A Helm chart for Ghost blog on Kubernetes diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml index aebb475b..ae3c86da 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.1.3 +version: 0.1.4 # This is the version number of the application being deployed. -appVersion: "10.5.6" +appVersion: "10.5.7" diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md index 493ab1a3..97d4801e 100644 --- a/charts/mariadb/README.md +++ b/charts/mariadb/README.md @@ -1,6 +1,6 @@ # MariaDB -   +   A Helm chart for MariaDB on Kubernetes diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 96dda2f9..4b4d1cc3 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.1.1 +version: 0.1.2 appVersion: "13.0" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index a79f7471..9f74864b 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,6 +1,6 @@ # PostgreSQL -   +   A Helm chart for PostgreSQL on Kubernetes diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index 48477b73..de110587 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version. -version: 0.1.4 +version: 0.1.5 # This is the version number of the application being deployed. appVersion: 3.8.9 diff --git a/charts/rabbitmq/README.md b/charts/rabbitmq/README.md index eeaac853..6c497682 100644 --- a/charts/rabbitmq/README.md +++ b/charts/rabbitmq/README.md @@ -1,6 +1,6 @@ # RabbitMQ -   +   A Helm chart for a RabbitMQ cluster on Kubernetes diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml index 580e5d6b..2962cc77 100644 --- a/charts/redis/Chart.yaml +++ b/charts/redis/Chart.yaml @@ -8,7 +8,7 @@ maintainers: - name: groundhog2k # This is the chart version -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. appVersion: "6.0.9" diff --git a/charts/redis/README.md b/charts/redis/README.md index 1ef46685..071fcd2d 100644 --- a/charts/redis/README.md +++ b/charts/redis/README.md @@ -1,6 +1,6 @@ # Redis -   +   A Helm chart for Redis on Kubernetes -- GitLab