Skip to content

Commit

Permalink
Merge pull request #26 from Conjur-Enterprise/CNJR-3912-fix-promote
Browse files Browse the repository at this point in the history
Pull RH image on promote
  • Loading branch information
gl-johnson authored and GitHub Enterprise committed Mar 12, 2024
2 parents 8fbf160 + 63ac98d commit 48198bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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.

## [0.1.1] - 2023-02-16
## [0.1.1] - 2023-03-12

### Added
- Include a Redhat UBI9 based Docker image.
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if (params.MODE == "PROMOTE") {
infrapool.agentSh """
export PATH="release-tools/bin:${PATH}"
docker pull registry.tld/conjur-k8s-csi-provider:${sourceVersion}
docker pull registry.tld/conjur-k8s-csi-provider-redhat:${sourceVersion}
# Promote source version to target version.
summon bin/publish --promote --source ${sourceVersion} --target ${targetVersion}
"""
Expand Down

0 comments on commit 48198bb

Please sign in to comment.