File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1313IMG ?= 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.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: k8s-overcommit-operator
99description : K8s overcommit operator Helm chart for deploying the overcommit operator
1010type : application
1111version : " 1.0.0"
12- appVersion : " 1.0.3 "
12+ appVersion : " 1.1.0 "
1313maintainers :
1414 - name : Enrique Andrés Villar
1515 email : enriqueavi@inditex.dev
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ metadata:
55 namespace : olm
66spec :
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
You can’t perform that action at this time.
0 commit comments