diff --git a/charts/postgres/CHANGELOG.md b/charts/postgres/CHANGELOG.md new file mode 100644 index 000000000..33e06c5f5 --- /dev/null +++ b/charts/postgres/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.2.1 (2025-08-26) + +* Testing CHANGELOG ([#4](https://github.com/dhemeier/helm-charts-debug/pull/4)) diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 812fdaa61..f44f26915 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: postgres description: The World's Most Advanced Open Source Relational Database type: application -version: 0.2.0 +version: 0.2.1 appVersion: "17.6" keywords: - postgres @@ -20,4 +20,4 @@ dependencies: - name: common version: "1.x.x" repository: oci://registry-1.docker.io/cloudpirates -icon: https://a.storyblok.com/f/143071/512x512/95e7f13e62/postgres-logo.svg \ No newline at end of file +icon: https://a.storyblok.com/f/143071/512x512/95e7f13e62/postgres-logo.svg diff --git a/charts/rabbitmq/CHANGELOG.md b/charts/rabbitmq/CHANGELOG.md new file mode 100644 index 000000000..b4b5fcbba --- /dev/null +++ b/charts/rabbitmq/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## 0.0.3 (2025-08-26) + +* Testing CHANGELOG ([#4](https://github.com/dhemeier/helm-charts-debug/pull/4)) diff --git a/charts/rabbitmq/Chart.yaml b/charts/rabbitmq/Chart.yaml index 8b88354cc..ce792f84d 100644 --- a/charts/rabbitmq/Chart.yaml +++ b/charts/rabbitmq/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: rabbitmq description: A messaging broker that implements the Advanced Message Queuing Protocol (AMQP) type: application -version: 0.0.2 +version: 0.0.3 appVersion: "4.1.3" keywords: - rabbitmq @@ -23,4 +23,4 @@ dependencies: - name: common version: "1.x.x" repository: oci://registry-1.docker.io/cloudpirates -icon: https://a.storyblok.com/f/143071/512x512/aa1bd68288/rabbitmq-logo.svg \ No newline at end of file +icon: https://a.storyblok.com/f/143071/512x512/aa1bd68288/rabbitmq-logo.svg diff --git a/charts/rabbitmq/values.yaml b/charts/rabbitmq/values.yaml index bf4a50206..bcb5a11b1 100644 --- a/charts/rabbitmq/values.yaml +++ b/charts/rabbitmq/values.yaml @@ -237,4 +237,4 @@ extraEnv: [] extraVolumes: [] ## @param extraVolumeMounts Additional volume mounts to add to the RabbitMQ container -extraVolumeMounts: [] \ No newline at end of file +extraVolumeMounts: []