Skip to content

Commit

Permalink
up to 7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanoy committed Oct 9, 2019
1 parent 139134f commit dd90950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions example/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ sonarqube_name: sonarqube
sonarqube:
build:
NAME: "{{ sonarqube_name }}"
SOURCE_REPOSITORY_URL: "https://github.com/rht-labs/sonar-auth-openshift.git"
SOURCE_REPOSITORY_REF: "master"
SOURCE_REPOSITORY_URL: "https://github.com/mcanoy/sonar-auth-openshift.git"
SOURCE_REPOSITORY_REF: "sonar7.9.1"
SOURCE_CONTEXT_DIR: example
FROM_DOCKER_IMAGE: sonarqube
FROM_DOCKER_TAG: "7.7-community"
FROM_DOCKER_TAG: "7.9.1-community"
FROM_DOCKER_IMAGE_REGISTRY_URL: "docker.io/sonarqube"
postgresql:
POSTGRESQL_DATABASE: sonar
Expand Down
2 changes: 1 addition & 1 deletion example/sonar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ sonar.auth.openshift.button.color=#000000
sonar.auth.openshift.sar.groups=sonarqube_admin=sonar-administrators,sonarqube_user=sonar-users
ignore.certs=false
#oauth.cert=/opt/sonarqube/conf/oauth.crt

sonar.search.javaAdditionalOpts=-Dnode.store.allow_mmapfs=false

0 comments on commit dd90950

Please sign in to comment.