Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Jun 2, 2022
1 parent df98067 commit e190077
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Expand Up @@ -19,6 +19,7 @@ builds:
dockers:
- image_templates:
- goharbor/harbor-operator:{{ .Tag }}
skip_push: true

changelog:
sort: asc
Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -64,9 +64,9 @@ For a quick first try follow the instructions of this [tutorial](./docs/tutorial

Versions of the underlying components are listed below:

| Components | Harbor | MinIO operator | PostgreSQL operator | Redis operator |
|---------------|-------------------|----------------|---------------------|----------------|
| Versions | 2.4.x `[1]` | 4.4.9 | 1.6.3 | 1.1.1 |
| Components | Harbor | MinIO operator | PostgreSQL operator | Redis operator |
|---------------|-------------|----------------|---------------------|----------------|
| Versions | 2.5.x `[1]` | 4.4.9 | 1.6.3 | 1.1.1 |

NOTES:

Expand All @@ -78,9 +78,9 @@ NOTES:

Harbor operator supports two extra Kubernetes versions besides the current latest version (`n-2` pattern):

| Versions | 1.20 | 1.21 | 1.22 |
|---------------|--------------------|--------------------|---------------------|
| Compatibility | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
| Versions | 1.20 | 1.21 | 1.22 | 1.23 |
|---------------|--------------------|--------------------|---------------------|---------------------|
| Compatibility | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |

### Cert manager versions

Expand Down

0 comments on commit e190077

Please sign in to comment.