From baa8ee8d0d0925017cc99742554b1a941a24d963 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 10 Aug 2026 14:10:52 +0000 Subject: [PATCH] ci(prod): deploy codex v2.24.4 --- charts/codex/Chart.yaml | 4 ++-- charts/codex/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/codex/Chart.yaml b/charts/codex/Chart.yaml index 6f8e9d94..d3b3cb6a 100644 --- a/charts/codex/Chart.yaml +++ b/charts/codex/Chart.yaml @@ -13,9 +13,9 @@ 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: v2.24.3 +version: v2.24.4 # 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: "v2.24.3" +appVersion: "v2.24.4" diff --git a/charts/codex/values.yaml b/charts/codex/values.yaml index b39efb8f..84c2b65f 100644 --- a/charts/codex/values.yaml +++ b/charts/codex/values.yaml @@ -10,7 +10,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v2.24.3 + tag: v2.24.4 # This is for the secrets 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: - name: gitlab-pull-secret