Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Merge pull request #117 from camilamacedo86/AEROGEAR-9354
Browse files Browse the repository at this point in the history
feat(images) : Use the latest tag created for MSS instead of the master one
  • Loading branch information
camilamacedo86 committed Jun 11, 2019
2 parents 061cdf3 + b651570 commit a1cb2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
# Service Container
# ---------------------------------

image: "quay.io/aerogear/mobile-security-service:master"
image: "quay.io/aerogear/mobile-security-service:latest"
containerName: "application"
memoryLimit: "512Mi"
memoryRequest: "512Mi"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/mobilesecurityservice/mandatory_specs.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
clusterProtocol = "http"
memoryLimit = "512Mi"
memoryRequest = "512Mi"
image = "quay.io/aerogear/mobile-security-service:master"
image = "quay.io/aerogear/mobile-security-service:latest"
containerName = "application"
oAuthImage = "docker.io/openshift/oauth-proxy:v1.1.0"
oAuthContainerName = "oauth-proxy"
Expand Down

0 comments on commit a1cb2c9

Please sign in to comment.