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.1
11+ VERSION ?= 1.0.2
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.1 "
12+ appVersion : " 1.0.2 "
1313maintainers :
1414 - name : Enrique Andrés Villar
1515 email : enriqueavi@inditex.dev
Original file line number Diff line number Diff 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
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.1
8+ image : ghcr.io/inditextech/k8s-overcommit-operator-catalog:1.0.2
99 displayName : K8s Overcommit Operator Catalog
1010 publisher : Inditex Tech
You can’t perform that action at this time.
0 commit comments