Skip to content

Commit b4f1994

Browse files
authored
Merge pull request #230 from gthao313/v0.2.2
[0.2.2 branch] point to v0.2.2
2 parents 22571b9 + ab944a6 commit b4f1994

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example .env file
22

3-
BRUPOP_CONTAINER_IMAGE=public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1
3+
BRUPOP_CONTAINER_IMAGE=public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2
44

55
# If testing against a private image registry, you can set the pull secret to fetch images.
66
# This can likely remain as `brupop` so long as you run something like the following:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We use [cert-manager](https://cert-manager.io) to manage self-signed certificate
1616
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.2/cert-manager.yaml
1717
```
1818

19-
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):
19+
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):
2020

2121
```sh
2222
kubectl apply -f ./bottlerocket-update-operator.yaml

yamlgen/deploy/bottlerocket-update-operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ spec:
381381
containers:
382382
- command:
383383
- "./apiserver"
384-
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
384+
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2"
385385
livenessProbe:
386386
httpGet:
387387
path: /ping
@@ -531,7 +531,7 @@ spec:
531531
valueFrom:
532532
fieldRef:
533533
fieldPath: spec.nodeName
534-
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
534+
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2"
535535
name: brupop
536536
resources:
537537
limits:
@@ -701,7 +701,7 @@ spec:
701701
valueFrom:
702702
fieldRef:
703703
fieldPath: spec.nodeName
704-
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.1"
704+
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v0.2.2"
705705
name: brupop
706706
priorityClassName: brupop-controller-high-priority
707707
serviceAccountName: brupop-controller-service-account

0 commit comments

Comments
 (0)