Skip to content

Commit

Permalink
Bumpup scalardl patch version to 3.3.1 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Dec 13, 2021
1 parent cf6d1e8 commit f39baf5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/scalardl-audit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.0.0
appVersion: 3.3.0
version: 2.0.1
appVersion: 3.3.1
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/scalardl-audit/README.md
Original file line number Diff line number Diff line change
@@ -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 `2.0.0`
Current chart version is `2.0.1`

## Requirements

Expand All @@ -19,7 +19,7 @@ Current chart version is `2.0.0`
| 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.3.0"` | Docker tag |
| auditor.image.version | string | `"3.3.1"` | 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardl-audit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ auditor:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-auditor
# -- Docker tag
version: 3.3.0
version: 3.3.1
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions charts/scalardl/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: scalardl
description: Scalar DL is a tamper-evident and scalable distributed database.
type: application
version: 4.0.0
appVersion: 3.3.0
version: 4.0.1
appVersion: 3.3.1
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/scalardl/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# scalardl

Scalar DL is a tamper-evident and scalable distributed database.
Current chart version is `4.0.0`
Current chart version is `4.0.1`

## Requirements

Expand Down Expand Up @@ -53,7 +53,7 @@ Current chart version is `4.0.0`
| ledger.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
| ledger.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
| ledger.image.repository | string | `"ghcr.io/scalar-labs/scalar-ledger"` | Docker image |
| ledger.image.version | string | `"3.3.0"` | Docker tag |
| ledger.image.version | string | `"3.3.1"` | Docker tag |
| ledger.imagePullSecrets | list | `[{"name":"reg-docker-secrets"}]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| ledger.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
| ledger.podSecurityContext | object | `{}` | PodSecurityContext holds pod-level security attributes and common container settings |
Expand Down
2 changes: 1 addition & 1 deletion charts/scalardl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ledger:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-ledger
# -- Docker tag
version: 3.3.0
version: 3.3.1
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit f39baf5

Please sign in to comment.