From 03ea94648fe047f6ebfe0db1bd7f1afd318649c1 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Tue, 16 Dec 2025 08:28:57 +0000 Subject: [PATCH] ci: fornix --- charts/fornix/Chart.yaml | 4 ++-- charts/fornix/values.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/fornix/Chart.yaml b/charts/fornix/Chart.yaml index 5f8d79b8..f40b4212 100644 --- a/charts/fornix/Chart.yaml +++ b/charts/fornix/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.2.3 +version: v1.2.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: "v1.2.3" +appVersion: "v1.2.4" diff --git a/charts/fornix/values.yaml b/charts/fornix/values.yaml index 00a7b2e5..caafdb87 100644 --- a/charts/fornix/values.yaml +++ b/charts/fornix/values.yaml @@ -4,7 +4,6 @@ drupalUrl: http://drupal baseUrl: https://oceanbox.io - # This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/ replicaCount: 1 # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ @@ -13,7 +12,7 @@ image: # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: v1.2.3 + tag: v1.2.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