Skip to content

Commit

Permalink
Cutoff 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Feb 7, 2022
1 parent 22e0631 commit c6282e5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

Check [releases](https://github.com/spotahome/redis-operator/releases) section for Changelog

## [v1.1.0-rc.3] - 2022-01-19
### Changes
- Fixed support for kubernetes <1.21
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := v1.1.0
VERSION := v1.1.1

# Name of this service/application
SERVICE_NAME := redis-operator
Expand Down
4 changes: 2 additions & 2 deletions charts/redisoperator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
annotations:
category: Redis Operator
appVersion: 1.1.0
appVersion: 1.1.1
apiVersion: v1
description: A Helm chart for the Spotahome Redis Operator
name: redis-operator
version: 3.1.5
version: 3.1.6
home: https://github.com/spotahome/redis-operator
keywords:
- "golang"
Expand Down
2 changes: 1 addition & 1 deletion charts/redisoperator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
image:
repository: quay.io/spotahome/redis-operator
pullPolicy: Always
tag: v1.1.0
tag: v1.1.1

imageCredentials:
create: false
Expand Down

1 comment on commit c6282e5

@danielllek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When this version will be released?

I'd like to install 1.1.1 without using custom values for image :)

$ helm2 repo update redis-operator
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "redis-operator" chart repository
Update Complete.

$ helm2 search redis-operator
NAME                         	CHART VERSION	APP VERSION	DESCRIPTION                                  
redis-operator/redis-operator	3.1.4        	1.1.0-rc.1 	A Helm chart for the Spotahome Redis Operator

Please sign in to comment.