Skip to content

Commit

Permalink
chore: fix chart versions
Browse files Browse the repository at this point in the history
Signed-off-by: moabu <[email protected]>
  • Loading branch information
moabu committed Mar 15, 2024
1 parent 762ef5f commit dc26935
Show file tree
Hide file tree
Showing 22 changed files with 40 additions and 40 deletions.
20 changes: 10 additions & 10 deletions charts/gluu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,56 +43,56 @@ version: 5.1.0
dependencies:
- name: config
condition: global.config.enabled
version: 5.1.0
version: 1.1.0

- name: config-api
condition: global.config-api.enabled
version: 5.1.0
version: 1.1.0

- name: opendj
condition: global.opendj.enabled
version: 5.1.0

- name: auth-server
condition: global.auth-server.enabled
version: 5.1.0
version: 1.1.0

- name: admin-ui
condition: global.admin-ui.enabled
version: 5.1.0

- name: fido2
condition: global.fido2.enabled
version: 5.1.0
version: 1.1.0

- name: scim
condition: global.scim.enabled
version: 5.1.0
version: 1.1.0

- name: nginx-ingress
condition: global.nginx-ingress.enabled
version: 5.1.0

- name: casa
version: 5.1.0
version: 1.1.0
condition: global.casa.enabled

- name: auth-server-key-rotation
condition: global.auth-server-key-rotation.enabled
version: 5.1.0
version: 1.1.0

- name: persistence
condition: global.persistence.enabled
version: 5.1.0
version: 1.1.0

- name: cn-istio-ingress
condition: global.istio.ingress
version: 5.1.0

- name: link
condition: global.link.enabled
version: 5.1.0
version: 1.1.0

- name: saml
condition: global.saml.enabled
version: 5.1.0
version: 1.1.0
20 changes: 10 additions & 10 deletions charts/gluu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ Kubernetes: `>=v1.21.0-0`
| Repository | Name | Version |
|------------|------|---------|
| | admin-ui | 5.1.0 |
| | auth-server | 5.1.0 |
| | auth-server-key-rotation | 5.1.0 |
| | casa | 5.1.0 |
| | auth-server | 1.1.0 |
| | auth-server-key-rotation | 1.1.0 |
| | casa | 1.1.0 |
| | cn-istio-ingress | 5.1.0 |
| | config | 5.1.0 |
| | config-api | 5.1.0 |
| | fido2 | 5.1.0 |
| | link | 5.1.0 |
| | config | 1.1.0 |
| | config-api | 1.1.0 |
| | fido2 | 1.1.0 |
| | link | 1.1.0 |
| | nginx-ingress | 5.1.0 |
| | opendj | 5.1.0 |
| | persistence | 5.1.0 |
| | saml | 5.1.0 |
| | scim | 5.1.0 |
| | persistence | 1.1.0 |
| | saml | 1.1.0 |
| | scim | 1.1.0 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/auth-server-key-rotation/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server-key-rotation
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: Responsible for regenerating auth-keys per x hours
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/auth-server-key-rotation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auth-server-key-rotation

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Responsible for regenerating auth-keys per x hours

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/auth-server/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: auth-server
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Gluu. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/auth-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# auth-server

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

OAuth Authorization Server, the OpenID Connect Provider, the UMA Authorization Server--this is the main Internet facing component of Gluu. It's the service that returns tokens, JWT's and identity assertions. This service must be Internet facing.

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/casa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: casa
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: Jans Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Jans Server.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/casa/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# casa

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Jans Casa ("Casa") is a self-service web portal for end-users to manage authentication and authorization preferences for their account in a Jans Server.

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/config-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config-api
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/config-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config-api

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Jans Config Api endpoints can be used to configure jans-auth-server, which is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS)

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/config/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: config
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: Configuration parameters for setup and initial configuration secret and config layers used by Gluu services.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/config/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# config

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Configuration parameters for setup and initial configuration secret and config layers used by Gluu services.

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/fido2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: fido2
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: 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.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/fido2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fido2

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

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.

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/link/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: link
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.22.0-0"
description: Jans Link
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/link/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# link

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Jans Link

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/persistence/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: persistence
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: Job to generate data and initial config for Gluu Server persistence layer.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/persistence/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# persistence

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Job to generate data and initial config for Gluu Server persistence layer.

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/saml/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: saml
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: Jans SAML
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/saml/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# saml

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

Jans SAML

Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/scim/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

apiVersion: v2
name: scim
version: 5.1.0
version: 1.1.0
kubeVersion: ">=v1.21.0-0"
description: System for Cross-domain Identity Management (SCIM) version 2.0
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/gluu/charts/scim/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scim

![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.1.0](https://img.shields.io/badge/AppVersion-5.1.0-informational?style=flat-square)

System for Cross-domain Identity Management (SCIM) version 2.0

Expand Down

0 comments on commit dc26935

Please sign in to comment.