diff --git a/charts/codex/Chart.yaml b/charts/codex/Chart.yaml index 5ea4786d..4d3bcf99 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: v1.46.2 +version: v1.46.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: "v1.46.2" +appVersion: "v1.46.3" diff --git a/charts/codex/values.yaml b/charts/codex/values.yaml index b7e90f9f..b6b198f4 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: v1.46.2 + tag: v1.46.3 # 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