Skip to content

Commit

Permalink
Pin ScyllaDB Helm chart versions. (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h authored and ma2bd committed Oct 23, 2024
1 parent 7bc257e commit 3b9b231
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kubernetes/linera-validator/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ releases:
- name: validatorDomainName
value: {{ env "LINERA_HELMFILE_VALIDATOR_DOMAIN_NAME" | default "" }}
- name: scylla
version: v1.13.0
namespace: scylla
chart: scylla/scylla
timeout: 900
Expand All @@ -42,12 +43,14 @@ releases:
values:
- {{ env "LINERA_HELMFILE_VALUES_SCYLLA" | default "scylla.values.yaml" }}
- name: scylla-manager
version: v1.13.0
namespace: scylla-manager
chart: scylla/scylla-manager
timeout: 900
needs:
- scylla-operator/scylla-operator
- name: scylla-operator
version: v1.13.0
namespace: scylla-operator
chart: scylla/scylla-operator
timeout: 900
Expand All @@ -56,6 +59,7 @@ releases:
values:
- {{ env "LINERA_HELMFILE_VALUES_SCYLLA_OPERATOR" | default "scylla-operator.values.yaml" }}
- name: cert-manager
version: v1.15.3
namespace: cert-manager
chart: jetstack/cert-manager
timeout: 900
Expand Down

0 comments on commit 3b9b231

Please sign in to comment.