From 64fe7393d2e0dc873a276412d0f570f314648e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Andr=C3=A9s=20Villar?= Date: Tue, 17 Mar 2026 18:09:36 +0100 Subject: [PATCH] Chore: bump version to 1.2.1 --- Makefile | 2 +- chart/Chart.yaml | 2 +- chart/values.yaml | 2 +- deploy/catalog_source.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index eb7fc6e..ab60d42 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 1.2.0 +VERSION ?= 1.2.1 # Image URL to use all building/pushing image targets IMG ?= ghcr.io/inditextech/k8s-overcommit-operator:$(VERSION) # IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images. diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 811f221..becd609 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -9,7 +9,7 @@ name: k8s-overcommit-operator description: K8s overcommit operator Helm chart for deploying the overcommit operator type: application version: "1.0.0" -appVersion: "1.2.0" +appVersion: "1.2.1" maintainers: - name: Enrique Andrés Villar email: enriqueavi@inditex.dev diff --git a/chart/values.yaml b/chart/values.yaml index ec58dc2..9813427 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -32,7 +32,7 @@ deployment: # -- Image name image: inditextech/k8s-overcommit-operator # -- Image tag - tag: 1.2.0 + tag: 1.2.1 resources: requests: # -- CPU request for the container diff --git a/deploy/catalog_source.yaml b/deploy/catalog_source.yaml index 2b41513..432662b 100644 --- a/deploy/catalog_source.yaml +++ b/deploy/catalog_source.yaml @@ -5,6 +5,6 @@ metadata: namespace: olm spec: sourceType: grpc - image: ghcr.io/inditextech/k8s-overcommit-operator-catalog:1.2.0 + image: ghcr.io/inditextech/k8s-overcommit-operator-catalog:1.2.1 displayName: K8s Overcommit Operator Catalog publisher: Inditex Tech