Skip to content

Commit c848961

Browse files
committed
Bump up chart version to v2.11.1 (ScalarDL Auditor v3.12.1)
1 parent cd0a1ea commit c848961

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/scalardl-audit/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: scalardl-audit
33
description: ScalarDL is a tamper-evident and scalable distributed database. This chart adds an auditing capability to Ledger (scalardl chart).
44
type: application
5-
version: 2.11.0
6-
appVersion: 3.12.0
5+
version: 2.11.1
6+
appVersion: 3.12.1
77
deprecated: false
88
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
99
keywords:

charts/scalardl-audit/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# scalardl-audit
22

33
ScalarDL is a tamper-evident and scalable distributed database. This chart adds an auditing capability to Ledger (scalardl chart).
4-
Current chart version is `2.11.0`
4+
Current chart version is `2.11.1`
55

66
## Requirements
77

@@ -23,7 +23,7 @@ Current chart version is `2.11.0`
2323
| auditor.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
2424
| auditor.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
2525
| auditor.image.repository | string | `"ghcr.io/scalar-labs/scalardl-auditor-byol"` | Docker image |
26-
| auditor.image.version | string | `"3.12.0"` | Docker tag |
26+
| auditor.image.version | string | `"3.12.1"` | Docker tag |
2727
| auditor.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
2828
| auditor.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
2929
| auditor.podAnnotations | object | `{}` | Pod annotations for the scalardl-auditor deployment |
@@ -100,8 +100,8 @@ Current chart version is `2.11.0`
100100
| envoy.service.ports.envoy.targetPort | int | `40051` | envoy k8s internal name |
101101
| envoy.service.type | string | `"ClusterIP"` | service types in kubernetes |
102102
| fullnameOverride | string | `""` | String to fully override scalardl-audit.fullname template |
103-
| global.azure | object | `{"images":{"envoy":{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"},"scalardlAuditor":{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.0"}}}` | Azure Marketplace specific configurations. |
103+
| global.azure | object | `{"images":{"envoy":{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"},"scalardlAuditor":{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.1"}}}` | Azure Marketplace specific configurations. |
104104
| global.azure.images.envoy | object | `{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"}` | Container image of Envoy for Azure Marketplace. |
105-
| global.azure.images.scalardlAuditor | object | `{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.0"}` | Container image of ScalarDL Auditor for Azure Marketplace. |
105+
| global.azure.images.scalardlAuditor | object | `{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.12.1"}` | Container image of ScalarDL Auditor for Azure Marketplace. |
106106
| global.platform | string | `""` | Specify the platform that you use. This configuration is for internal use. |
107107
| nameOverride | string | `""` | String to partially override scalardl-audit.fullname template (will maintain the release name) |

charts/scalardl-audit/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
images:
1111
# -- Container image of ScalarDL Auditor for Azure Marketplace.
1212
scalardlAuditor:
13-
tag: "3.12.0"
13+
tag: "3.12.1"
1414
image: "scalardl-auditor-azure-payg"
1515
registry: "scalar.azurecr.io"
1616
# -- Container image of Envoy for Azure Marketplace.
@@ -159,7 +159,7 @@ auditor:
159159
# -- Docker image
160160
repository: ghcr.io/scalar-labs/scalardl-auditor-byol
161161
# -- Docker tag
162-
version: 3.12.0
162+
version: 3.12.1
163163
# -- Specify a imagePullPolicy
164164
pullPolicy: IfNotPresent
165165

0 commit comments

Comments
 (0)