Skip to content

Commit

Permalink
7.4.0-v0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov authored Jul 29, 2024
1 parent 4e1f8e4 commit f5050f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/redis-stack-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 0.4.12
version: 0.4.13

# 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: "7.2.6"
appVersion: "7.2.7"
2 changes: 1 addition & 1 deletion charts/redis-stack-server/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: redis-stack-server
redis_stack_server:
image: "redis/redis-stack-server"
tag: "7.2.0-v11"
tag: "7.4.0-v0"
port: 6379
replicas: 1
storage_class: standard
Expand Down
4 changes: 2 additions & 2 deletions charts/redis-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 0.4.12
version: 0.4.13

# 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: "7.2.6"
appVersion: "7.2.7"
2 changes: 1 addition & 1 deletion charts/redis-stack/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: redis-stack
redis_stack:
image: "redis/redis-stack"
tag: "7.2.0-v11"
tag: "7.4.0-v0"
redis_insight: "redis-insight"
redis_insight_port: 8001
redis_server_port: 6379
Expand Down

0 comments on commit f5050f1

Please sign in to comment.