Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use official build of qontract-validator #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export VAULT_AUTHTYPE=token
export LOG_FILE_LOCATION=/tmp/vault-manager.log

# used to generate data.json via make bundle in tests/app-interface/Makefile
export VALIDATOR_IMAGE=quay.io/app-sre/qontract-validator
export VALIDATOR_IMAGE_TAG=2936e47
export VALIDATOR_IMAGE=quay.io/redhat-services-prod/app-sre-tenant/qontract-validator-master/qontract-validator-master
export VALIDATOR_IMAGE_TAG=648d606

# used to generate data.json via make bundle in tests/app-interface/Makefile
export SCHEMAS_IMAGE=quay.io/app-sre/qontract-schemas
Expand Down
2 changes: 1 addition & 1 deletion tests/app-interface/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OUTPUT_DIR := $(shell realpath $(OUTPUT_DIR))
BUNDLE_FILENAME ?= data.json
PWD := $(shell pwd)
VALIDATOR_CONTAINER_NAME ?= qontract-validator
VALIDATOR_IMAGE_NAME ?= quay.io/app-sre/qontract-validator
VALIDATOR_IMAGE_NAME ?= quay.io/redhat-services-prod/app-sre-tenant/qontract-validator-master/qontract-validator-master

schemas:
@rm -rf schemas graphql-schemas
Expand Down