Skip to content

Commit 4efc9f6

Browse files
authored
Merge pull request #135 from couchbase-partners/ci-fix
Added mandatory field
2 parents 1f3251e + ab88f49 commit 4efc9f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/validate-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Validate CI
55
on:
66
pull_request:
77
branches:
8-
- 2.5.x
8+
- 2.7.x
99
# Ignore anything unrelated to a chart release
1010
paths-ignore:
1111
- 'charts/couchbase-operator/examples/**'

charts/couchbase-operator/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,7 @@ cluster:
11761176
# -- CloudNativeGateway is used to provision a gRPC gateway proxying a
11771177
# Couchbase cluster.
11781178
cloudNativeGateway:
1179+
image: couchbase/cloud-native-gateway:1.0.1-dockerhub
11791180
# -- DEVELOPER PREVIEW - This feature is in developer preview. LogLevel
11801181
# controls the verbosity of cloud native logs. This field must be one of
11811182
# "fatal", "panic", "dpanic", "error", "warn", "info", "debug" defaulting

0 commit comments

Comments
 (0)