Skip to content

Commit 7a724ea

Browse files
committed
feat: update version to 1.1.0 in Makefile, Chart.yaml, values.yaml, and catalog_source.yaml
1 parent 3ab493c commit 7a724ea

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# To re-generate a bundle for another specific version without changing the standard setup, you can:
99
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1010
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
11-
VERSION ?= 1.0.3
11+
VERSION ?= 1.1.0
1212
# Image URL to use all building/pushing image targets
1313
IMG ?= ghcr.io/inditextech/k8s-overcommit-operator:$(VERSION)
1414
# IMAGE_TAG_BASE defines the docker.io namespace and part of the image name for remote images.

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: k8s-overcommit-operator
99
description: K8s overcommit operator Helm chart for deploying the overcommit operator
1010
type: application
1111
version: "1.0.0"
12-
appVersion: "1.0.3"
12+
appVersion: "1.1.0"
1313
maintainers:
1414
- name: Enrique Andrés Villar
1515
email: enriqueavi@inditex.dev

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ deployment:
3232
# -- Image name
3333
image: inditextech/k8s-overcommit-operator
3434
# -- Image tag
35-
tag: 1.0.3
35+
tag: 1.1.0
3636
resources:
3737
requests:
3838
# -- CPU request for the container

deploy/catalog_source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
namespace: olm
66
spec:
77
sourceType: grpc
8-
image: ghcr.io/inditextech/k8s-overcommit-operator-catalog:1.0.3
8+
image: ghcr.io/inditextech/k8s-overcommit-operator-catalog:1.1.0
99
displayName: K8s Overcommit Operator Catalog
1010
publisher: Inditex Tech

0 commit comments

Comments
 (0)