Version bump to 1.3.1

This commit is contained in:
Graham L Brown
2020-03-18 00:23:28 -07:00
parent 4707b0f9b2
commit 5ffe4d5957
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ version: '2.2'
services:
scim:
image: 1password/scim:v1.3.0-2
image: 1password/scim:v1.3.1
ports:
- "80:8080"
- "443:8443"

View File

@@ -2,7 +2,7 @@ version: '3.3'
services:
scim:
image: 1password/scim:v1.3.0-2
image: 1password/scim:v1.3.1
deploy:
replicas: 1
restart_policy:

View File

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