Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update helm chart references #34

Open
wants to merge 2 commits into
base: 4.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloud-native-edition/pygluu/kubernetes/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Please calculate the minimum required resources as per services deployed. The fo

### Quickstart

1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually).
1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/gluu4/releases). Older versions are located [here](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually).

1. **Optional:** If using couchbase as the persistence backend. Download the couchbase [kubernetes](https://www.couchbase.com/downloads) operator package for linux and place it in the same directory as `pygluu-kubernetes.pyz`

Expand Down Expand Up @@ -207,7 +207,7 @@ Please calculate the minimum required resources as per services deployed. The fo

1. **Optional:** If using couchbase as the persistence backend.

1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually).
1. Download [`pygluu-kubernetes.pyz`](https://github.com/GluuFederation/gluu4/releases). Older versions are located [here](https://github.com/GluuFederation/cloud-native-edition/releases). This package can be built [manually](#build-pygluu-kubernetespyz-manually).

1. Download the couchbase [kubernetes](https://www.couchbase.com/downloads) operator package for linux and place it in the same directory as `pygluu-kubernetes.pyz`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ home: https://www.gluu.org
sources:
- https://gluu.org/docs/gluu-server
- https://github.com/GluuFederation/cloud-native-edition
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: moabu
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Gluu Access and Identity Mangement

* <https://gluu.org/docs/gluu-server>
* <https://github.com/GluuFederation/cloud-native-edition>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -200,7 +201,7 @@ Kubernetes: `>=v1.22.0-0`
| cr-rotate.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| cr-rotate.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| cr-rotate.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"affinity":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/fido2","tag":"4.5.5-1"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"fido2ServiceName":"fido2","name":"http-fido2","port":8080},"tolerations":[],"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. |
| fido2 | object | `{"additionalAnnotations":{},"additionalLabels":{},"affinity":{},"customScripts":[],"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/fido2","tag":"4.5.5-2"},"lifecycle":{},"livenessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"nodeSelector":{},"pdb":{"enabled":true,"maxUnavailable":"90%"},"readinessProbe":{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"service":{"fido2ServiceName":"fido2","name":"http-fido2","port":8080},"tolerations":[],"topologySpreadConstraints":{},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging common devices to authenticate to online services in both mobile and desktop environments. |
| fido2.additionalAnnotations | object | `{}` | Additional annotations that will be added across all resources in the format of {cert-manager.io/issuer: "letsencrypt-prod"}. key app is taken |
| fido2.additionalLabels | object | `{}` | Additional labels that will be added across all resources definitions in the format of {mylabel: "myapp"} |
| fido2.affinity | object | `{}` | https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/ |
Expand All @@ -213,7 +214,7 @@ Kubernetes: `>=v1.22.0-0`
| fido2.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| fido2.image.pullSecrets | list | `[]` | Image Pull Secrets |
| fido2.image.repository | string | `"gluufederation/fido2"` | Image to use for deploying. |
| fido2.image.tag | string | `"4.5.5-1"` | Image tag to use for deploying. |
| fido2.image.tag | string | `"4.5.5-2"` | Image tag to use for deploying. |
moabu marked this conversation as resolved.
Show resolved Hide resolved
| fido2.livenessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for the fido2 if needed. |
| fido2.pdb | object | `{"enabled":true,"maxUnavailable":"90%"}` | Configure the PodDisruptionBudget |
| fido2.readinessProbe | object | `{"exec":{"command":["python3","/app/scripts/healthcheck.py"]},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the readiness healthcheck for the fido2 if needed. |
Expand Down Expand Up @@ -753,6 +754,3 @@ Kubernetes: `>=v1.22.0-0`
| scim.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| scim.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| scim.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ keywords:
home: https://gluu.org/docs/casa/
sources:
- https://gluu.org/docs/casa/
- https://github.com/GluuFederation/docker-casa
- https://github.com/GluuFederation/cloud-native-edition/tree/4.5/pygluu/kubernetes/templates/helm/gluu/charts/casa
- https://github.com/GluuFederation/cloud-native-edition
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Gluu Casa ("Casa") is a self-service web portal for end-users to manage authenti
## Source Code

* <https://gluu.org/docs/casa/>
* <https://github.com/GluuFederation/docker-casa>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.5/pygluu/kubernetes/templates/helm/gluu/charts/casa>
* <https://github.com/GluuFederation/cloud-native-edition>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -64,6 +64,3 @@ Kubernetes: `>=v1.22.0-0`
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ keywords:
home: https://gluu.org/docs/gluu-server/reference/container-configs/
sources:
- https://gluu.org/docs/gluu-server/reference/container-configs/
- https://github.com/GluuFederation/docker-config-init
- https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/config
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Configuration parameters for setup and initial configuration secret and config l
## Source Code

* <https://gluu.org/docs/gluu-server/reference/container-configs/>
* <https://github.com/GluuFederation/docker-config-init>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/config>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -131,6 +130,3 @@ Kubernetes: `>=v1.22.0-0`
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service. variable1: value1 |
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ keywords:
home: https://gluu.org/docs/gluu-server
sources:
- https://gluu.org/docs/gluu-server/
- https://github.com/GluuFederation/docker-cr-rotate
- https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ CacheRefreshRotation is a special container to monitor cache refresh on oxTrust
## Source Code

* <https://gluu.org/docs/gluu-server/>
* <https://github.com/GluuFederation/docker-cr-rotate>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/cr-rotate>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -55,6 +54,3 @@ Kubernetes: `>=v1.22.0-0`
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ keywords:
home: https://gluu.org/docs/gluu-server/
sources:
- https://gluu.org/docs/gluu-server/
- https://github.com/GluuFederation/docker-fido2
- https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/fido2
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ FIDO 2.0 (FIDO2) is an open authentication standard that enables leveraging comm
## Source Code

* <https://gluu.org/docs/gluu-server/>
* <https://github.com/GluuFederation/docker-fido2>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/fido2>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -60,6 +59,3 @@ Kubernetes: `>=v1.22.0-0`
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ home: https://gluu.org/docs/gluu-server
sources:
- https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html
- https://kubernetes.io/docs/concepts/services-networking/ingress/
- https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/alb
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Nginx ingress definitions chart

* <https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html>
* <https://kubernetes.io/docs/concepts/services-networking/ingress/>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/alb>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand All @@ -43,6 +43,3 @@ Kubernetes: `>=v1.22.0-0`
| ingress.uma2ConfigEnabled | bool | `true` | Enable endpoint /.well-known/uma2-configuration |
| ingress.webdiscoveryEnabled | bool | `true` | Enable endpoint /.well-known/simple-web-discovery |
| ingress.webfingerEnabled | bool | `true` | Enable endpoint /.well-known/webfinger |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
home: https://gluu.org/docs/gluu-server/
sources:
- https://gluu.org/docs/gluu-server/
- https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ Istio Gateway
## Source Code

* <https://gluu.org/docs/gluu-server/>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/gluu-istio-ingress>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Kubernetes: `>=v1.22.0-0`

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ keywords:
home: https://gluu.org/docs/gluu-server/installation-guide/install-kubernetes/#working-with-jackrabbit
sources:
- https://gluu.org/docs/gluu-server/installation-guide/install-kubernetes/#working-with-jackrabbit
- https://github.com/GluuFederation/docker-jackrabbit
- https://jackrabbit.apache.org/jcr/index.html
- https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ Jackrabbit Oak is a complementary implementation of the JCR specification. It is
## Source Code

* <https://gluu.org/docs/gluu-server/installation-guide/install-kubernetes/#working-with-jackrabbit>
* <https://github.com/GluuFederation/docker-jackrabbit>
* <https://jackrabbit.apache.org/jcr/index.html>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/jackrabbit>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -77,6 +76,3 @@ Kubernetes: `>=v1.22.0-0`
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ home: https://gluu.org/docs/gluu-server
sources:
- https://github.com/kubernetes/ingress-nginx
- https://kubernetes.io/docs/concepts/services-networking/ingress/
- https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Nginx ingress definitions chart

* <https://github.com/kubernetes/ingress-nginx>
* <https://kubernetes.io/docs/concepts/services-networking/ingress/>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/nginx-ingress>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -81,6 +81,3 @@ Kubernetes: `>=v1.22.0-0`
| nameOverride | string | `""` | |
| service.port | int | `8080` | |
| service.type | string | `"ClusterIP"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
home: https://gluu.org/docs/gluu-server
sources:
- https://github.com/GluuFederation/docker-opendj
- https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/opendj
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OpenDJ is a directory server which implements a wide range of Lightweight Direct
## Source Code

* <https://github.com/GluuFederation/docker-opendj>
* <https://github.com/GluuFederation/cloud-native-edition/tree/4.4/pygluu/kubernetes/templates/helm/gluu/charts/opendj>
* <https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition>

## Requirements

Expand Down Expand Up @@ -73,6 +73,3 @@ Kubernetes: `>=v1.22.0-0`
| usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
home: https://gluu.org/docs/gluu-server
sources:
- https://github.com/GluuFederation/docker-certmanager
- https://github.com/GluuFederation/cloud-native-edition/tree/4.3/pygluu/kubernetes/templates/helm/gluu/charts/oxauth-key-rotationn
- https://github.com/GluuFederation/gluu4/tree/4.5/cloud-native-edition
maintainers:
- name: Mohammad Abudayyeh
email: [email protected]
Expand Down
Loading