Skip to content

Commit

Permalink
Merge pull request #98 from tahmmee/2.3.x
Browse files Browse the repository at this point in the history
Fix legacy tls detection
  • Loading branch information
tahmmee authored Sep 26, 2022
2 parents db6e46c + 14026b4 commit b748da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/couchbase-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: couchbase-operator
description: A Helm chart to deploy the Couchbase Autonomous Operator for easily deploying, managing, and maintaining Couchbase Clusters. Couchbase Server is a NoSQL document database with a distributed architecture for performance, scalability, and availability. It enables developers to build applications easier and faster by leveraging the power of SQL with the flexibility of JSON.
version: 2.32.0
version: 2.32.1
appVersion: 2.3.2
type: application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/couchbase-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Determine if tls legacy mode is enabled. Legacy TLS involves use of static secr
{{- $clusterName := (include "couchbase-cluster.clustername" .) -}}
{{- $clusterSpec := (lookup "couchbase.com/v2" "CouchbaseCluster" .Release.Namespace $clusterName) -}}
{{- if $clusterSpec -}}
{{- $clusterTLS := $clusterSpec.spec.networking -}}
{{- $clusterTLS := $clusterSpec.spec.networking.tls -}}
{{- if $clusterTLS -}}
{{- if $clusterTLS.static -}}
{{/* legacy format is in use for cluster */}}
Expand Down

0 comments on commit b748da6

Please sign in to comment.