From c31780565e84376324513530ecb708d04dbe4fba Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Sun, 12 May 2024 01:36:35 +0200 Subject: [PATCH] Bump versions --- charts/cozy/Chart.yaml | 4 ++-- charts/forum/Chart.yaml | 4 ++-- charts/modmail/Chart.yaml | 4 ++-- charts/s3-backups/Chart.yaml | 2 +- charts/stats/Chart.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/cozy/Chart.yaml b/charts/cozy/Chart.yaml index 781a639..59940cb 100644 --- a/charts/cozy/Chart.yaml +++ b/charts/cozy/Chart.yaml @@ -4,7 +4,7 @@ name: quilt-cozy # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.2 +version: 1.1.3 # This is the version number of the application being deployed (purely informational). appVersion: '1' description: helm chart to deploy the Quilt Cozy Discord bot @@ -21,5 +21,5 @@ dependencies: version: 13.16.2 repository: https://charts.bitnami.com/bitnami - name: s3-backups - version: 0.1.2 + version: 0.2.0 repository: 'file://../s3-backups' diff --git a/charts/forum/Chart.yaml b/charts/forum/Chart.yaml index a468f81..d38df35 100644 --- a/charts/forum/Chart.yaml +++ b/charts/forum/Chart.yaml @@ -4,7 +4,7 @@ name: quilt-forum # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the Discourse image being deployed (purely informational). appVersion: '3.2.1' description: helm chart to deploy the Quilt Discourse Forum @@ -27,5 +27,5 @@ dependencies: repository: https://charts.bitnami.com/bitnami version: 17.X.X - name: s3-backups - version: 0.1.2 + version: 0.2.0 repository: 'file://../s3-backups' diff --git a/charts/modmail/Chart.yaml b/charts/modmail/Chart.yaml index 0dbe9e0..52a5288 100644 --- a/charts/modmail/Chart.yaml +++ b/charts/modmail/Chart.yaml @@ -4,7 +4,7 @@ name: quilt-modmail # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.2 +version: 1.1.3 # This is the version number of the application being deployed (purely informational). appVersion: '1' description: helm chart to deploy Quilt's Modmail Discord bot @@ -21,5 +21,5 @@ dependencies: version: 13.16.2 repository: https://charts.bitnami.com/bitnami - name: s3-backups - version: 0.1.2 + version: 0.2.0 repository: 'file://../s3-backups' diff --git a/charts/s3-backups/Chart.yaml b/charts/s3-backups/Chart.yaml index f2059b4..3e51268 100644 --- a/charts/s3-backups/Chart.yaml +++ b/charts/s3-backups/Chart.yaml @@ -4,7 +4,7 @@ name: s3-backups # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.2.0 # This is the version number of the application being deployed (purely informational). appVersion: '1' description: helm chart handling Quilt's backups to an S3 diff --git a/charts/stats/Chart.yaml b/charts/stats/Chart.yaml index 5192a6b..d4d9304 100644 --- a/charts/stats/Chart.yaml +++ b/charts/stats/Chart.yaml @@ -4,7 +4,7 @@ name: quilt-stats # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.2 +version: 1.1.3 # This is the version number of the application being deployed (purely informational). appVersion: '1' description: helm chart to deploy Quilt's Stats Discord bot @@ -21,5 +21,5 @@ dependencies: version: 12.8.0 repository: https://charts.bitnami.com/bitnami - name: s3-backups - version: 0.1.2 + version: 0.2.0 repository: 'file://../s3-backups'