Skip to content

Commit

Permalink
Merge pull request #192 from somnusfish/0.2.1
Browse files Browse the repository at this point in the history
Point to the 0.2.1 docker image
  • Loading branch information
somnusfish authored Apr 14, 2022
2 parents 36aacdf + 596b041 commit 0e408ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example .env file

BRUPOP_CONTAINER_IMAGE=public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.0
BRUPOP_CONTAINER_IMAGE=public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1

# If testing against a private image registry, you can set the pull secret to fetch images.
# This can likely remain as `brupop` so long as you run something like the following:
Expand Down
6 changes: 3 additions & 3 deletions yamlgen/deploy/bottlerocket-update-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ spec:
containers:
- command:
- "./apiserver"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.0"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
livenessProbe:
httpGet:
path: /ping
Expand Down Expand Up @@ -352,7 +352,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.0"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
name: brupop
resources:
limits:
Expand Down Expand Up @@ -484,7 +484,7 @@ spec:
containers:
- command:
- "./controller"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.0"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
name: brupop
serviceAccountName: brupop-controller-service-account
---
Expand Down

0 comments on commit 0e408ae

Please sign in to comment.