Skip to content

Commit

Permalink
Make simplecov a dev/test dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Tinkham <[email protected]>
  • Loading branch information
andytinkham authored and micahlee committed Jun 2, 2022
1 parent 7fdb39f commit d380560
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.17.7] - 2022-05-19

### Changed
- Made simplecov a dev/test dependency
[cyberark/conjur#2564](https://github.com/cyberark/conjur/pull/2564)
- Added configuration for token TTL
[cyberark/conjur#2510](https://github.com/cyberark/conjur/pull/2510)

Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
POSTGRES_HOST_AUTH_METHOD: trust

conjur:
image: "conjur:${TAG}"
image: "conjur-test:${TAG}"
environment:
DATABASE_URL: postgres://postgres@pg/postgres
CONJUR_ADMIN_PASSWORD: ADmin123!!!!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
app: conjur-authn-k8s
spec:
containers:
- image: {{ CONJUR_AUTHN_K8S_TAG }}
- image: {{ CONJUR_TEST_AUTHN_K8S_TAG }}
imagePullPolicy: IfNotPresent
name: conjur
command: ["conjurctl", "server"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: conjur-authn-k8s
spec:
containers:
- image: {{ CONJUR_AUTHN_K8S_TAG }}
- image: {{ CONJUR_TEST_AUTHN_K8S_TAG }}
imagePullPolicy: Always
name: conjur
command: ["conjurctl", "server"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
hostnames:
- "{{ KUBERNETES_API_FQDN }}"
containers:
- image: {{ CONJUR_AUTHN_K8S_TAG }}
- image: {{ CONJUR_TEST_AUTHN_K8S_TAG }}
imagePullPolicy: Always
name: conjur
command: ["conjurctl", "server"]
Expand Down

0 comments on commit d380560

Please sign in to comment.