Skip to content

Commit 2acdfdd

Browse files
committed
Bump up chart version to v2.10.1 (ScalarDL Auditor v3.11.1)
1 parent 6e91e5b commit 2acdfdd

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.10.0
6-
appVersion: 3.11.0
5+
version: 2.10.1
6+
appVersion: 3.11.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.10.0`
4+
Current chart version is `2.10.1`
55

66
## Requirements
77

@@ -23,7 +23,7 @@ Current chart version is `2.10.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.11.0"` | Docker tag |
26+
| auditor.image.version | string | `"3.11.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.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | PodSecurityContext holds pod-level security attributes and common container settings |
@@ -98,8 +98,8 @@ Current chart version is `2.10.0`
9898
| envoy.service.ports.envoy.targetPort | int | `40051` | envoy k8s internal name |
9999
| envoy.service.type | string | `"ClusterIP"` | service types in kubernetes |
100100
| fullnameOverride | string | `""` | String to fully override scalardl-audit.fullname template |
101-
| 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.10.0"}}}` | Azure Marketplace specific configurations. |
101+
| 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.11.1"}}}` | Azure Marketplace specific configurations. |
102102
| global.azure.images.envoy | object | `{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"}` | Container image of Envoy for Azure Marketplace. |
103-
| global.azure.images.scalardlAuditor | object | `{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.10.0"}` | Container image of ScalarDL Auditor for Azure Marketplace. |
103+
| global.azure.images.scalardlAuditor | object | `{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.11.1"}` | Container image of ScalarDL Auditor for Azure Marketplace. |
104104
| global.platform | string | `""` | Specify the platform that you use. This configuration is for internal use. |
105105
| 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.10.0"
13+
tag: "3.11.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.11.0
162+
version: 3.11.1
163163
# -- Specify a imagePullPolicy
164164
pullPolicy: IfNotPresent
165165

0 commit comments

Comments
 (0)