diff --git a/charts/collab/Chart.yaml b/charts/collab/Chart.yaml index b085b98..83a7533 100644 --- a/charts/collab/Chart.yaml +++ b/charts/collab/Chart.yaml @@ -3,7 +3,7 @@ name: codetogether-collab description: CodeTogether Collab type: application -version: 1.1.0 +version: 1.2.0 appVersion: "2025.1.0" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png diff --git a/charts/intel/Chart.yaml b/charts/intel/Chart.yaml index d510cae..30fa2c8 100644 --- a/charts/intel/Chart.yaml +++ b/charts/intel/Chart.yaml @@ -3,7 +3,7 @@ name: codetogether-intel description: CodeTogether Intel provides advanced project insights for developers type: application -version: 1.1.0 +version: 1.2.0 appVersion: "2025.1.0" icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png diff --git a/charts/intel/README.md b/charts/intel/README.md index fabd4fb..bafd7a8 100644 --- a/charts/intel/README.md +++ b/charts/intel/README.md @@ -103,7 +103,7 @@ $ kubectl create secret generic custom-java-cacerts --from-file=cacerts=/path/to If you prefer not to store the Cassandra password in values.yaml, you can store it securely in a Kubernetes secret. ```bash -kubectl create secret generic cassandra-password-secret --from-literal=cassandra.password='your-secure-cassandra-password' --namespace=codetogether-intel +kubectl create secret generic cassandra-password-secret --from-literal=cassandraPassword='your-secure-cassandra-password' --namespace=codetogether-intel ``` diff --git a/charts/intel/values.yaml b/charts/intel/values.yaml index f0c6ac0..ba8cf44 100644 --- a/charts/intel/values.yaml +++ b/charts/intel/values.yaml @@ -61,7 +61,7 @@ hqproperties: # Optional property, if provided the value from the secret will be used as the cassandra DB password # This will overwrite the value in the hqproperties hq.cassandra.db.password -# The secret must have a key named 'cassandra.password' +# The secret must have a key named 'cassandraPassword' cassandra: passwordSecret: ""