Commit 15f142e 1 parent d2e300b commit 15f142e Copy full SHA for 15f142e
File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ v1.10.9 ] - 2024-03-07
9
9
10
10
###
11
11
- Default images:
@@ -761,4 +761,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
761
761
[ v1.10.6 ] : https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.5...v1.10.6
762
762
[ v1.10.7 ] : https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.6...v1.10.7
763
763
[ v1.10.8 ] : https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.7...v1.10.8
764
- [ Unreleased ] : https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.8...HEAD
764
+ [ v1.10.9 ] : https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.8...v1.10.9
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : piraeus
3
3
description : A Helm chart for Piraeus Operator
4
4
type : application
5
- version : 1.10.8
6
- appVersion : 1.10.8
5
+ version : 1.10.9
6
+ appVersion : 1.10.9
7
7
home : https://piraeus.io/
8
8
dependencies :
9
9
- name : " etcd"
Original file line number Diff line number Diff line change 61
61
unprivilegedRole : " "
62
62
operator :
63
63
replicas : 1 # <- number of replicas for the operator deployment
64
- image : quay.m.daocloud.io/piraeusdatastore/piraeus-operator:latest
64
+ image : quay.m.daocloud.io/piraeusdatastore/piraeus-operator:v1.10.9
65
65
affinity : {}
66
66
tolerations : []
67
67
resources : {}
Original file line number Diff line number Diff line change 61
61
unprivilegedRole : " "
62
62
operator :
63
63
replicas : 1 # <- number of replicas for the operator deployment
64
- image : quay.io/piraeusdatastore/piraeus-operator:latest
64
+ image : quay.io/piraeusdatastore/piraeus-operator:v1.10.9
65
65
affinity : {}
66
66
tolerations : []
67
67
resources : {}
Original file line number Diff line number Diff line change 24
24
fsGroup : 1000
25
25
containers :
26
26
- name : piraeus-operator
27
- image : quay.io/piraeusdatastore/piraeus-operator:latest
27
+ image : quay.io/piraeusdatastore/piraeus-operator:v1.10.9
28
28
imagePullPolicy : " IfNotPresent"
29
29
args :
30
30
- " --create-backups=true"
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ limitations under the License.
17
17
18
18
package version
19
19
20
- var Version = "1.10.8 "
20
+ var Version = "1.10.9 "
You can’t perform that action at this time.
0 commit comments