Skip to content

Commit 27ff70e

Browse files
committed
readme: missing image tag in the container image replication diagram
Also update the GitHub Actions workflow badge.
1 parent 4c95083 commit 27ff70e

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

README.md

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![release-master](https://github.com/jetstack/jetstack-secure/actions/workflows/release-master.yml/badge.svg)](https://github.com/jetstack/jetstack-secure/actions/workflows/release-master.yml)
1+
[![tests](https://github.com/jetstack/jetstack-secure/actions/workflows/tests.yaml/badge.svg)](https://github.com/jetstack/jetstack-secure/actions/workflows/tests.yaml)
22
[![Go Reference](https://pkg.go.dev/badge/github.com/jetstack/jetstack-secure.svg)](https://pkg.go.dev/github.com/jetstack/jetstack-secure)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/jetstack/jetstack-secure)](https://goreportcard.com/report/github.com/jetstack/jetstack-secure)
44

@@ -95,23 +95,22 @@ The release process is semi-automated.
9595
### Step 1: Git Tag and GitHub Release
9696

9797
1. Create a tag for the new release:
98-
```sh
99-
export VERSION=v0.6.0-alpha.0
98+
```sh
99+
export VERSION=v1.1.0
100100
git tag --annotate --message="Release ${VERSION}" "${VERSION}"
101101
git push origin "${VERSION}"
102102
```
103103
2. A GitHub action will see the new tag and do the following:
104-
- Build and publish the container image at `quay.io/jetstack/venafi-agent`,
105-
- Build and publish the Helm chart at `oci://quay.io/jetstack/charts/venafi-kubernetes-agent`,
106-
- Create a draft GitHub release,
107-
- Upload the Helm chart tarball to the GitHub release.
104+
- Build and publish the container image at `quay.io/jetstack/venafi-agent`,
105+
- Build and publish the Helm chart at `oci://quay.io/jetstack/charts/venafi-kubernetes-agent`,
106+
- Create a draft GitHub release,
107+
- Upload the Helm chart tarball to the GitHub release.
108108
3. Navigate to the GitHub Releases page and select the draft release to edit.
109-
2. Click on “Generate release notes” to automatically compile the changelog.
110-
3. Review and refine the generated notes to ensure they’re clear and useful
111-
for end users.
112-
4. Remove any irrelevant entries, such as “update deps,” “update CI,”
113-
“update docs,” or similar internal changes that do not impact user
114-
functionality.
109+
1. Click on “Generate release notes” to automatically compile the changelog.
110+
2. Review and refine the generated notes to ensure they’re clear and useful
111+
for end users.
112+
3. Remove any irrelevant entries, such as “update deps,” “update CI,” “update
113+
docs,” or similar internal changes that do not impact user functionality.
115114
4. Publish the release.
116115
5. Inform Michael McLoughlin of the new release so he can update the
117116
documentation at <https://docs.venafi.cloud/>.
@@ -158,8 +157,8 @@ The release process is semi-automated.
158157
> ```text
159158
> v1.1.0 (Git tag in the jetstack-secure repo)
160159
> └── quay.io/jetstack/venafi-agent:v1.1.0 (GitHub Actions in the jetstack-secure repo)
161-
> ├── us.gcr.io/jetstack-secure-enterprise/venafi-agent (Enterprise Builds's GitHub Actions)
162-
> └── eu.gcr.io/jetstack-secure-enterprise/venafi-agent (Enterprise Builds's GitHub Actions)
160+
> ├── us.gcr.io/jetstack-secure-enterprise/venafi-agent:v1.1.0 (Enterprise Builds's GitHub Actions)
161+
> └── eu.gcr.io/jetstack-secure-enterprise/venafi-agent:v1.1.0 (Enterprise Builds's GitHub Actions)
163162
> ├── registry.venafi.cloud/venafi-agent/venafi-agent:v1.1.0 (Harbor Replication)
164163
> ├── private-registry.venafi.cloud/venafi-agent/venafi-agent:v1.1.0 (Harbor Replication)
165164
> └── private-registry.venafi.eu/venafi-agent/venafi-agent:v1.1.0 (Harbor Replication)
@@ -212,5 +211,4 @@ The process is as follows:
212211
3. Create a pull request and wait for it to be approved.
213212
4. Merge the branch
214213
5. Manually trigger the Helm Chart workflow:
215-
[release_js-agent_chart.yaml](https://github.com/jetstack/enterprise-builds/actions/workflows/release_js-agent_chart.yaml).
216-
214+
[release_js-agent_chart.yaml](https://github.com/jetstack/enterprise-builds/actions/workflows/release_js-agent_chart.yaml).

0 commit comments

Comments
 (0)