Skip to content

Commit

Permalink
Merge pull request #52 from cscetbon/version-2.1.9
Browse files Browse the repository at this point in the history
Set version to 2.1.9
  • Loading branch information
cscetbon authored Jul 30, 2022
2 parents 9736c1c + 26026f2 commit fc18f87
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bundle/manifests/casskop.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.12.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: casskop.v2.1.8
name: casskop.v2.1.9
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -37,4 +37,4 @@ spec:
maturity: alpha
provider:
name: casskop
version: 2.1.8
version: 2.1.9
2 changes: 1 addition & 1 deletion charts/casskop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: casskop-helm
home: &home https://github.com/cscetbon/casskop
sources:
- *home
version: &version 2.1.8
version: &version 2.1.9
appVersion: *version
maintainers:
- name: cscetbon
Expand Down
2 changes: 1 addition & 1 deletion charts/casskop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
image:
repository: ghcr.io/cscetbon/casskop
tag: 2.1.8
tag: 2.1.9
pullPolicy: Always
imagePullSecrets:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/multi-casskop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: multi-casskop-helm
home: &home https://github.com/cscetbon/casskop/multi-casskop
sources:
- *home
version: &version 2.1.8
version: &version 2.1.9
appVersion: *version
maintainers:
- name: cscetbon
Expand Down
2 changes: 1 addition & 1 deletion charts/multi-casskop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##
image:
repository: ghcr.io/cscetbon/multi-casskop
tag: 2.1.8
tag: 2.1.9
pullPolicy: Always
imagePullSecrets:
enabled: false
Expand Down
2 changes: 1 addition & 1 deletion multi-casskop/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "2.1.8"
Version = "2.1.9"
)
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package version

var (
Version = "2.1.8"
Version = "2.1.9"
)

0 comments on commit fc18f87

Please sign in to comment.