Skip to content

Commit 8ecd6e0

Browse files
authored
Also bump helm versions. (#8409)
Signed-off-by: Michael Montgomery <[email protected]>
1 parent 22c77dd commit 8ecd6e0

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

deploy/eck-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ home: https://github.com/elastic/cloud-on-k8s
1010

1111
type: application
1212

13-
version: 2.16.0
13+
version: 2.16.1
1414

15-
appVersion: 2.16.0
15+
appVersion: 2.16.1
1616

1717
kubeVersion: ">=1.21.0-0"
1818

@@ -32,5 +32,5 @@ maintainers:
3232

3333
dependencies:
3434
- name: eck-operator-crds
35-
version: 2.16.0
35+
version: 2.16.1
3636
condition: installCRDs

deploy/eck-operator/charts/eck-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: ECK operator Custom Resource Definitions
88

99
type: application
1010

11-
version: 2.16.0
11+
version: 2.16.1
1212

13-
appVersion: 2.16.0
13+
appVersion: 2.16.1
1414

1515
home: https://github.com/elastic/cloud-on-k8s
1616

deploy/eck-operator/templates/tests/statefulset_test.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ tests:
88
set:
99
config.ubiOnly: true
1010
image.fips: true
11-
image.tag: "2.16.0"
11+
image.tag: "2.16.1"
1212
asserts:
1313
- template: statefulset.yaml
1414
equal:
1515
path: spec.template.spec.containers[0].image
16-
value: "docker.elastic.co/eck/eck-operator-ubi-fips:2.16.0"
16+
value: "docker.elastic.co/eck/eck-operator-ubi-fips:2.16.1"
1717
- it: ECK image, no fips, no ubi
1818
set:
19-
image.tag: "2.16.0"
19+
image.tag: "2.16.1"
2020
asserts:
2121
- template: statefulset.yaml
2222
equal:
2323
path: spec.template.spec.containers[0].image
24-
value: "docker.elastic.co/eck/eck-operator:2.16.0"
24+
value: "docker.elastic.co/eck/eck-operator:2.16.1"
2525
- it: ECK image, fips, no ubi
2626
set:
2727
image.fips: true
28-
image.tag: "2.16.0"
28+
image.tag: "2.16.1"
2929
asserts:
3030
- template: statefulset.yaml
3131
equal:
3232
path: spec.template.spec.containers[0].image
33-
value: "docker.elastic.co/eck/eck-operator-fips:2.16.0"
33+
value: "docker.elastic.co/eck/eck-operator-fips:2.16.1"
3434
- it: ECK image, no fips, ubi
3535
set:
3636
config.ubiOnly: true
37-
image.tag: "2.16.0"
37+
image.tag: "2.16.1"
3838
asserts:
3939
- template: statefulset.yaml
4040
equal:
4141
path: spec.template.spec.containers[0].image
42-
value: "docker.elastic.co/eck/eck-operator-ubi:2.16.0"
42+
value: "docker.elastic.co/eck/eck-operator-ubi:2.16.1"
4343
- it: should have automount service account tokens set by default
4444
asserts:
4545
- template: statefulset.yaml
@@ -75,8 +75,8 @@ tests:
7575
app.kubernetes.io/instance: RELEASE-NAME
7676
app.kubernetes.io/managed-by: Helm
7777
app.kubernetes.io/name: elastic-operator
78-
app.kubernetes.io/version: 2.16.0
79-
helm.sh/chart: eck-operator-2.16.0
78+
app.kubernetes.io/version: 2.16.1
79+
helm.sh/chart: eck-operator-2.16.1
8080
key2: value2
8181
- it: should use the specified webhook secret name
8282
set:

0 commit comments

Comments
 (0)