Skip to content

Commit

Permalink
bump version 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nkowenski committed Sep 25, 2024
1 parent bc846a2 commit cbde31a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IMG_NAMESPACE = flag5
IMG_NAME = clustersecret
IMG_FQNAME = $(IMG_NAMESPACE)/$(IMG_NAME)
IMG_VERSION = 0.0.10
IMG_VERSION = 0.0.11

.PHONY: container push clean
all: container
Expand Down
4 changes: 2 additions & 2 deletions charts/cluster-secret/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: cluster-secret
description: ClusterSecret Operator
kubeVersion: '>= 1.16.0-0'
kubeVersion: '>= 1.25.0-0'
type: application
version: 0.4.2
version: 0.4.3
icon: https://clustersecret.com/assets/csninjasmall.png
sources:
- https://github.com/zakkg3/ClusterSecret
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-secret/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Clustersecrets automates this. It keep track of any modification in your secret

## Requirements

Current is 0.0.10 tested on > 1.27.1
Current is 0.0.11 tested on > 1.27.1
Version 0.0.9 is tested for Kubernetes >= 1.19 up to 1.27.1

For older kubernes (<1.19) use the image tag "0.0.6" in yaml/02_deployment.yaml
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-secret/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
imagePullSecrets: []
image:
repository: quay.io/clustersecret/clustersecret
tag: 0.0.10
tag: 0.0.11
# use tag-alt for ARM and other alternative builds - read the readme for more information
# If Clustersecret is about to create a secret and then it founds it exists:
# Default is to ignore it. (to not loose any unintentional data)
Expand Down

0 comments on commit cbde31a

Please sign in to comment.