Skip to content

Commit

Permalink
Merge pull request #1472 from cyberark/fix-redhat
Browse files Browse the repository at this point in the history
Fix incorrect Red Hat cert project ID
  • Loading branch information
szh authored Jul 7, 2022
2 parents 04e6321 + 6682b85 commit cba43d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Nothing should go in this section, please add to the latest unreleased version
(and update the corresponding date), or add a new version.

## [1.7.14] - 2022-07-07

## [1.7.13] - 2022-07-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion bin/publish
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ FULL_VERSION_TAG="$(full_version_tag)"
readonly VERSION
readonly FULL_VERSION_TAG
readonly REDHAT_IMAGE="scan.connect.redhat.com/ospid-18d9f51d-9c0c-4031-9f9e-ef08aa2ff409/secretless-broker"
readonly REDHAT_CERT_PID="5e621f6502235d3f505f6093"
readonly REDHAT_CERT_PID="5e61546e2c5f183d03415962"
readonly REDHAT_LOCAL_IMAGE="secretless-broker-redhat"
readonly IMAGES=(
"secretless-broker"
Expand Down

0 comments on commit cba43d9

Please sign in to comment.