Merge branch '1Password:master' into master

This commit is contained in:
Adam Pike
2021-09-10 22:25:11 -02:30
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[
{
"name": "scim-bridge",
"image": "1password/scim:v2.1.0",
"image": "1password/scim:v2.1.2",
"cpu": 128,
"memory": 512,
"essential": true,

View File

@@ -1,7 +1,7 @@
version: "2.2"
services:
scim:
image: 1password/scim:v2.1.0
image: 1password/scim:v2.1.2
ports:
- "3002:3002"
- "80:8080"

View File

@@ -1,7 +1,7 @@
version: "3.3"
services:
scim:
image: 1password/scim:v2.1.0
image: 1password/scim:v2.1.2
deploy:
replicas: 1
restart_policy:

View File

@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: op-scim-bridge
image: 1password/scim:v2.1.0
image: 1password/scim:v2.1.2
ports:
- containerPort: 3002
volumeMounts: