Skip to content

Commit

Permalink
Bump autocert to 0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jun 13, 2024
1 parent 258cb93 commit d9f9f5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,14 @@ Visit https://smallstep.github.io/helm-charts/ for stable releases.
3. Commit these changes to a branch and push the branch to the origin.
Open a PR for merging to master.

4. Create helm package. For example for step-certificates:
4. Create helm package (using `step-certificates` as an example):

```sh
helm package ./step-certificates
```

5. Update repository:
5. Update repository (using `step-certificates` as an example):

```sh
git checkout gh-pages
git pull origin gh-pages
git add "step-certificates-<version>.tgz"
mkdir new-charts
cp "step-certificates-<version>.tgz" new-charts/
helm repo index --merge index.yaml --url https://smallstep.github.io/helm-charts/ new-charts
cp new-charts/index.yaml .
rm -rf new-charts
git commit -a -m "Add package for step-certificates vX.Y.Z"
git push origin gh-pages
./deploy.sh ./step-certificates
```
6 changes: 3 additions & 3 deletions autocert/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: autocert
version: 1.19.0
appVersion: 0.19.0
version: 1.19.3
appVersion: 0.19.3
description: A kubernetes add-on that automatically injects TLS/HTTPS certificates into your containers.
keywords:
- ca
Expand All @@ -28,7 +28,7 @@ maintainers:
email: mariano@smallstep.com
dependencies:
- name: step-certificates
version: 1.25.0
version: 1.26.2
repository: https://smallstep.github.io/helm-charts
condition: step-certificates.enabled
tags:
Expand Down

0 comments on commit d9f9f5d

Please sign in to comment.