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:
104
104
- name : Update image version in params.env
105
105
run : |
106
106
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
107
108
shell : bash
108
109
109
110
- 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
83
83
84
84
# The target deployment environment, that corresponds to the Kustomize directory
85
85
# used to build the manifests.
86
- ENV ?= default
86
+ ENV ?= manifests
87
87
88
88
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
89
89
ifeq (,$(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 :
2
20
- ../default
3
21
4
22
patches :
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:
3
3
4
4
generatorOptions :
5
5
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