mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
tag v1.1.7-rc1
This commit is contained in:
parent
ac5d69895a
commit
2c4106e0b9
2 changed files with 8 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -37,7 +37,11 @@ after_success:
|
|||
- |
|
||||
if [ $TRAVIS_PULL_REQUEST == 'false' ]
|
||||
then
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||
make docker-publish-initContainer
|
||||
make docker-publish-kyverno
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD || travis_terminate 1
|
||||
|
||||
echo "pushing Kyverno image"
|
||||
make docker-publish-initContainer || travis_terminate 1
|
||||
|
||||
echo "pushing Kyverno init container image"
|
||||
make docker-publish-kyverno || travis_terminate 1
|
||||
fi
|
||||
|
|
|
@ -803,6 +803,6 @@ spec:
|
|||
cpu: 100m
|
||||
memory: 50Mi
|
||||
initContainers:
|
||||
- image: nirmata/kyvernopre:v1.1.6
|
||||
- image: nirmata/kyvernopre:v1.1.7-rc1
|
||||
name: kyverno-pre
|
||||
serviceAccountName: kyverno-service-account
|
||||
|
|
Loading…
Reference in a new issue