diff --git a/charts/scalardl-audit/Chart.yaml b/charts/scalardl-audit/Chart.yaml index 16e45cb0..d34073cb 100644 --- a/charts/scalardl-audit/Chart.yaml +++ b/charts/scalardl-audit/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: scalardl-audit description: Scalar DL is a tamper-evident and scalable distributed database. This chart adds an auditing capability to Ledger (scalardl chart). type: application -version: 1.1.2 -appVersion: 3.1.1 +version: 1.1.3 +appVersion: 3.1.2 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 08c56ae3..699fda36 100644 --- a/charts/scalardl-audit/README.md +++ b/charts/scalardl-audit/README.md @@ -1,7 +1,7 @@ # scalardl-audit Scalar DL is a tamper-evident and scalable distributed database. This chart adds an auditing capability to Ledger (scalardl chart). -Current chart version is `1.1.2` +Current chart version is `1.1.3` ## Requirements @@ -19,7 +19,7 @@ Current chart version is `1.1.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.1.1"` | Docker tag | +| auditor.image.version | string | `"3.1.2"` | 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 | `{}` | 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 2b9984dd..3d804fda 100644 --- a/charts/scalardl-audit/values.yaml +++ b/charts/scalardl-audit/values.yaml @@ -153,7 +153,7 @@ auditor: # -- Docker image repository: ghcr.io/scalar-labs/scalar-auditor # -- Docker tag - version: 3.1.1 + version: 3.1.2 # -- Specify a imagePullPolicy pullPolicy: IfNotPresent