Skip to content

Commit

Permalink
chore: Add comments on how to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Oct 31, 2023
1 parent 649be1d commit ae7f385
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion k8s/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ resources:

images:
- name: keramik/operator
newTag: dev

# If you always want to use the latest committed version of Keramic, uncomment these lines
# (and comment out newTag:dev above), and change the file k8s/operator/operator.yaml to change
# the value of imagePullPolicy from IfNotPresent to Always.

# newName: public.ecr.aws/r5b3e0r5/3box/keramik-operator
# newTag: latest
newTag: dev

2 changes: 1 addition & 1 deletion k8s/operator/manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
containers:
- name: keramik-operator
image: "keramik/operator"
imagePullPolicy: IfNotPresent
imagePullPolicy: IfNotPresent # Should be IfNotPresent when using imageTag: dev, but Always if using imageTag: latest
command:
- "/usr/bin/keramik-operator"
- "daemon"
Expand Down

0 comments on commit ae7f385

Please sign in to comment.