Skip to content

Commit

Permalink
Merge pull request #230 from gthao313/v0.2.2
Browse files Browse the repository at this point in the history
[0.2.2 branch] point to v0.2.2
  • Loading branch information
gthao313 authored Jul 28, 2022
2 parents 22571b9 + ab944a6 commit b4f1994
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1
BRUPOP_CONTAINER_IMAGE=public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2

# 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We use [cert-manager](https://cert-manager.io) to manage self-signed certificate
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.2/cert-manager.yaml
```

We can install the Bottlerocket update operator using the recommended configuration defined in [bottlerocket-update-operator.yaml](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/v0.2.1/yamlgen/deploy/bottlerocket-update-operator.yaml):
We can install the Bottlerocket update operator using the recommended configuration defined in [bottlerocket-update-operator.yaml](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/v0.2.2/yamlgen/deploy/bottlerocket-update-operator.yaml):

```sh
kubectl apply -f ./bottlerocket-update-operator.yaml
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 @@ -381,7 +381,7 @@ spec:
containers:
- command:
- "./apiserver"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2"
livenessProbe:
httpGet:
path: /ping
Expand Down Expand Up @@ -531,7 +531,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2"
name: brupop
resources:
limits:
Expand Down Expand Up @@ -701,7 +701,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2"
name: brupop
priorityClassName: brupop-controller-high-priority
serviceAccountName: brupop-controller-service-account
Expand Down

0 comments on commit b4f1994

Please sign in to comment.