Skip to content

Commit d7967fd

Browse files
authored
chore: release 1.15.0 (#12857)
* chore: release 1.15.0 Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: fix opencontainers image version Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> * chore: build date Signed-off-by: moabu <47318409+moabu@users.noreply.github.com> --------- Signed-off-by: moabu <47318409+moabu@users.noreply.github.com>
1 parent e9fea40 commit d7967fd

File tree

199 files changed

+465
-450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+465
-450
lines changed

.github/workflows/build-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ jobs:
205205
done
206206
cd ${LATEST}
207207
if [[ "${LATEST}" == "nightly" ]]; then
208-
egrep -lRZ --exclude=CONTRIBUTING.md . | xargs -0 -l sed -i -e "s/replace-janssen-version-stable/0.0.0-nightly/g"
209-
egrep -lRZ --exclude=CONTRIBUTING.md . | xargs -0 -l sed -i -e "s/replace-janssen-version/0.0.0-nightly/g"
210-
egrep -lRZ --exclude=CONTRIBUTING.md . | xargs -0 -l sed -i -e "s/v0.0.0-nightly/nightly/g"
208+
egrep -lRZ --exclude=CONTRIBUTING.md . | xargs -0 -l sed -i -e "s/replace-janssen-version-stable/1.15.0/g"
209+
egrep -lRZ --exclude=CONTRIBUTING.md . | xargs -0 -l sed -i -e "s/replace-janssen-version/1.15.0/g"
210+
egrep -lRZ --exclude=CONTRIBUTING.md . | xargs -0 -l sed -i -e "s/v1.15.0/nightly/g"
211211
else
212212
egrep -lRZ --exclude=CONTRIBUTING.md . | xargs -0 -l sed -i -e "s/replace-janssen-version/${LATEST:1}/g"
213213
fi

.github/workflows/build-packages.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
157157
echo "tag=${TAG_NAME}" >> $GITHUB_OUTPUT
158158
if [[ "${TAG_NAME}" == "nightly" ]]; then
159-
echo "version=0.0.0-nightly" >> $GITHUB_OUTPUT
159+
echo "version=1.15.0" >> $GITHUB_OUTPUT
160160
else
161161
echo "version=$(echo "${TAG_NAME}" | sed 's/^v//')-stable" >> $GITHUB_OUTPUT
162162
fi
@@ -307,7 +307,7 @@ jobs:
307307
308308
echo "tag=${TAG_NAME}" >> $GITHUB_OUTPUT
309309
if [[ "${TAG_NAME}" == "nightly" ]]; then
310-
echo "version=0.0.0-nightly" >> $GITHUB_OUTPUT
310+
echo "version=1.15.0" >> $GITHUB_OUTPUT
311311
else
312312
echo "version=$(echo "${TAG_NAME}" | sed 's/^v//')-stable" >> $GITHUB_OUTPUT
313313
fi
@@ -396,7 +396,7 @@ jobs:
396396
NPM_TAG=latest
397397
if [ "${TAG}" == "nightly" ]; then
398398
NPM_TAG=nightly
399-
TAG="0.0.0"
399+
TAG="1.15.0"
400400
LAST_NIGHTLY_NPM_VERSION=$(npm dist-tag ls @janssenproject/cedarling_wasm | grep nightly | awk '{print $2}' | sort -V | tail -n 1) || echo "Failed to get last nightly version"
401401
NEW_NPM_VERSION=$(echo $LAST_NIGHTLY_NPM_VERSION | awk -F. '{print $1"."$2"."$3+1}')
402402
sed -i "s/^version = \".*\"/version = \"${NEW_NPM_VERSION}\"/" Cargo.toml
@@ -412,7 +412,7 @@ jobs:
412412

413413
# Build for Node.js target with modified version
414414
NODEJS_VERSION="${TAG}-nodejs"
415-
if [ "${TAG}" == "0.0.0" ]; then
415+
if [ "${TAG}" == "1.15.0" ]; then
416416
NODEJS_VERSION="${NEW_NPM_VERSION}-nodejs"
417417
fi
418418
sed -i "s/^version = \".*\"/version = \"${NODEJS_VERSION}\"/" Cargo.toml
@@ -432,7 +432,7 @@ jobs:
432432
433433
TAG=$(echo "${VERSION}" | sed 's/^v//')
434434
if [ "${TAG}" == "nightly" ]; then
435-
TAG="0.0.0"
435+
TAG="1.15.0"
436436
fi
437437
438438
rm -rf pkg/.gitignore || echo "Failed to remove gitignore"
@@ -474,7 +474,7 @@ jobs:
474474
475475
TAG=$(echo "${VER}" | sed 's/^v//')
476476
if [ "${TAG}" == "nightly" ]; then
477-
TAG="0.0.0"
477+
TAG="1.15.0"
478478
RANDOM_NUMBER=$((RANDOM % 9000 + 1000))
479479
jq --arg version "0.0.$RANDOM_NUMBER" '.version = $version' src/static/firefox/manifest.json > temp.json && mv temp.json src/static/firefox/manifest.json
480480
echo "Replaced $RANDOM_NUMBER in manifest.json"
@@ -542,7 +542,7 @@ jobs:
542542
543543
TAG=$(echo "${VERSION}" | sed 's/^v//')
544544
if [ "${TAG}" == "nightly" ]; then
545-
TAG="0.0.0"
545+
TAG="1.15.0"
546546
fi
547547
548548
cd ${{ github.workspace }}/jans-cedarling/target/wheels
@@ -605,7 +605,7 @@ jobs:
605605
fi
606606
TAG=$(echo "${VERSION}" | sed 's/^v//')
607607
if [ "${TAG}" == "nightly" ]; then
608-
TAG="0.0.0"
608+
TAG="1.15.0"
609609
fi
610610
611611
cargo build -r -p cedarling_go
@@ -637,7 +637,7 @@ jobs:
637637
fi
638638
TAG=$(echo "${VERSION}" | sed 's/^v//')
639639
if [ "${TAG}" == "nightly" ]; then
640-
TAG="0.0.0"
640+
TAG="1.15.0"
641641
fi
642642
643643
FILE_LIB=""
@@ -703,7 +703,7 @@ jobs:
703703
fi
704704
TAG=$(echo "${VERSION}" | sed 's/^v//')
705705
if [ "${TAG}" == "nightly" ]; then
706-
TAG="0.0.0"
706+
TAG="1.15.0"
707707
fi
708708
709709
echo TAG=${TAG} >> $GITHUB_ENV
@@ -776,7 +776,7 @@ jobs:
776776
fi
777777
TAG=$(echo "${VERSION}" | sed 's/^v//')
778778
if [ "${TAG}" == "nightly" ]; then
779-
TAG="0.0.0"
779+
TAG="1.15.0"
780780
fi
781781
782782
cargo build -r -p cedarling_uniffi
@@ -796,7 +796,7 @@ jobs:
796796
fi
797797
TAG=$(echo "${VERSION}" | sed 's/^v//')
798798
if [ "${TAG}" == "nightly" ]; then
799-
TAG="0.0.0"
799+
TAG="1.15.0"
800800
fi
801801
802802
cargo build -r -p cedarling_uniffi

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
5656
with:
5757
egress-policy: audit
58-
- name: Get version ID for 0.0.0-nightly
58+
- name: Get version ID for 1.15.0
5959
id: get_version_id
6060
run: |
6161
page=1
@@ -77,7 +77,7 @@ jobs:
7777
echo "Checking $service"
7878
version_id=$(gh api -H "Accept: application/vnd.github+json" \
7979
/orgs/JanssenProject/packages/maven/"${service}"/versions \
80-
| jq -r '.[] | select(.name == "0.0.0-nightly") | .id')
80+
| jq -r '.[] | select(.name == "1.15.0") | .id')
8181
echo "version_id=$version_id" >> $GITHUB_ENV
8282
gh api --method DELETE \
8383
-H "Accept: application/vnd.github+json" \

