Merge pull request #16 from 1Password/connor/0.6.3

bumped to 0.6.3
This commit is contained in:
Connor Hicks
2018-09-14 12:10:33 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: '2.2'
services:
scim:
image: 1password/scim:v0.6.1
image: 1password/scim:v0.6.3
ports:
- "80:8080"
- "443:8443"

View File

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

View File

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