Skip to content

Commit

Permalink
Bump up scaladl/scalardb/scalardl-audit chart version (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseyu authored Oct 7, 2021
1 parent 1835342 commit e0a1174
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 36 deletions.
6 changes: 3 additions & 3 deletions charts/scalardb/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: envoy
repository: https://scalar-labs.github.io/helm-charts
version: 1.0.0
digest: sha256:99187a361887ac0e1914ef2d6425539a71d61ca0f4171faae170c38fd06d7c9c
generated: "2021-09-21T11:53:18.463609+09:00"
version: 1.1.0
digest: sha256:e08e29e54cf80d59b960ab502efa9682af2568705fade61e72947d471613b679
generated: "2021-10-06T14:19:28.458897+09:00"
6 changes: 3 additions & 3 deletions charts/scalardb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: scalardb
description: Scalar DB server

type: application
version: 1.0.0
appVersion: 3.1.0
version: 1.1.0
appVersion: 3.2.0
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand All @@ -17,7 +17,7 @@ sources:
- https://github.com/scalar-labs/scalardb
dependencies:
- name: envoy
version: ~1.0.0
version: ~1.1.0
repository: https://scalar-labs.github.io/helm-charts
condition: envoy.enabled
maintainers:
Expand Down
9 changes: 5 additions & 4 deletions charts/scalardb/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# scalardb

Scalar DB server
Current chart version is `1.0.0`
Current chart version is `1.1.0`

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://scalar-labs.github.io/helm-charts | envoy | ~1.0.0 |
| https://scalar-labs.github.io/helm-charts | envoy | ~1.1.0 |

## Values

Expand All @@ -16,11 +16,12 @@ Current chart version is `1.0.0`
| envoy.affinity | object | `{}` | the affinity/anti-affinity feature, greatly expands the types of constraints you can express |
| envoy.enabled | bool | `true` | enable envoy |
| envoy.envoyConfiguration.adminAccessLogPath | string | `"/dev/stdout"` | admin log path |
| envoy.envoyConfiguration.serviceListeners | string | `"scalardb-service:50051,scalardb-privileged:50052"` | list of service name and port |
| envoy.grafanaDashboard.enabled | bool | `false` | enable grafana dashboard |
| envoy.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
| envoy.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
| envoy.image.repository | string | `"ghcr.io/scalar-labs/scalar-envoy"` | Docker image |
| envoy.image.version | string | `"1.1.0"` | Docker tag |
| envoy.image.version | string | `"1.2.0"` | Docker tag |
| envoy.imagePullSecrets | list | `[]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| envoy.nameOverride | string | `"scalardb"` | String to partially override envoy.fullname template |
| envoy.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
Expand Down Expand Up @@ -50,7 +51,7 @@ Current chart version is `1.0.0`
| scalardb.grafanaDashboard.namespace | string | `"monitoring"` | Which namespace grafana dashboard is located. by default monitoring. |
| scalardb.image.pullPolicy | string | `"IfNotPresent"` | Specify a image pulling policy. |
| scalardb.image.repository | string | `"ghcr.io/scalar-labs/scalardb-server"` | Docker image reposiory of Scalar DB server. |
| scalardb.image.tag | string | `"3.1.0"` | Docker tag of the image. |
| scalardb.image.tag | string | `"3.2.0"` | Docker tag of the image. |
| scalardb.imagePullSecrets | list | `[]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| scalardb.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint. |
| scalardb.podSecurityContext | object | `{}` | PodSecurityContext holds pod-level security attributes and common container settings. |
Expand Down
6 changes: 4 additions & 2 deletions charts/scalardb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ envoy:
envoyConfiguration:
# -- admin log path
adminAccessLogPath: /dev/stdout
# -- list of service name and port
serviceListeners: scalardb-service:50051,scalardb-privileged:50052

image:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-envoy
# -- Docker tag
version: 1.1.0
version: 1.2.0
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -127,7 +129,7 @@ scalardb:
# -- Specify a image pulling policy.
pullPolicy: IfNotPresent
# -- Docker tag of the image.
tag: 3.1.0
tag: 3.2.0

# -- Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace.
imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 deletions charts/scalardl-audit/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: envoy
repository: https://scalar-labs.github.io/helm-charts
version: 1.0.0
digest: sha256:99187a361887ac0e1914ef2d6425539a71d61ca0f4171faae170c38fd06d7c9c
generated: "2021-09-21T12:32:18.225159+09:00"
version: 1.1.0
digest: sha256:e08e29e54cf80d59b960ab502efa9682af2568705fade61e72947d471613b679
generated: "2021-10-06T14:19:43.476682+09:00"
6 changes: 3 additions & 3 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: 1.0.0
appVersion: 3.0.1
version: 1.1.0
appVersion: 3.1.0
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand All @@ -16,7 +16,7 @@ sources:
- https://github.com/scalar-labs/scalardl
dependencies:
- name: envoy
version: ~1.0.0
version: ~1.1.0
repository: https://scalar-labs.github.io/helm-charts
condition: envoy.enabled
maintainers:
Expand Down
9 changes: 5 additions & 4 deletions charts/scalardl-audit/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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.0.0`
Current chart version is `1.1.0`

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://scalar-labs.github.io/helm-charts | envoy | ~1.0.0 |
| https://scalar-labs.github.io/helm-charts | envoy | ~1.1.0 |

## Values

Expand All @@ -19,7 +19,7 @@ Current chart version is `1.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.0.1"` | Docker tag |
| auditor.image.version | string | `"3.1.0"` | 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 Expand Up @@ -64,11 +64,12 @@ Current chart version is `1.0.0`
| envoy.affinity | object | `{}` | the affinity/anti-affinity feature, greatly expands the types of constraints you can express |
| envoy.enabled | bool | `true` | enable envoy |
| envoy.envoyConfiguration.adminAccessLogPath | string | `"/dev/stdout"` | admin log path |
| envoy.envoyConfiguration.serviceListeners | string | `"scalardl-audit-service:50051,scalardl-audit-privileged:50052"` | list of service name and port |
| envoy.grafanaDashboard.enabled | bool | `false` | enable grafana dashboard |
| envoy.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
| envoy.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
| envoy.image.repository | string | `"ghcr.io/scalar-labs/scalar-envoy"` | Docker image |
| envoy.image.version | string | `"1.1.0"` | Docker tag |
| envoy.image.version | string | `"1.2.0"` | Docker tag |
| envoy.imagePullSecrets | list | `[]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| envoy.nameOverride | string | `"scalardl-audit"` | String to partially override envoy.fullname template |
| envoy.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
Expand Down
6 changes: 4 additions & 2 deletions charts/scalardl-audit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ envoy:
envoyConfiguration:
# -- admin log path
adminAccessLogPath: /dev/stdout
# -- list of service name and port
serviceListeners: scalardl-audit-service:50051,scalardl-audit-privileged:50052

image:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-envoy
# -- Docker tag
version: 1.1.0
version: 1.2.0
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -151,7 +153,7 @@ auditor:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-auditor
# -- Docker tag
version: 3.0.1
version: 3.1.0
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down
6 changes: 3 additions & 3 deletions charts/scalardl/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: envoy
repository: https://scalar-labs.github.io/helm-charts
version: 1.0.0
digest: sha256:99187a361887ac0e1914ef2d6425539a71d61ca0f4171faae170c38fd06d7c9c
generated: "2021-09-21T11:33:19.880729+09:00"
version: 1.1.0
digest: sha256:e08e29e54cf80d59b960ab502efa9682af2568705fade61e72947d471613b679
generated: "2021-10-06T14:17:20.144825+09:00"
6 changes: 3 additions & 3 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: 3.0.0
appVersion: 3.0.1
version: 3.1.0
appVersion: 3.1.0
deprecated: false
icon: https://scalar-labs.com/wp-content/themes/scalar/assets/img/logo_scalar.svg
keywords:
Expand All @@ -16,7 +16,7 @@ sources:
- https://github.com/scalar-labs/scalardl
dependencies:
- name: envoy
version: ~1.0.0
version: ~1.1.0
repository: https://scalar-labs.github.io/helm-charts
condition: envoy.enabled
maintainers:
Expand Down
9 changes: 5 additions & 4 deletions charts/scalardl/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# scalardl

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

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://scalar-labs.github.io/helm-charts | envoy | ~1.0.0 |
| https://scalar-labs.github.io/helm-charts | envoy | ~1.1.0 |

## Values

Expand All @@ -16,11 +16,12 @@ Current chart version is `3.0.0`
| envoy.affinity | object | `{}` | the affinity/anti-affinity feature, greatly expands the types of constraints you can express |
| envoy.enabled | bool | `true` | enable envoy |
| envoy.envoyConfiguration.adminAccessLogPath | string | `"/dev/stdout"` | admin log path |
| envoy.envoyConfiguration.serviceListeners | string | `"scalardl-service:50051,scalardl-privileged:50052"` | list of service name and port |
| envoy.grafanaDashboard.enabled | bool | `false` | enable grafana dashboard |
| envoy.grafanaDashboard.namespace | string | `"monitoring"` | which namespace grafana dashboard is located. by default monitoring |
| envoy.image.pullPolicy | string | `"IfNotPresent"` | Specify a imagePullPolicy |
| envoy.image.repository | string | `"ghcr.io/scalar-labs/scalar-envoy"` | Docker image |
| envoy.image.version | string | `"1.1.0"` | Docker tag |
| envoy.image.version | string | `"1.2.0"` | Docker tag |
| envoy.imagePullSecrets | list | `[]` | Optionally specify an array of imagePullSecrets. Secrets must be manually created in the namespace. |
| envoy.nameOverride | string | `"scalardl"` | String to partially override envoy.fullname template |
| envoy.nodeSelector | object | `{}` | nodeSelector is form of node selection constraint |
Expand Down Expand Up @@ -52,7 +53,7 @@ Current chart version is `3.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.0.1"` | Docker tag |
| ledger.image.version | string | `"3.1.0"` | 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
6 changes: 4 additions & 2 deletions charts/scalardl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ envoy:
envoyConfiguration:
# -- admin log path
adminAccessLogPath: /dev/stdout
# -- list of service name and port
serviceListeners: scalardl-service:50051,scalardl-privileged:50052

image:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-envoy
# -- Docker tag
version: 1.1.0
version: 1.2.0
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -142,7 +144,7 @@ ledger:
# -- Docker image
repository: ghcr.io/scalar-labs/scalar-ledger
# -- Docker tag
version: 3.0.1
version: 3.1.0
# -- Specify a imagePullPolicy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit e0a1174

Please sign in to comment.