From 2cad170eb3f8ad07b488539ec71fef5dd97ef461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Wed, 18 Dec 2024 18:37:55 +0100 Subject: [PATCH] chore: update to v0.2.3 --- charts/huesoporro/Chart.yaml | 4 ++-- charts/huesoporro/values.yaml | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/huesoporro/Chart.yaml b/charts/huesoporro/Chart.yaml index ac75742..1c6576a 100644 --- a/charts/huesoporro/Chart.yaml +++ b/charts/huesoporro/Chart.yaml @@ -15,10 +15,10 @@ type: application # 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.2 +version: 0.2.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.2" +appVersion: "0.2.3" diff --git a/charts/huesoporro/values.yaml b/charts/huesoporro/values.yaml index ffa36f2..ae50d59 100644 --- a/charts/huesoporro/values.yaml +++ b/charts/huesoporro/values.yaml @@ -11,7 +11,7 @@ image: # This sets the pull policy for images. pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "0.2.2" + tag: "0.2.3" # This is for the secretes for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ imagePullSecrets: [] @@ -135,4 +135,4 @@ persistence: annotations: {} secret: - existingSecretName: huesoporro-secrets \ No newline at end of file + existingSecretName: huesoporro-secrets diff --git a/pyproject.toml b/pyproject.toml index 30cd414..9d19c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "huesoporro" -version = "0.2.2" +version = "0.2.3" description = "Misc Twitch bots" readme = "README.md" authors = [