.github/workflows/test-microk8s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jans_version:
1818
description: 'Janssen helm chart version'
1919
required: true
20-
default: '0.0.0-nightly'
20+
default: '1.15.0'
2121
permissions:
2222
contents: read
2323

@@ -45,6 +45,6 @@ jobs:
4545
ip=$(curl ipinfo.io/ip)
4646
chmod u+x automation/startjanssendemo.sh
4747
JANS_VERSION=${{ github.event.inputs.jans_version }}
48-
JANS_VERSION=${JANS_VERSION:-"0.0.0-nightly"}
48+
JANS_VERSION=${JANS_VERSION:-"1.15.0"}
4949
sudo bash ./automation/startjanssendemo.sh demoexample.jans.io ${{ matrix.persistence-backends }} $JANS_VERSION $ip true ${{ matrix.istio }}
5050
sudo bash ./automation/analyze_test_microk8s_setup.sh "${{ secrets.MOAUTO_ROCKETCHAT_TOKEN }}" "${{ secrets.MOAUTO_ROCKETCHAT_ID }}" ${{ matrix.persistence-backends }}

agama/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.jans</groupId>
66
<artifactId>agama</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.0.0-nightly</version>
8+
<version>1.15.0</version>
99
<name>agama parent</name>
1010

1111
<prerequisites>

