Skip to content

Commit

Permalink
Set deployed image and tag from parameters (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenneg authored Sep 30, 2024
1 parent a4ec572 commit f0eb567
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deploy/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ objects:
- --crd=false
- --config
- /opt/operator/config.yaml
image: quay.io/cloudservices/kessel-spicedb-operator:22b4a49
image: ${IMAGE}:${IMAGE_TAG}
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -572,3 +572,9 @@ objects:
seccompProfile:
type: RuntimeDefault
serviceAccountName: spicedb-operator
parameters:
- name: IMAGE
value: quay.io/cloudservices/kessel-spicedb-operator
- name: IMAGE_TAG
required: true
value: latest

0 comments on commit f0eb567

Please sign in to comment.