Skip to content

Commit 4f5a176

Browse files
committed
Chore: bump version to 1.0.2 in Makefile, Chart.yaml, values.yaml, and catalog_source.yaml
1 parent c22624e commit 4f5a176

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.1
11+
VERSION ?= 1.0.2
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.1"
12+
appVersion: "1.0.2"
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
@@ -25,7 +25,7 @@ deployment:
2525
# -- Image name
2626
image: inditextech/k8s-overcommit-operator
2727
# -- Image tag
28-
tag: 1.0.1
28+
tag: 1.0.2
2929
resources:
3030
requests:
3131
# -- 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.1
8+
image: ghcr.io/inditextech/k8s-overcommit-operator-catalog:1.0.2
99
displayName: K8s Overcommit Operator Catalog
1010
publisher: Inditex Tech

0 commit comments

Comments
 (0)