Skip to content

Commit

Permalink
fix: update image tags to resolve API UMA mode (#539)
Browse files Browse the repository at this point in the history
* fix: update image tags to resolve API UMA mode

* chore: update tag images

---------

Co-authored-by: moabu <[email protected]>
  • Loading branch information
iromli and moabu authored Apr 10, 2023
1 parent 71bd3ac commit f5b4d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pygluu/kubernetes/templates/gluu_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"OXSHIBBOLETH_IMAGE_NAME": "gluufederation/oxshibboleth",
"OXSHIBBOLETH_IMAGE_TAG": "4.5.0-10",
"OXTRUST_IMAGE_NAME": "gluufederation/oxtrust",
"OXTRUST_IMAGE_TAG": "4.5.0-6",
"OXTRUST_IMAGE_TAG": "4.5.0-7",
"PERSISTENCE_IMAGE_NAME": "gluufederation/persistence",
"PERSISTENCE_IMAGE_TAG": "4.5.0-5",
"PERSISTENCE_IMAGE_TAG": "4.5.0-6",
"UPGRADE_IMAGE_NAME": "gluufederation/upgrade",
"UPGRADE_IMAGE_TAG": "4.5.0-6"
"UPGRADE_IMAGE_TAG": "4.5.0-7"
},
"4.5.0_dev": {
"CASA_IMAGE_NAME": "gluufederation/casa",
Expand Down
6 changes: 3 additions & 3 deletions pygluu/kubernetes/templates/helm/gluu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ global:
# -- Image to use for deploying.
repository: gluufederation/upgrade
# -- Image tag to use for deploying.
tag: 4.5.0-6
tag: 4.5.0-7
# -- Source version currently running. This is normally one minor version down.
# The step should only be one minor version per upgrade
sourceVersion: "4.4"
Expand Down Expand Up @@ -1006,7 +1006,7 @@ persistence:
# -- Image to use for deploying.
repository: gluufederation/persistence
# -- Image tag to use for deploying.
tag: 4.5.0-5
tag: 4.5.0-6
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
Expand Down Expand Up @@ -1210,7 +1210,7 @@ oxtrust:
# -- Image to use for deploying.
repository: gluufederation/oxtrust
# -- Image tag to use for deploying.
tag: 4.5.0-6
tag: 4.5.0-7
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down

0 comments on commit f5b4d1b

Please sign in to comment.