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

Remove hydra and postgres from Ory charts #18149

Merged
merged 15 commits into from
Sep 15, 2023
10 changes: 1 addition & 9 deletions resources/ory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ version: 1.1.0
home: https://kyma-project.io
icon: https://github.com/kyma-project/kyma/blob/main/logo.png?raw=true
dependencies:
- name: postgresql
version: 11.1.26
condition: global.ory.hydra.persistence.postgresql.enabled
- name: gcloud-sqlproxy
version: 0.22.6
condition: global.ory.hydra.persistence.gcloud.enabled
- name: oathkeeper
version: 0.23.2
condition: oathkeeper.enabled
- name: hydra
version: 0.23.2
condition: hydra.enabled

6 changes: 2 additions & 4 deletions resources/ory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@

## Introduction

This chart bootstraps [Hydra](https://www.ory.sh/docs/hydra/) and [Oathkeeper](https://www.ory.sh/docs/oathkeeper/) components on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
This chart bootstraps the [Oathkeeper](https://www.ory.sh/docs/oathkeeper/) component on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

## Chart Details

This chart installs two ORY components as subcharts:
- hydra
- oathkeeper
This chart installs the ORY Oathkeeper component as a subchart.
21 changes: 0 additions & 21 deletions resources/ory/charts/gcloud-sqlproxy/.helmignore

This file was deleted.

22 changes: 0 additions & 22 deletions resources/ory/charts/gcloud-sqlproxy/Chart.yaml

This file was deleted.

145 changes: 0 additions & 145 deletions resources/ory/charts/gcloud-sqlproxy/README.md

This file was deleted.

91 changes: 0 additions & 91 deletions resources/ory/charts/gcloud-sqlproxy/templates/_helpers.tpl

This file was deleted.

Loading