Skip to content

Commit

Permalink
Merge pull request #135 from couchbase-partners/ci-fix
Browse files Browse the repository at this point in the history
Added mandatory field
  • Loading branch information
malscent authored Sep 10, 2024
2 parents 1f3251e + ab88f49 commit 4efc9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Validate CI
on:
pull_request:
branches:
- 2.5.x
- 2.7.x
# Ignore anything unrelated to a chart release
paths-ignore:
- 'charts/couchbase-operator/examples/**'
Expand Down
1 change: 1 addition & 0 deletions charts/couchbase-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,7 @@ cluster:
# -- CloudNativeGateway is used to provision a gRPC gateway proxying a
# Couchbase cluster.
cloudNativeGateway:
image: couchbase/cloud-native-gateway:1.0.1-dockerhub
# -- DEVELOPER PREVIEW - This feature is in developer preview. LogLevel
# controls the verbosity of cloud native logs. This field must be one of
# "fatal", "panic", "dpanic", "error", "warn", "info", "debug" defaulting
Expand Down

0 comments on commit 4efc9f6

Please sign in to comment.