agama/transpiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.jans</groupId>
1111
<artifactId>agama</artifactId>
12-
<version>0.0.0-nightly</version>
12+
<version>1.15.0</version>
1313
</parent>
1414

1515
<properties>

automation/startjanssendemo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [[ $JANS_PERSISTENCE != "MYSQL" ]] && [[ $JANS_PERSISTENCE != "PGSQL" ]]; the
2222
exit 1
2323
fi
2424
if [[ -z $JANS_VERSION ]]; then
25-
JANS_VERSION="0.0.0-nightly"
25+
JANS_VERSION="1.15.0"
2626
fi
2727
LOG_TARGET="FILE"
2828
LOG_LEVEL="TRACE"

charts/janssen-all-in-one/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ annotations:
33
artifacthub.io/containsSecurityUpdates: 'true'
44
artifacthub.io/images: |
55
- name: all-in-one
6-
image: ghcr.io/janssenproject/jans/all-in-one:0.0.0-nightly
6+
image: ghcr.io/janssenproject/jans/all-in-one:1.15.0-1
77
artifacthub.io/license: Apache-2.0
8-
artifacthub.io/prerelease: 'true'
8+
artifacthub.io/prerelease: 'false'
99
catalog.cattle.io/certified: partner
1010
catalog.cattle.io/release-name: janssen-all-in-one
1111
catalog.cattle.io/display-name: Janssen Cloud Identity and Access Management All-in-One
1212
apiVersion: v2
13-
appVersion: "0.0.0-nightly"
13+
appVersion: "1.15.0"
1414
icon: >-
1515
https://raw.githubusercontent.com/JanssenProject/jans/main/docs/assets/logo/janssen_project_favicon_transparent_50px_50px.png
1616
home: https://jans.io
@@ -22,4 +22,4 @@ maintainers:
2222
email: support@jans.io
2323
description: Janssen Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
2424
name: janssen-all-in-one
25-
version: 0.0.0-nightly
25+
version: 1.15.0

charts/janssen-all-in-one/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# janssen-all-in-one
22

