Updated to v0.5 image

This commit is contained in:
agilecohix
2018-06-01 14:06:44 -04:00
parent 370463c454
commit 95376d3732
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: '3.3'
services:
scim:
image: 1password/scim:v0.4.4
image: 1password/scim:v0.5
ports:
- "80:8080"
- "443:8443"

View File

@@ -2,7 +2,7 @@ version: '3.3'
services:
scim:
image: 1password/scim:v0.4.4
image: 1password/scim:v0.5
deploy:
replicas: 1
restart_policy:

View File

@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: op-scim
image: 1password/scim:v0.4.4
image: 1password/scim:v0.5
command: ["./op-scim"]
args: ["--session=/secret/scimsession", "--letsencrypt-domain={YOUR-DOMAIN-HERE}"]
ports: