Skip to content

Commit 08b2066

Browse files
iromlimoabucoderabbitai[bot]
authored
chore(charts): change URL of image repo to ghcr.io in sub-charts (#13190)
* chore(charts): change URL of image repo to ghcr.io in sub-charts Signed-off-by: iromli <isman.firmansyah@gmail.com> * Update charts/janssen/charts/auth-server/values.yaml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> --------- Signed-off-by: iromli <isman.firmansyah@gmail.com> Signed-off-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Co-authored-by: Mohammad Abudayyeh <47318409+moabu@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent f41f3d3 commit 08b2066

File tree

19 files changed

+62
-108
lines changed

19 files changed

+62
-108
lines changed

charts/janssen/README.md

Lines changed: 42 additions & 79 deletions
Large diffs are not rendered by default.

charts/janssen/charts/auth-server-key-rotation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Kubernetes: `>=v1.22.0-0`
3333
| dnsPolicy | string | `""` | Add custom dns policy |
3434
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
3535
| image.pullSecrets | list | `[]` | Image Pull Secrets |
36-
| image.repository | string | `"janssenproject/cloudtools"` | Image to use for deploying. |
36+
| image.repository | string | `"ghcr.io/janssenproject/jans/cloudtools"` | Image to use for deploying. |
3737
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
3838
| keysLife | int | `48` | Auth server key rotation keys life in hours |
3939
| keysPushDelay | int | `0` | Delay (in seconds) before pushing private keys to Auth server |

charts/janssen/charts/auth-server-key-rotation/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ image:
1616
# -- Image pullPolicy to use for deploying.
1717
pullPolicy: IfNotPresent
1818
# -- Image to use for deploying.
19-
repository: janssenproject/cloudtools
19+
repository: ghcr.io/janssenproject/jans/cloudtools
2020
# -- Image tag to use for deploying.
2121
tag: 0.0.0-nightly
2222
# -- Image Pull Secrets

charts/janssen/charts/auth-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Kubernetes: `>=v1.23.0-0`
3636
| hpa.metrics | list | `[]` | metrics if targetCPUUtilizationPercentage is not set |
3737
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
3838
| image.pullSecrets | list | `[]` | Image Pull Secrets |
39-
| image.repository | string | `"janssenproject/auth-server"` | Image to use for deploying. |
39+
| image.repository | string | `"ghcr.io/janssenproject/jans/auth-server"` | Image to use for deploying. |
4040
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
4141
| lifecycle | object | `{}` | |
4242
| livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |

charts/janssen/charts/auth-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ image:
2626
# -- Image pullPolicy to use for deploying.
2727
pullPolicy: IfNotPresent
2828
# -- Image to use for deploying.
29-
repository: janssenproject/auth-server
29+
repository: ghcr.io/janssenproject/jans/auth-server
3030
# -- Image tag to use for deploying.
3131
tag: 0.0.0-nightly
3232
# -- Image Pull Secrets

charts/janssen/charts/casa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Kubernetes: `>=v1.21.0-0`
3737
| hpa.metrics | list | `[]` | metrics if targetCPUUtilizationPercentage is not set |
3838
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
3939
| image.pullSecrets | list | `[]` | Image Pull Secrets |
40-
| image.repository | string | `"janssenproject/casa"` | Image to use for deploying. |
40+
| image.repository | string | `"ghcr.io/janssenproject/jans/casa"` | Image to use for deploying. |
4141
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
4242
| lifecycle | object | `{}` | |
4343
| livenessProbe | object | `{"httpGet":{"path":"/jans-casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for casa if needed. |

charts/janssen/charts/casa/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image:
2525
# -- Image pullPolicy to use for deploying.
2626
pullPolicy: IfNotPresent
2727
# -- Image to use for deploying.
28-
repository: janssenproject/casa
28+
repository: ghcr.io/janssenproject/jans/casa
2929
# -- Image tag to use for deploying.
3030
tag: 0.0.0-nightly
3131
# -- Image Pull Secrets

charts/janssen/charts/config-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Kubernetes: `>=v1.23.0-0`
3838
| hpa.metrics | list | `[]` | metrics if targetCPUUtilizationPercentage is not set |
3939
| image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
4040
| image.pullSecrets | list | `[]` | Image Pull Secrets |
41-
| image.repository | string | `"janssenproject/config-api"` | Image to use for deploying. |
41+
| image.repository | string | `"ghcr.io/janssenproject/jans/config-api"` | Image to use for deploying. |
4242
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
4343
| lifecycle | object | `{}` | |
4444
| livenessProbe | object | `{"httpGet":{"path":"/jans-config-api/api/v1/health/live","port":8074},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the liveness healthcheck for the auth server if needed. |

charts/janssen/charts/config-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ image:
2929
# -- Image pullPolicy to use for deploying.
3030
pullPolicy: IfNotPresent
3131
# -- Image to use for deploying.
32-
repository: janssenproject/config-api
32+
repository: ghcr.io/janssenproject/jans/config-api
3333
# -- Image tag to use for deploying.
3434
tag: 0.0.0-nightly
3535
# -- Image Pull Secrets

charts/janssen/charts/config/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,6 @@ Kubernetes: `>=v1.22.0-0`
7575
| configmap.cnVaultSecretIdFile | string | `"/etc/certs/vault_secret_id"` | Path to file contains Vault AppRole secret ID. |
7676
| configmap.cnVaultVerify | bool | `false` | Verify connection to Vault. |
7777
| configmap.containerMetadataName | string | `"kubernetes"` | |
78-
| configmap.kcDbPassword | string | `"Test1234#"` | Password for Keycloak database access |
79-
| configmap.kcDbSchema | string | `"keycloak"` | Keycloak database schema name (note that PostgreSQL may using "public" schema). |
80-
| configmap.kcDbUrlDatabase | string | `"keycloak"` | Keycloak database name |
81-
| configmap.kcDbUrlHost | string | `"mysql.kc.svc.cluster.local"` | Keycloak database host |
82-
| configmap.kcDbUrlPort | int | `3306` | Keycloak database port (default to port 3306 for mysql). |
83-
| configmap.kcDbUrlProperties | string | `"?useUnicode=true&characterEncoding=UTF-8&character_set_server=utf8mb4"` | Keycloak database connection properties. If using postgresql, the value can be set to empty string. |
84-
| configmap.kcDbUsername | string | `"keycloak"` | Keycloak database username |
85-
| configmap.kcDbVendor | string | `"mysql"` | Keycloak database vendor name (default to MySQL server). To use PostgreSQL server, change the value to postgres. |
86-
| configmap.kcLogLevel | string | `"INFO"` | Keycloak logging level |
8778
| configmap.lbAddr | string | `""` | Loadbalancer address for AWS if the FQDN is not registered. |
8879
| configmap.quarkusTransactionEnableRecovery | bool | `true` | Quarkus transaction recovery. When using MySQL, there could be issue regarding XA_RECOVER_ADMIN; refer to https://dev.mysql.com/doc/refman/8.0/en/privileges-provided.html#priv_xa-recover-admin for details. |
8980
| countryCode | string | `"US"` | Country code. Used for certificate creation. |
@@ -94,7 +85,7 @@ Kubernetes: `>=v1.22.0-0`
9485
| email | string | `"support@jans.io"` | Email address of the administrator usually. Used for certificate creation. |
9586
| fullNameOverride | string | `""` | |
9687
| image.pullSecrets | list | `[]` | Image Pull Secrets |
97-
| image.repository | string | `"janssenproject/configurator"` | Image to use for deploying. |
88+
| image.repository | string | `"ghcr.io/janssenproject/jans/configurator"` | Image to use for deploying. |
9889
| image.tag | string | `"0.0.0-nightly"` | Image tag to use for deploying. |
9990
| lifecycle | object | `{}` | |
10091
| migration | object | `{"enabled":false,"migrationDataFormat":"ldif","migrationDir":"/ce-migration"}` | CE to CN Migration section |

0 commit comments

Comments
 (0)