mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-09-17 09:10:39 +01:00
bump to v2.6.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "op_scim_bridge",
|
||||
"image": "1password/scim:v2.5.1",
|
||||
"image": "1password/scim:v2.6.0",
|
||||
"cpu": 128,
|
||||
"memory": 512,
|
||||
"essential": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "2.2"
|
||||
services:
|
||||
scim:
|
||||
image: 1password/scim:v2.5.1
|
||||
image: 1password/scim:v2.6.0
|
||||
ports:
|
||||
- "3002:3002"
|
||||
- "80:8080"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
version: "3.3"
|
||||
services:
|
||||
scim:
|
||||
image: 1password/scim:v2.5.1
|
||||
image: 1password/scim:v2.6.0
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
|
||||
@@ -116,7 +116,7 @@ You can now continue with the administration guide to configure your Identity Pr
|
||||
To update SCIM bridge, connect to your Kubernetes cluster and run the following command:
|
||||
|
||||
```bash
|
||||
kubectl set image deploy/op-scim-bridge op-scim-bridge=1password/scim:v2.5.1
|
||||
kubectl set image deploy/op-scim-bridge op-scim-bridge=1password/scim:v2.6.0
|
||||
```
|
||||
|
||||
This will upgrade your SCIM bridge to the latest version, which should take about 2-3 minutes for Kubernetes to process.
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: op-scim-bridge
|
||||
image: 1password/scim:v2.5.1
|
||||
image: 1password/scim:v2.6.0
|
||||
ports:
|
||||
# HTTPS port (external TCP traffic should be forwarded to this port by default)
|
||||
- name: https
|
||||
|
||||
Reference in New Issue
Block a user