Skip to content

Commit 172b9e4

Browse files
committed
Bump up chart version to v2.9.4 (ScalarDL Auditor v3.10.3)
1 parent ffb63eb commit 172b9e4

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.9.3
6-
appVersion: 3.10.2
5+
version: 2.9.4
6+
appVersion: 3.10.3
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.9.3`
4+
Current chart version is `2.9.4`
55

66
## Requirements
77

@@ -22,7 +22,7 @@ Current chart version is `2.9.3`
2222
| auditor.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
2323
| auditor.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
2424
| auditor.image.repository | string | `"ghcr.io/scalar-labs/scalardl-auditor-byol"` | Docker image |
25-
| auditor.image.version | string | `"3.10.2"` | Docker tag |
25+
| auditor.image.version | string | `"3.10.3"` | Docker tag |
2626
| auditor.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
2727
| auditor.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
2828
| auditor.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | PodSecurityContext holds pod-level security attributes and common container settings |
@@ -97,8 +97,8 @@ Current chart version is `2.9.3`
9797
| envoy.service.ports.envoy.targetPort | int | `40051` | envoy k8s internal name |
9898
| envoy.service.type | string | `"ClusterIP"` | service types in kubernetes |
9999
| fullnameOverride | string | `""` | String to fully override scalardl-audit.fullname template |
100-
| 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.2"}}}` | Azure Marketplace specific configurations. |
100+
| 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.3"}}}` | Azure Marketplace specific configurations. |
101101
| global.azure.images.envoy | object | `{"image":"scalar-envoy","registry":"scalar.azurecr.io","tag":"1.6.1"}` | Container image of Envoy for Azure Marketplace. |
102-
| global.azure.images.scalardlAuditor | object | `{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.10.2"}` | Container image of ScalarDL Auditor for Azure Marketplace. |
102+
| global.azure.images.scalardlAuditor | object | `{"image":"scalardl-auditor-azure-payg","registry":"scalar.azurecr.io","tag":"3.10.3"}` | Container image of ScalarDL Auditor for Azure Marketplace. |
103103
| global.platform | string | `""` | Specify the platform that you use. This configuration is for internal use. |
104104
| 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.2"
13+
tag: "3.10.3"
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.10.2
162+
version: 3.10.3
163163
# -- Specify a imagePullPolicy
164164
pullPolicy: IfNotPresent
165165

0 commit comments

Comments
 (0)