Skip to content

Commit

Permalink
fix: add image ref and path
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Oct 25, 2023
1 parent c6c0e64 commit aed4415
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/manifests/bases/codeflare-notebook-imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ spec:
kind: DockerImage
name: quay.io/project-codeflare/notebook:v0.7.0
importPolicy:
scheduled: true
scheduled: true
2 changes: 1 addition & 1 deletion config/manifests/bases/params.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
namespace=opendatahub
odh-codeflare-operator-controller-image=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.2
odh-codeflare-operator-controller-image=quay.io/project-codeflare/codeflare-operator:v1.0.0-rc.4
2 changes: 2 additions & 0 deletions config/manifests/bases/params.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
varReference:
- path: subjects[]/namespace
kind: ClusterRoleBinding
- path: spec/template/spec/containers[]/image
kind: Deployment
10 changes: 8 additions & 2 deletions config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ vars:
apiVersion: v1
fieldref:
fieldpath: data.namespace
# These resources constitute the fully configured set of manifests
# used to generate the 'manifests/' directory in a bundle.
- name: ODH_CODEFLARE_OPERATOR_CONTROLLER_IMAGE
objref:
kind: ConfigMap
name: codeflare-stack-config
apiVersion: v1
fieldref:
fieldpath: data.odh-codeflare-operator-controller-image
resources:
- ../default
- bases/codeflare-notebook-imagestream.yaml

0 comments on commit aed4415

Please sign in to comment.