Skip to content

Commit

Permalink
Merge pull request project-codeflare#16 from dimakis/update-manifests
Browse files Browse the repository at this point in the history
fix: add image ref and path
  • Loading branch information
anishasthana authored Oct 25, 2023
2 parents c6c0e64 + eb901db commit 8c83032
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
5 changes: 0 additions & 5 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
apiVersion: v1
kind: Namespace
metadata:
name: system
---
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
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 8c83032

Please sign in to comment.