Skip to content

Commit

Permalink
Bump up chart version to v1.6.0 (ScalarDB Cluster v3.14.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kota2and3kan committed Nov 7, 2024
1 parent 3a2a847 commit 04efd43
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions charts/scalardb-cluster/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: envoy
repository: https://scalar-labs.github.io/helm-charts
version: 2.5.0
digest: sha256:b5580a505a60d22cc0b5f42c0a7417c3cbf656ec5faabffd19896cf1ca1b82f1
generated: "2024-06-10T17:39:16.806248049+09:00"
version: 2.6.0
digest: sha256:d9e21a2992c3a9ee54661fa19ac27f33450fda1ed09479c401237d37761793ed
generated: "2024-11-07T16:30:15.934805712+09:00"
6 changes: 3 additions & 3 deletions charts/scalardb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalardb-cluster
description: ScalarDB Cluster
type: application
version: 1.5.1
appVersion: 3.13.1
version: 1.6.0
appVersion: 3.14.0
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand All @@ -16,7 +16,7 @@ sources:
- https://github.com/scalar-labs/scalardb-cluster
dependencies:
- name: envoy
version: ~2.5.0
version: ~2.6.0
repository: https://scalar-labs.github.io/helm-charts
condition: envoy.enabled
maintainers:
Expand Down
12 changes: 6 additions & 6 deletions charts/scalardb-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# scalardb-cluster

ScalarDB Cluster
Current chart version is `1.5.1`
Current chart version is `1.6.0`

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://scalar-labs.github.io/helm-charts | envoy | ~2.5.0 |
| https://scalar-labs.github.io/helm-charts | envoy | ~2.6.0 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| envoy.enabled | bool | `false` | enable envoy |
| envoy.envoyConfiguration.serviceListeners | string | `"scalardb-cluster-service:60053"` | list of service name and port |
| envoy.image.version | string | `"1.6.0"` | Docker tag |
| envoy.image.version | string | `"1.6.1"` | Docker tag |
| envoy.nameOverride | string | `"scalardb-cluster"` | String to partially override envoy.fullname template |
| envoy.service.annotations | object | `{}` | Service annotations, e.g: prometheus, etc. |
| envoy.service.ports.envoy.port | int | `60053` | envoy public port |
| envoy.service.ports.envoy.protocol | string | `"TCP"` | envoy protocol |
| envoy.service.ports.envoy.targetPort | int | `60053` | envoy k8s internal name |
| envoy.service.type | string | `"ClusterIP"` | service types in kubernetes |
| fullnameOverride | string | `""` | String to fully override scalardb-cluster.fullname template |
| global.azure | object | `{"images":{"envoy":{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"2.0.0-SNAPSHOT"},"scalardbCluster":{"image":"scalardb-cluster-node-azure-payg-premium","registry":"scalar.azurecr.io","tag":"4.0.0-SNAPSHOT"}}}` | Azure Marketplace specific configurations. |
| global.azure.images.envoy | object | `{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"2.0.0-SNAPSHOT"}` | Container image of Envoy for Azure Marketplace. |
| global.azure.images.scalardbCluster | object | `{"image":"scalardb-cluster-node-azure-payg-premium","registry":"scalar.azurecr.io","tag":"4.0.0-SNAPSHOT"}` | Container image of ScalarDB Cluster for Azure Marketplace. |
| global.azure | object | `{"images":{"envoy":{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"},"scalardbCluster":{"image":"scalardb-cluster-node-azure-payg-premium","registry":"scalar.azurecr.io","tag":"3.14.0"}}}` | Azure Marketplace specific configurations. |
| global.azure.images.envoy | object | `{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"}` | Container image of Envoy for Azure Marketplace. |
| global.azure.images.scalardbCluster | object | `{"image":"scalardb-cluster-node-azure-payg-premium","registry":"scalar.azurecr.io","tag":"3.14.0"}` | Container image of ScalarDB Cluster for Azure Marketplace. |
| global.platform | string | `""` | Specify the platform that you use. This configuration is for internal use. |
| nameOverride | string | `""` | String to partially override scalardb-cluster.fullname template (will maintain the release name) |
| scalardbCluster.affinity | object | `{}` | The affinity/anti-affinity feature, greatly expands the types of constraints you can express. |
Expand Down
6 changes: 3 additions & 3 deletions charts/scalardb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ global:
images:
# -- Container image of ScalarDB Cluster for Azure Marketplace.
scalardbCluster:
tag: "4.0.0-SNAPSHOT"
tag: "3.14.0"
image: "scalardb-cluster-node-azure-payg-premium"
registry: "scalar.azurecr.io"
# -- Container image of Envoy for Azure Marketplace.
envoy:
tag: "2.0.0-SNAPSHOT"
tag: "1.6.1"
image: "scalar-envoy"
registry: "scalar.azurecr.io"

Expand All @@ -36,7 +36,7 @@ envoy:

image:
# -- Docker tag
version: 1.6.0
version: 1.6.1

service:
# -- service types in kubernetes
Expand Down

0 comments on commit 04efd43

Please sign in to comment.