Skip to content

Commit

Permalink
Update WrenDS image
Browse files Browse the repository at this point in the history
resolves #145
  • Loading branch information
moabu committed Jul 27, 2020
1 parent d2c2cac commit 376c1cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pygluu/kubernetes/templates/gluu_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"CERT_MANAGER_IMAGE_NAME": "gluufederation/certmanager",
"CERT_MANAGER_IMAGE_TAG": "4.2.0_01",
"LDAP_IMAGE_NAME": "gluufederation/wrends",
"LDAP_IMAGE_TAG": "4.2.0_01",
"LDAP_IMAGE_TAG": "4.2.0_02",
"JACKRABBIT_IMAGE_NAME": "gluufederation/jackrabbit",
"JACKRABBIT_IMAGE_TAG": "4.2.0_01",
"OXAUTH_IMAGE_NAME": "gluufederation/oxauth",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ service:
ldapServiceName: opendj
image:
repository: gluufederation/wrends
tag: 4.2.0_01
tag: 4.2.0_02
pullPolicy: Always

persistence:
Expand Down
2 changes: 1 addition & 1 deletion pygluu/kubernetes/templates/helm/gluu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ opendj:

image:
repository: gluufederation/wrends
tag: 4.2.0_01
tag: 4.2.0_02
pullPolicy: Always
# default resource limits
resources:
Expand Down
2 changes: 1 addition & 1 deletion pygluu/kubernetes/templates/ldap/base/statefulsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
containers:
- name: opendj
imagePullPolicy: Always
image: gluufederation/wrends:4.2.0_01
image: gluufederation/wrends:4.2.0_02
envFrom:
- configMapRef:
name: gluu-config-cm
Expand Down

0 comments on commit 376c1cf

Please sign in to comment.