Skip to content

Commit

Permalink
upgrade gitlab image
Browse files Browse the repository at this point in the history
  • Loading branch information
ycliuhw committed Dec 17, 2018
1 parent c342d9f commit 6cec566
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion acceptancetests/assess_caas_deploy_charms.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def assess_caas_charm_deployment(client):
k8s_model.deploy(
charm="cs:~juju/gitlab-k8s-0",
config='juju-external-hostname={}'.format(external_hostname),
resource="gitlab_image=gitlab/gitlab-ce:11.0.6-ce.0",
resource="gitlab_image=gitlab/gitlab-ee:11.5.4-ee.0",
)

k8s_model.deploy(
Expand All @@ -233,6 +233,9 @@ def assess_caas_charm_deployment(client):
log.info(caas_client.kubectl('get', 'all', '--all-namespaces'))
k8s_model.juju(k8s_model._show_status, ('--format', 'tabular'))

# destroy model to peacefully exit.
k8s_model.destroy_model()


def parse_args(argv):
"""Parse all arguments."""
Expand Down

0 comments on commit 6cec566

Please sign in to comment.