mirror of
https://github.com/bitnami/charts.git
synced 2026-03-04 06:47:57 +08:00
[bitnami/valkey] Fix sentinel.service.createprimary config to sentinel.service.createPrimary to work (#30091)
This commit is contained in:
@@ -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)
|
||||
|
||||
## <small>1.0.3 (2024-10-22)</small>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
limitations under the License.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user