diff --git a/charts/scalardl-audit/Chart.yaml b/charts/scalardl-audit/Chart.yaml index 9bcf7512..6361008a 100644 --- a/charts/scalardl-audit/Chart.yaml +++ b/charts/scalardl-audit/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: scalardl-audit description: ScalarDL is a tamper-evident and scalable distributed database. This chart adds an auditing capability to Ledger (scalardl chart). type: application -version: 2.6.2 -appVersion: 3.8.2 +version: 2.6.3 +appVersion: 3.8.3 deprecated: false icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg keywords: diff --git a/charts/scalardl-audit/README.md b/charts/scalardl-audit/README.md index 49f40012..7ddbf3b4 100644 --- a/charts/scalardl-audit/README.md +++ b/charts/scalardl-audit/README.md @@ -1,7 +1,7 @@ # scalardl-audit ScalarDL is a tamper-evident and scalable distributed database. This chart adds an auditing capability to Ledger (scalardl chart). -Current chart version is `2.6.2` +Current chart version is `2.6.3` ## Requirements @@ -22,7 +22,7 @@ Current chart version is `2.6.2` | auditor.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring | | auditor.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy | | auditor.image.repository | string | `"ghcr.io/scalar-labs/scalar-auditor"` | Docker image | -| auditor.image.version | string | `"3.8.2"` | Docker tag | +| auditor.image.version | string | `"3.8.3"` | Docker tag | | auditor.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. | | auditor.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint | | auditor.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | PodSecurityContext holds pod-level security attributes and common container settings | diff --git a/charts/scalardl-audit/values.yaml b/charts/scalardl-audit/values.yaml index f9fc2b1c..05c450fe 100644 --- a/charts/scalardl-audit/values.yaml +++ b/charts/scalardl-audit/values.yaml @@ -142,7 +142,7 @@ auditor: # -- Docker image repository: ghcr.io/scalar-labs/scalar-auditor # -- Docker tag - version: 3.8.2 + version: 3.8.3 # -- Specify a imagePullPolicy pullPolicy: IfNotPresent