File tree Expand file tree Collapse file tree 6 files changed +31
-2
lines changed Expand file tree Collapse file tree 6 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104104 - name : Update image version in params.env
105105 run : |
106106 VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manifests/bases/params.env
107+ VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/e2e/params.env
107108 shell : bash
108109
109110 - name : Login to Quay.io
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ ENVTEST_K8S_VERSION = 1.24.2
8383
8484# The target deployment environment, that corresponds to the Kustomize directory
8585# used to build the manifests.
86- ENV ?= default
86+ ENV ?= manifests
8787
8888# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
8989ifeq (,$(shell go env GOBIN) )
Original file line number Diff line number Diff line change 1- bases :
1+ apiVersion : kustomize.config.k8s.io/v1beta1
2+ kind : Kustomization
3+
4+ configMapGenerator :
5+ - name : codeflare-stack-config
6+ envs :
7+ - params.env
8+ configurations :
9+ - params.yaml
10+
11+ vars :
12+ - name : odh_codeflare_operator_controller_image
13+ objref :
14+ kind : ConfigMap
15+ name : codeflare-stack-config
16+ apiVersion : v1
17+ fieldref :
18+ fieldpath : data.odh-codeflare-operator-controller-image
19+ resources :
220- ../default
321
422patches :
Original file line number Diff line number Diff line change 1+ odh-codeflare-operator-controller-image = quay.io/project-codeflare/codeflare-operator:v1.0.0
Original file line number Diff line number Diff line change 1+ varReference :
2+ - path : spec/template/spec/containers[]/image
3+ kind : Deployment
Original file line number Diff line number Diff line change @@ -3,3 +3,9 @@ resources:
33
44generatorOptions :
55 disableNameSuffixHash : true
6+ apiVersion : kustomize.config.k8s.io/v1beta1
7+ kind : Kustomization
8+ images :
9+ - name : controller
10+ newName : quay.io/project-codeflare/codeflare-operator
11+ newTag : v0.0.0-dev
You can’t perform that action at this time.
0 commit comments