3-
![Version: 0.0.0-nightly](https://img.shields.io/badge/Version-0.0.0--nightly-informational?style=flat-square) ![AppVersion: 0.0.0-nightly](https://img.shields.io/badge/AppVersion-0.0.0--nightly-informational?style=flat-square)
3+
![Version: 1.15.0](https://img.shields.io/badge/Version-1.15.0-informational?style=flat-square) ![AppVersion: 1.15.0](https://img.shields.io/badge/AppVersion-1.15.0-informational?style=flat-square)
44

55
Janssen Access and Identity Management All-in-One Chart. This chart deploys the selected janssen microservice all in one deployment.
66

@@ -30,7 +30,7 @@ Kubernetes: `>=v1.23.0-0`
3030
| adminPassword | string | `"Test1234#"` | Admin password to log in to the UI. |
3131
| alb.ingress | bool | `false` | switches the service to Nodeport for ALB ingress |
3232
| auth-server | object | `{"appLoggers":{"auditStatsLogLevel":"INFO","auditStatsLogTarget":"FILE","authLogLevel":"INFO","authLogTarget":"STDOUT","enableStdoutLogPrefix":"true","httpLogLevel":"INFO","httpLogTarget":"FILE","persistenceDurationLogLevel":"INFO","persistenceDurationLogTarget":"FILE","persistenceLogLevel":"INFO","persistenceLogTarget":"FILE","scriptLogLevel":"INFO","scriptLogTarget":"FILE"},"authEncKeys":"RSA1_5 RSA-OAEP","authSigKeys":"RS256 RS384 RS512 ES256 ES384 ES512 PS256 PS384 PS512","cnCustomJavaOptions":"","enabled":true,"ingress":{"authServerAdditionalAnnotations":{},"authServerEnabled":true,"authServerLabels":{},"authzenAdditionalAnnotations":{},"authzenConfigEnabled":true,"authzenConfigLabels":{},"deviceCodeAdditionalAnnotations":{},"deviceCodeEnabled":true,"deviceCodeLabels":{},"firebaseMessagingAdditionalAnnotations":{},"firebaseMessagingEnabled":true,"firebaseMessagingLabels":{},"lockAdditionalAnnotations":{},"lockConfigAdditionalAnnotations":{},"lockConfigEnabled":false,"lockConfigLabels":{},"lockEnabled":false,"lockLabels":{},"openidAdditionalAnnotations":{},"openidConfigEnabled":true,"openidConfigLabels":{},"u2fAdditionalAnnotations":{},"u2fConfigEnabled":true,"u2fConfigLabels":{},"uma2AdditionalAnnotations":{},"uma2ConfigEnabled":true,"uma2ConfigLabels":{},"webdiscoveryAdditionalAnnotations":{},"webdiscoveryEnabled":true,"webdiscoveryLabels":{},"webfingerAdditionalAnnotations":{},"webfingerEnabled":true,"webfingerLabels":{}},"lockEnabled":false}` | Parameters used globally across all services helm charts. |
33-
| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"cronJobSchedule":"","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"0.0.0-nightly"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
33+
| auth-server-key-rotation | object | `{"additionalAnnotations":{},"additionalLabels":{},"cronJobSchedule":"","customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.15.0-1"},"initKeysLife":48,"keysLife":48,"keysPushDelay":0,"keysPushStrategy":"NEWER","keysStrategy":"NEWER","lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for regenerating auth-keys per x hours |
3434
| auth-server-key-rotation.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
3535
| auth-server-key-rotation.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
3636
| auth-server-key-rotation.cronJobSchedule | string | `""` | Auth server key rotation job schedule. It accepts any Cron syntax supported by Kubernetes. If empty, the schedule will run based on keysLife value. |
@@ -42,7 +42,7 @@ Kubernetes: `>=v1.23.0-0`
4242
| auth-server-key-rotation.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
4343
| auth-server-key-rotation.image.pullSecrets | list | `[]` | Image Pull Secrets |
4444
| auth-server-key-rotation.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
45-
| auth-server-key-rotation.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
45+
| auth-server-key-rotation.image.tag | string | `"1.15.0-1"` | Image tag to use for deploying. |
4646
| auth-server-key-rotation.initKeysLife | int | `48` | The initial auth server key rotation keys life in hours |
4747
| auth-server-key-rotation.keysLife | int | `48` | Auth server key rotation keys life in hours |
4848
| auth-server-key-rotation.keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |
@@ -132,7 +132,7 @@ Kubernetes: `>=v1.23.0-0`
132132
| certManager.certificate.issuerName | string | `""` | |
133133
| certManager.certificate.tlsSecretName | string | `"tls-certificate"` | |
134134
| city | string | `"Austin"` | City. Used for certificate creation. |
135-
| cleanup | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"0.0.0-nightly"},"interval":60,"lifecycle":{},"limit":1000,"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Cleanup expired entries in persistence |
135+
| cleanup | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":true,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.15.0-1"},"interval":60,"lifecycle":{},"limit":1000,"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Cleanup expired entries in persistence |
136136
| cleanup.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
137137
| cleanup.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
138138
| cleanup.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -143,7 +143,7 @@ Kubernetes: `>=v1.23.0-0`
143143
| cleanup.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
144144
| cleanup.image.pullSecrets | list | `[]` | Image Pull Secrets |
145145
| cleanup.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
146-
| cleanup.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
146+
| cleanup.image.tag | string | `"1.15.0-1"` | Image tag to use for deploying. |
147147
| cleanup.interval | int | `60` | Interval of running the cleanup process (in minutes) |
148148
| cleanup.limit | int | `1000` | Max. numbers of entries to cleanup |
149149
| cleanup.nodeSelector | object | `{}` | Add nodeSelector (see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) |
@@ -300,7 +300,7 @@ Kubernetes: `>=v1.23.0-0`
300300
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
301301
| image.pullSecrets | list | `[]` | Image Pull Secrets |
302302
| image.repository | string | `"ghcr.io/janssenproject/jans/all-in-one"` | Image to use for deploying. |
303-
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
303+
| image.tag | string | `"1.15.0-1"` | Image tag to use for deploying. |
304304
| isFqdnRegistered | bool | `false` | Boolean flag to enable mapping lbIp to fqdn inside pods on clouds that provide static ip for load balancers. On cloud that provide only addresses to the LB this flag will enable a script to actively scan config.configmap.lbAddr and update the hosts file inside the pods automatically. |
305305
| istio.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
306306
| istio.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
@@ -309,7 +309,7 @@ Kubernetes: `>=v1.23.0-0`
309309
| istio.ingress | bool | `false` | Boolean flag that enables using istio gateway for Janssen. This assumes istio ingress is installed and hence the LB is available. |
310310
| istio.namespace | string | `"istio-system"` | The namespace istio is deployed in. The is normally istio-system. |
311311
| istio.tlsSecretName | string | `"tls-certificate"` | |
312-
| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"0.0.0-nightly"},"interval":10,"lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
312+
| kc-scheduler | object | `{"additionalAnnotations":{},"additionalLabels":{},"customCommand":[],"customScripts":[],"dnsConfig":{},"dnsPolicy":"","enabled":false,"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"ghcr.io/janssenproject/jans/cloudtools","tag":"1.15.0-1"},"interval":10,"lifecycle":{},"nodeSelector":{},"resources":{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Responsible for synchronizing Keycloak SAML clients |
313313
| kc-scheduler.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
314314
| kc-scheduler.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
315315
| kc-scheduler.customCommand | list | `[]` | Add custom job's command. If passed, it will override the default conditional command. |
@@ -320,7 +320,7 @@ Kubernetes: `>=v1.23.0-0`
320320
| kc-scheduler.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
321321
| kc-scheduler.image.pullSecrets | list | `[]` | Image Pull Secrets |
322322
| kc-scheduler.image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
323-
| kc-scheduler.image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
323+
| kc-scheduler.image.tag | string | `"1.15.0-1"` | Image tag to use for deploying. |
324324
| kc-scheduler.interval | int | `10` | Interval of running the scheduler (in minutes) |
325325
| kc-scheduler.nodeSelector | object | `{}` | Add nodeSelector (see https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector) |
326326
| kc-scheduler.resources | object | `{"limits":{"cpu":"300m","memory":"300Mi"},"requests":{"cpu":"300m","memory":"300Mi"}}` | Resource specs. |

0 commit comments

Comments
 (0)