Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
Release-As: 0.1.1
  • Loading branch information
moabu committed Jul 14, 2022
1 parent c928121 commit fa0f8a3
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions automation/rancher-partner-charts/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ questions:
- variable: admin-ui.image.tag
required: true
type: string
default: "1.0.0-0"
default: "1.0.0-1"
description: "The AdminUI Image tag"
label: AdminUI image tag
group: "Images"
Expand Down Expand Up @@ -834,7 +834,7 @@ questions:
- variable: casa.image.tag
required: true
type: string
default: "5.0.0-0"
default: "5.0.0-1"
description: "The Casa Image tag"
label: Casa image tag
group: "Images"
Expand Down
Binary file modified flex-cn-setup/pygluu/kubernetes/templates/helm/gluu-5.0.5.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions flex-cn-setup/pygluu/kubernetes/templates/helm/gluu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Kubernetes: `>=v1.21.0-0`

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| admin-ui | object | `{"additionalAnnotations":{},"additionalLabels":{},"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/admin-ui","tag":"1.0.0-0"},"livenessProbe":{"failureThreshold":20,"initialDelaySeconds":60,"periodSeconds":25,"tcpSocket":{"port":8080},"timeoutSeconds":5},"readinessProbe":{"failureThreshold":20,"initialDelaySeconds":60,"periodSeconds":25,"tcpSocket":{"port":8080},"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"2500m","memory":"2500Mi"},"requests":{"cpu":"2500m","memory":"2500Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Admin GUI for configuration of the auth-server |
| admin-ui | object | `{"additionalAnnotations":{},"additionalLabels":{},"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/admin-ui","tag":"1.0.0-1"},"livenessProbe":{"failureThreshold":20,"initialDelaySeconds":60,"periodSeconds":25,"tcpSocket":{"port":8080},"timeoutSeconds":5},"readinessProbe":{"failureThreshold":20,"initialDelaySeconds":60,"periodSeconds":25,"tcpSocket":{"port":8080},"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"2500m","memory":"2500Mi"},"requests":{"cpu":"2500m","memory":"2500Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Admin GUI for configuration of the auth-server |
| admin-ui.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| admin-ui.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| admin-ui.dnsConfig | object | `{}` | Add custom dns config |
Expand All @@ -54,7 +54,7 @@ Kubernetes: `>=v1.21.0-0`
| admin-ui.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| admin-ui.image.pullSecrets | list | `[]` | Image Pull Secrets |
| admin-ui.image.repository | string | `"gluufederation/admin-ui"` | Image to use for deploying. |
| admin-ui.image.tag | string | `"1.0.0-0"` | Image tag to use for deploying. |
| admin-ui.image.tag | string | `"1.0.0-1"` | Image tag to use for deploying. |
| admin-ui.livenessProbe | object | `{"failureThreshold":20,"initialDelaySeconds":60,"periodSeconds":25,"tcpSocket":{"port":8080},"timeoutSeconds":5}` | Configure the liveness healthcheck for the admin ui if needed. |
| admin-ui.readinessProbe | object | `{"failureThreshold":20,"initialDelaySeconds":60,"periodSeconds":25,"tcpSocket":{"port":8080},"timeoutSeconds":5}` | Configure the readiness healthcheck for the admin ui if needed. |
| admin-ui.replicas | int | `1` | Service replica number. |
Expand Down Expand Up @@ -114,7 +114,7 @@ Kubernetes: `>=v1.21.0-0`
| auth-server.usrEnvs.secret | object | `{}` | Add custom secret envs to the service variable1: value1 |
| auth-server.volumeMounts | list | `[]` | Configure any additional volumesMounts that need to be attached to the containers |
| auth-server.volumes | list | `[]` | Configure any additional volumes that need to be attached to the pod |
| casa | object | `{"additionalAnnotations":{},"additionalLabels":{},"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/casa","tag":"5.0.0-0"},"livenessProbe":{"httpGet":{"path":"/casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"readinessProbe":{"httpGet":{"path":"/casa/health-check","port":"http-casa"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Gluu Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Gluu Server. |
| casa | object | `{"additionalAnnotations":{},"additionalLabels":{},"dnsConfig":{},"dnsPolicy":"","hpa":{"behavior":{},"enabled":true,"maxReplicas":10,"metrics":[],"minReplicas":1,"targetCPUUtilizationPercentage":50},"image":{"pullPolicy":"IfNotPresent","pullSecrets":[],"repository":"gluufederation/casa","tag":"5.0.0-1"},"livenessProbe":{"httpGet":{"path":"/casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5},"readinessProbe":{"httpGet":{"path":"/casa/health-check","port":"http-casa"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5},"replicas":1,"resources":{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"500m","memory":"500Mi"}},"usrEnvs":{"normal":{},"secret":{}},"volumeMounts":[],"volumes":[]}` | Gluu Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Gluu Server. |
| casa.additionalAnnotations | object | `{}` | Additional annotations that will be added across the gateway in the format of {cert-manager.io/issuer: "letsencrypt-prod"} |
| casa.additionalLabels | object | `{}` | Additional labels that will be added across the gateway in the format of {mylabel: "myapp"} |
| casa.dnsConfig | object | `{}` | Add custom dns config |
Expand All @@ -125,7 +125,7 @@ Kubernetes: `>=v1.21.0-0`
| casa.image.pullPolicy | string | `"IfNotPresent"` | Image pullPolicy to use for deploying. |
| casa.image.pullSecrets | list | `[]` | Image Pull Secrets |
| casa.image.repository | string | `"gluufederation/casa"` | Image to use for deploying. |
| casa.image.tag | string | `"5.0.0-0"` | Image tag to use for deploying. |
| casa.image.tag | string | `"5.0.0-1"` | Image tag to use for deploying. |
| casa.livenessProbe | object | `{"httpGet":{"path":"/casa/health-check","port":"http-casa"},"initialDelaySeconds":25,"periodSeconds":25,"timeoutSeconds":5}` | Configure the liveness healthcheck for casa if needed. |
| casa.livenessProbe.httpGet.path | string | `"/casa/health-check"` | http liveness probe endpoint |
| casa.readinessProbe | object | `{"httpGet":{"path":"/casa/health-check","port":"http-casa"},"initialDelaySeconds":30,"periodSeconds":30,"timeoutSeconds":5}` | Configure the readiness healthcheck for the casa if needed. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ admin-ui:
# -- Image to use for deploying.
repository: gluufederation/admin-ui
# -- Image tag to use for deploying.
tag: 1.0.0-0
tag: 1.0.0-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down Expand Up @@ -287,7 +287,7 @@ casa:
# -- Image to use for deploying.
repository: gluufederation/casa
# -- Image tag to use for deploying.
tag: 5.0.0-0
tag: 5.0.0-1
# -- Image Pull Secrets
pullSecrets: [ ]
# -- Service replica number.
Expand Down
16 changes: 8 additions & 8 deletions flex-cn-setup/pygluu/kubernetes/templates/helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ entries:
catalog.cattle.io/release-name: gluu
apiVersion: v2
appVersion: 5.0.0
created: "2022-07-06T13:18:09.4266549Z"
created: "2022-07-14T11:24:14.0368638Z"
dependencies:
- condition: global.config.enabled
name: config
Expand Down Expand Up @@ -94,7 +94,7 @@ entries:
repository: ""
version: 5.0.5
description: Gluu Access and Identity Management
digest: dfd16e6f654cf44800d593b1730127d66c8f805b9c7b8b3bab5cdd0185679c37
digest: f727887d50b4a68d349014faf890bb3162140a4afefcdc0739d81cfbd5465373
home: https://www.gluu.org
icon: https://gluu.org/docs/gluu-server/favicon.ico
kubeVersion: '>=v1.21.0-0'
Expand Down Expand Up @@ -138,7 +138,7 @@ entries:
catalog.cattle.io/release-name: gluu
apiVersion: v2
appVersion: 5.0.0
created: "2022-07-06T13:18:09.4113118Z"
created: "2022-07-14T11:24:14.0204732Z"
dependencies:
- condition: global.config.enabled
name: config
Expand Down Expand Up @@ -245,7 +245,7 @@ entries:
catalog.cattle.io/release-name: gluu
apiVersion: v2
appVersion: 5.0.0
created: "2022-07-06T13:18:09.3961719Z"
created: "2022-07-14T11:24:13.9953927Z"
dependencies:
- condition: global.config.enabled
name: config
Expand Down Expand Up @@ -354,7 +354,7 @@ entries:
catalog.cattle.io/release-name: gluu
apiVersion: v2
appVersion: 5.0.0
created: "2022-07-06T13:18:09.3791706Z"
created: "2022-07-14T11:24:13.9535652Z"
dependencies:
- condition: global.config.enabled
name: config
Expand Down Expand Up @@ -471,7 +471,7 @@ entries:
catalog.cattle.io/release-name: gluu
apiVersion: v2
appVersion: 5.0.0
created: "2022-07-06T13:18:09.3601714Z"
created: "2022-07-14T11:24:13.920604Z"
dependencies:
- condition: global.config.enabled
name: config
Expand Down Expand Up @@ -588,7 +588,7 @@ entries:
catalog.cattle.io/release-name: gluu
apiVersion: v2
appVersion: 5.0.0
created: "2022-07-06T13:18:09.3444148Z"
created: "2022-07-14T11:24:13.8929087Z"
dependencies:
- condition: global.config.enabled
name: config
Expand Down Expand Up @@ -669,4 +669,4 @@ entries:
urls:
- gluu-5.0.0.tgz
version: 5.0.0
generated: "2022-07-06T13:18:09.3255183Z"
generated: "2022-07-14T11:24:13.8478576Z"
2 changes: 1 addition & 1 deletion flex-cn-setup/pygluu/kubernetes/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""

__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion flex-linux-setup/flex_linux_setup/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit fa0f8a3

Please sign in to comment.