Skip to content

Commit e80b7fc

Browse files
Merge pull request #66 from marklogic/feature/CLD-659
CLD-659: Check and Upgrade Dependencies for GA Release
2 parents df716ac + f0a3ab5 commit e80b7fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image:
2525
# Init container image parameters
2626
initContainerImage:
2727
repository: curlimages/curl
28-
tag: 7.85.0
28+
tag: 7.87.0
2929
pullPolicy: IfNotPresent
3030

3131
# Configure the imagePullSecret to pull the image from private repository that requires credential
@@ -138,7 +138,7 @@ startupProbe:
138138
# And export them to a logging backend specified in the outputs section below
139139
logCollection:
140140
enabled: false
141-
image: fluent/fluent-bit:1.9.7
141+
image: fluent/fluent-bit:2.0.6
142142
resources:
143143
requests:
144144
cpu: "100m"

test/template/template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func TestChartTemplateLogCollection(t *testing.T) {
9090

9191
// Verify the image matches
9292
expectedImage1 := "marklogicdb/marklogic-db:latest"
93-
expectedImage2 := "fluent/fluent-bit:1.9.7"
93+
expectedImage2 := "fluent/fluent-bit:2.0.6"
9494

9595
statefulSetContainers := statefulset.Spec.Template.Spec.Containers
9696
require.Equal(t, len(statefulSetContainers), 2)

0 commit comments

Comments
 (0)