Skip to content

Commit 6bf29e7

Browse files
committed
Bump up chart version to v2.8.6 (ScalarDL Auditor v3.9.7)
1 parent b58e3ee commit 6bf29e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.8.5
6-
appVersion: 3.9.6
5+
version: 2.8.6
6+
appVersion: 3.9.7
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: 2 additions & 2 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.8.5`
4+
Current chart version is `2.8.6`
55

66
## Requirements
77

@@ -22,7 +22,7 @@ Current chart version is `2.8.5`
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.9.6"` | Docker tag |
25+
| auditor.image.version | string | `"3.9.7"` | 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 |

charts/scalardl-audit/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ auditor:
142142
# -- Docker image
143143
repository: ghcr.io/scalar-labs/scalardl-auditor-byol
144144
# -- Docker tag
145-
version: 3.9.6
145+
version: 3.9.7
146146
# -- Specify a imagePullPolicy
147147
pullPolicy: IfNotPresent
148148

0 commit comments

Comments
 (0)