Skip to content

Commit

Permalink
Merge pull request #175 from smallstep/max/step-issuer-0.9.1
Browse files Browse the repository at this point in the history
Update step-issuer to 0.9.1
  • Loading branch information
dopey authored Apr 5, 2024
2 parents 047f113 + 8c231f3 commit 5e6f93b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ Visit https://smallstep.github.io/helm-charts/ for stable releases.

2. Update `appVersion` to the image tag in _packageName/Chart.yaml_.

3. Create helm package. For example for step-certificates:
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:

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

4. Update repository:
5. Update repository:

```sh
git checkout gh-pages
Expand Down
6 changes: 3 additions & 3 deletions step-issuer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: step-issuer
type: application
version: 1.8.0
appVersion: 0.8.0
version: 1.9.1
appVersion: 0.9.1
description: Step-issuer helm chart for kubernetes.
home: https://smallstep.com
keywords:
Expand All @@ -27,6 +27,6 @@ maintainers:
- name: Mariano Cano
email: mariano@smallstep.com
- name: Irwan Shofwan
email: abigaelse2@gmail.com
email: abigaelse2@gmail.com
- name: Muhammad Fauzan Razandi
email: muhammad.fauzan.razandi.16@gmail.com

0 comments on commit 5e6f93b

Please sign in to comment.