Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
[automation] Update component versions for release release-1.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 12, 2019
1 parent c0d36d7 commit 6b47689
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions evals/roles/gitea/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gitea_namespace: gitea
gitea_git_ref: master
gitea_git_ref: release-1.2.0-rc1
gitea_operator_image_url: quay.io/integreatly/gitea-operator
gitea_operator_image_tag: master
gitea_operator_image_tag: release-1.2.0-rc1
gitea_resources:
- https://raw.githubusercontent.com/integr8ly/gitea-operator/{{gitea_git_ref}}/deploy/service_account.yaml
- https://raw.githubusercontent.com/integr8ly/gitea-operator/{{gitea_git_ref}}/deploy/role.yaml
Expand Down
4 changes: 2 additions & 2 deletions evals/roles/msbroker/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
msbroker_namespace: managed-service-broker
msbroker_image_org: quay.io/integreatly
msbroker_image_tag: master
msbroker_git_ref: master
msbroker_image_tag: release-1.2.0-rc1
msbroker_git_ref: release-1.2.0-rc1
msbroker_template_url: "https://raw.githubusercontent.com/integr8ly/managed-service-broker/{{ msbroker_git_ref }}/templates/broker.template.yaml"
msbroker_clusterrole: managed-service
msbroker_clusterrolebinding: default-cluster-account-managed-service
Expand Down
4 changes: 2 additions & 2 deletions evals/roles/rhsso/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
rhsso_keycloak_operator_image_url: "quay.io/integreatly/keycloak-operator"
rhsso_keycloak_operator_image_tag: master
rhsso_keycloak_operator_image_tag: release-1.2.0-rc1

rhsso_namespace: "{{ eval_rhsso_namespace | default('sso') }}"

Expand All @@ -25,7 +25,7 @@ rhsso_openshift_webconsole_configmap: webconsole-config
rhsso_openshift_update_webconsole_configmap: false

rhsso_operator_repo: integr8ly
rhsso_operator_commit_tag: master
rhsso_operator_commit_tag: release-1.2.0-rc1

rhsso_operator_required_objects:
- rbac.yaml
Expand Down
2 changes: 1 addition & 1 deletion evals/roles/webapp/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ webapp_route: tutorial-web-app
webapp_app_label: tutorial-web-app
#operator vars
webapp_operator_image_url: 'quay.io/integreatly/tutorial-web-app-operator'
webapp_operator_image_tag: master
webapp_operator_image_tag: release-1.2.0-rc1
webapp_operator_template_path: '/home/tutorial-web-app-operator/deploy/template/tutorial-web-app.yml'
#openshift vars
webapp_openshift_master_config_path: "{{ eval_openshift_master_config_path | default('/etc/origin/master/master-config.yaml') }}"

0 comments on commit 6b47689

Please sign in to comment.