Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.0"
# This is the version number of the application being deployed. Keep this aligned
# with operator image MAJOR.MINOR version.
appVersion: "2.1"

dependencies:
- name: aws-mountpoint-s3-csi-driver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ spec:
l2CacheBackend:
description: L2 cache backend type. Required when L2CacheSpec
is provided.
pattern: (?i)redis
pattern: (?i)redis|tieredstorage
type: string
l2CacheLocalUrl:
description: Provide the L2 cache URL to local storage
Expand All @@ -721,6 +721,12 @@ spec:
- round_robin
type: string
type: object
maxDeployTimeInSeconds:
default: 3600
description: Maximum allowed time in seconds for the deployment to
complete before timing out. Defaults to 1 hour (3600 seconds)
format: int32
type: integer
metrics:
description: Configuration for metrics collection and exposure
properties:
Expand Down Expand Up @@ -1617,12 +1623,6 @@ spec:
- round_robin
type: string
type: object
maxDeployTimeInSeconds:
default: 3600
description: Maximum allowed time in seconds for the deployment to
complete before timing out. Defaults to 1 hour (3600 seconds)
format: int32
type: integer
metrics:
description: Configuration for metrics collection and exposure
properties:
Expand Down
Loading
Loading