Skip to content

Commit

Permalink
Merge pull request #109 from axel7083/fix/bump-chart-version-0-2-3
Browse files Browse the repository at this point in the history
feat: bump chart version
  • Loading branch information
zakkg3 authored Jan 2, 2024
2 parents bdf9c60 + 82a9c65 commit 6d599d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For older kubernetes (<1.19) use the image tag `0.0.6` in your helm values file.

```bash
helm repo add clustersecret https://charts.clustersecret.io/
helm install clustersecret clustersecret/cluster-secret --version 0.2.1 -n clustersecret --create-namespace
helm install clustersecret clustersecret/cluster-secret --version 0.2.3 -n clustersecret --create-namespace
```

# with just kubectl
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster-secret/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cluster-secret
description: ClusterSecret Operator
kubeVersion: '>= 1.16.0-0'
type: application
version: 0.2.2
version: 0.2.3
icon: https://clustersecret.io/assets/csninjasmall.png
sources:
- https://github.com/zakkg3/ClusterSecret
Expand Down

0 comments on commit 6d599d8

Please sign in to comment.