mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-03-02 01:02:59 +00:00
Merge pull request #140 from 1Password/chas/scim-2.0.1-bump
Version bump to 2.0.1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "scim-bridge",
|
||||
"image": "1password/scim:v2.0.0",
|
||||
"image": "1password/scim:v2.0.1",
|
||||
"cpu": 128,
|
||||
"memory": 512,
|
||||
"essential": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "2.2"
|
||||
services:
|
||||
scim:
|
||||
image: 1password/scim:v2.0.0
|
||||
image: 1password/scim:v2.0.1
|
||||
ports:
|
||||
- "3002:3002"
|
||||
- "80:8080"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
scim:
|
||||
image: 1password/scim:v2.0.0
|
||||
image: 1password/scim:v2.0.1
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: op-scim-bridge
|
||||
image: 1password/scim:v2.0.0
|
||||
image: 1password/scim:v2.0.1
|
||||
ports:
|
||||
- containerPort: 3002
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user