From 8c231f30742f9a15d38a564e6acf98d2f7d1a440 Mon Sep 17 00:00:00 2001 From: max furman <mx.furman@gmail.com> Date: Fri, 5 Apr 2024 16:04:58 -0700 Subject: [PATCH] Update step-issuer to 0.9.1 --- README.md | 7 +++++-- step-issuer/Chart.yaml | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3948424..8378b26 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/step-issuer/Chart.yaml b/step-issuer/Chart.yaml index f18abf3..a26334a 100644 --- a/step-issuer/Chart.yaml +++ b/step-issuer/Chart.yaml @@ -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: @@ -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