Skip to content

Commit 97facff

Browse files
committed
fix: add image ref and path
1 parent c6c0e64 commit 97facff

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

config/manifests/bases/codeflare-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ spec:
1818
kind: DockerImage
1919
name: quay.io/project-codeflare/notebook:v0.7.0
2020
importPolicy:
21-
scheduled: true
21+
scheduled: true

config/manifests/bases/params.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
namespace=opendatahub
2-
odh-codeflare-operator-controller-image=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.2
2+
odh-codeflare-operator-controller-image=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.4

config/manifests/bases/params.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
varReference:
22
- path: subjects[]/namespace
33
kind: ClusterRoleBinding
4+
- path: spec/template/spec/containers[]/image
5+
kind: Deployment

config/manifests/kustomization.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ vars:
1616
apiVersion: v1
1717
fieldref:
1818
fieldpath: data.namespace
19-
# These resources constitute the fully configured set of manifests
20-
# used to generate the 'manifests/' directory in a bundle.
19+
- name: odh_codeflare_operator_controller_image
20+
objref:
21+
kind: ConfigMap
22+
name: codeflare-stack-config
23+
apiVersion: v1
24+
fieldref:
25+
fieldpath: data.odh-codeflare-operator-controller-image
2126
resources:
2227
- ../default
2328
- bases/codeflare-notebook-imagestream.yaml
29+

0 commit comments

Comments
 (0)