Skip to content

Commit

Permalink
fix: prepare release 1.8.35
Browse files Browse the repository at this point in the history
Release-As: 1.8.35
  • Loading branch information
moabu committed Jul 15, 2024
1 parent 6d3780c commit 57f336c
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 @@ -17,7 +17,7 @@
"JACKRABBIT_IMAGE_NAME": "gluufederation/jackrabbit",
"JACKRABBIT_IMAGE_TAG": "4.5.4-1",
"OXAUTH_IMAGE_NAME": "gluufederation/oxauth",
"OXAUTH_IMAGE_TAG": "4.5.4-1",
"OXAUTH_IMAGE_TAG": "4.5.4-2",
"OXD_IMAGE_NAME": "gluufederation/oxd-server",
"OXD_IMAGE_TAG": "4.5.4-2",
"OXPASSPORT_IMAGE_NAME": "gluufederation/oxpassport",
Expand All @@ -27,9 +27,9 @@
"OXTRUST_IMAGE_NAME": "gluufederation/oxtrust",
"OXTRUST_IMAGE_TAG": "4.5.4-1",
"PERSISTENCE_IMAGE_NAME": "gluufederation/persistence",
"PERSISTENCE_IMAGE_TAG": "4.5.4-1",
"PERSISTENCE_IMAGE_TAG": "4.5.4-2",
"UPGRADE_IMAGE_NAME": "gluufederation/upgrade",
"UPGRADE_IMAGE_TAG": "4.5.4-1"
"UPGRADE_IMAGE_TAG": "4.5.4-2"
},
"4.5.4_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 @@ -74,7 +74,7 @@ global:
# -- Image to use for deploying.
repository: gluufederation/upgrade
# -- Image tag to use for deploying.
tag: 4.5.4-1
tag: 4.5.4-2
# -- Source version currently running. This is normally one minor version down.
# The step should only be one minor version per upgrade
sourceVersion: "4.5"
Expand Down Expand Up @@ -1031,7 +1031,7 @@ persistence:
# -- Image to use for deploying.
repository: gluufederation/persistence
# -- Image tag to use for deploying.
tag: 4.5.4-1
tag: 4.5.4-2
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Resource specs.
Expand Down Expand Up @@ -1122,7 +1122,7 @@ oxauth:
# -- Image to use for deploying.
repository: gluufederation/oxauth
# -- Image tag to use for deploying.
tag: 4.5.4-1
tag: 4.5.4-2
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down

0 comments on commit 57f336c

Please sign in to comment.