Skip to content

Commit 26a8152

Browse files
committed
update chart and container versions for v1.7.0
1 parent 3a3b7ec commit 26a8152

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ namespace: "brupop-bottlerocket-aws"
9292

9393
# The image to use for brupop
9494
# This defaults to the image built alongside a particular helm chart, but you can override it by uncommenting this line:
95-
# image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0"
95+
# image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0"
9696

9797
# Placement controls
9898
# See the Kubernetes documentation about placement controls for more details:

deploy/charts/bottlerocket-update-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A Helm chart for the Bottlerocket Update Operator
44
home: https://github.com/bottlerocket-os/bottlerocket-update-operator
55
icon: https://avatars.githubusercontent.com/u/61023959?s=200&v=4
66
type: application
7-
version: 1.6.0
8-
appVersion: "1.6.0"
7+
version: 1.7.0
8+
appVersion: "1.7.0"
99
sources:
1010
- https://github.com/bottlerocket-os/bottlerocket-update-operator

deploy/charts/bottlerocket-update-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following configuration values are supported:
7878
namespace: "brupop-bottlerocket-aws"
7979

8080
# The image to use for brupop
81-
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0"
81+
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0"
8282

8383
# Provide pod level labels and annotations for all brupop workloads
8484
podLabels: {}

deploy/charts/bottlerocket-update-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace: "brupop-bottlerocket-aws"
55

66
# The image to use for brupop
7-
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.6.0"
7+
image: "public.ecr.aws/bottlerocket/bottlerocket-update-operator:v1.7.0"
88

99
# Placement controls
1010
# See the Kubernetes documentation about placement controls for more details:

0 commit comments

Comments
 (0)