diff --git a/bitnami/valkey/CHANGELOG.md b/bitnami/valkey/CHANGELOG.md index 43f9f9e8d5..f2c118fa80 100644 --- a/bitnami/valkey/CHANGELOG.md +++ b/bitnami/valkey/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 2.0.1 (2024-10-28) + +* [bitnami/valkey] Fix sentinel.service.createprimary config to sentinel.service.createPrimary to work ([#30091](https://github.com/bitnami/charts/pull/30091)) + ## 2.0.0 (2024-10-23) -* [bitnami/valkey] Update all the references from to master/slave to primary/replica ([#30024](https://github.com/bitnami/charts/pull/30024)) +* [bitnami/valkey] Update all the references from to master/slave to primary/replica (#30024) ([75cc62d](https://github.com/bitnami/charts/commit/75cc62d9caf28c6f522042cd0f94cb9aca877837)), closes [#30024](https://github.com/bitnami/charts/issues/30024) ## 1.0.3 (2024-10-22) diff --git a/bitnami/valkey/Chart.yaml b/bitnami/valkey/Chart.yaml index acd095598e..002c23cf89 100644 --- a/bitnami/valkey/Chart.yaml +++ b/bitnami/valkey/Chart.yaml @@ -36,4 +36,4 @@ maintainers: name: valkey sources: - https://github.com/bitnami/charts/tree/main/bitnami/valkey -version: 2.0.0 +version: 2.0.1 diff --git a/bitnami/valkey/README.md b/bitnami/valkey/README.md index eec1e23204..a85392c4d1 100644 --- a/bitnami/valkey/README.md +++ b/bitnami/valkey/README.md @@ -808,7 +808,7 @@ helm install my-release --set primary.persistence.existingClaim=PVC_NAME oci://R | `sentinel.service.externalTrafficPolicy` | Valkey Sentinel service external traffic policy | `Cluster` | | `sentinel.service.extraPorts` | Extra ports to expose (normally used with the `sidecar` value) | `[]` | | `sentinel.service.clusterIP` | Valkey Sentinel service Cluster IP | `""` | -| `sentinel.service.createprimary` | Enable primary service pointing to the current primary (experimental) | `false` | +| `sentinel.service.createPrimary` | Enable primary service pointing to the current primary (experimental) | `false` | | `sentinel.service.loadBalancerIP` | Valkey Sentinel service Load Balancer IP | `""` | | `sentinel.service.loadBalancerClass` | sentinel service Load Balancer class if service type is `LoadBalancer` (optional, cloud specific) | `""` | | `sentinel.service.loadBalancerSourceRanges` | Valkey Sentinel service Load Balancer sources | `[]` | @@ -1049,4 +1049,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/bitnami/valkey/values.yaml b/bitnami/valkey/values.yaml index 1668105dd5..5d44da9831 100644 --- a/bitnami/valkey/values.yaml +++ b/bitnami/valkey/values.yaml @@ -1433,10 +1433,10 @@ sentinel: ## clusterIP: "" - ## @param sentinel.service.createprimary Enable primary service pointing to the current primary (experimental) + ## @param sentinel.service.createPrimary Enable primary service pointing to the current primary (experimental) ## NOTE: rbac.create need to be set to true ## - createprimary: false + createPrimary: false ## @param sentinel.service.loadBalancerIP Valkey Sentinel service Load Balancer IP ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer