diff --git a/README.md b/README.md index 8378b26..d0bc2a1 100644 --- a/README.md +++ b/README.md @@ -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-.tgz" - mkdir new-charts - cp "step-certificates-.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 ``` diff --git a/autocert/Chart.yaml b/autocert/Chart.yaml index 4df4408..1f593c0 100644 --- a/autocert/Chart.yaml +++ b/autocert/Chart.yaml @@ -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 @@ -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: