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.2
11+ VERSION ?= 1.0.3
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.2 "
12+ appVersion : " 1.0.3 "
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.2
28+ tag : 1.0.3
2929 resources :
3030 requests :
3131 # -- CPU request for the container
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ require (
7979 go.uber.org/zap v1.27.0 // indirect
8080 golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
8181 golang.org/x/net v0.38.0 // indirect
82- golang.org/x/oauth2 v0.26 .0 // indirect
82+ golang.org/x/oauth2 v0.27 .0 // indirect
8383 golang.org/x/sync v0.12.0 // indirect
8484 golang.org/x/sys v0.31.0 // indirect
8585 golang.org/x/term v0.30.0 // indirect
Original file line number Diff line number Diff line change @@ -169,8 +169,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
169169golang.org/x/net v0.0.0-20201021035429-f5854403a974 /go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU =
170170golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
171171golang.org/x/net v0.38.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
172- golang.org/x/oauth2 v0.26 .0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE =
173- golang.org/x/oauth2 v0.26 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
172+ golang.org/x/oauth2 v0.27 .0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
173+ golang.org/x/oauth2 v0.27 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
174174golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
175175golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
176176golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments