Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/catalog_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading