Skip to content

Commit

Permalink
Merge pull request #74 from paralus/bitnami-remapping
Browse files Browse the repository at this point in the history
updated bitnami repository for postgres and contour
  • Loading branch information
nirav-rafay authored Dec 30, 2022
2 parents 930423a + 504e18d commit 484493f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
run: |
helm repo add kratos https://k8s.ory.sh/helm/charts
helm repo add elasticsearch https://helm.elastic.co
helm repo add postgresql https://charts.bitnami.com/bitnami
helm repo add postgresql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm repo add filebeat https://helm.elastic.co
helm repo add contour https://charts.bitnami.com/bitnami
helm repo add contour https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
helm repo add fluent https://fluent.github.io/helm-charts
- name: Run chart-releaser
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
### Added
- Updated kratos with after_login webhook to record event into paralus from [mabhi](https://github.com/mabhi)

### Changed
- Updated bitnami chart repository for postgres and contour [niravparikh05](https://github.com/niravparikh05)

## [0.1.9] - 2022-11-25

### Added
Expand Down
8 changes: 4 additions & 4 deletions charts/ztka/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
repository: https://helm.elastic.co
version: 7.17.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 11.1.9
- name: filebeat
repository: https://helm.elastic.co
Expand All @@ -15,7 +15,7 @@ dependencies:
repository: https://fluent.github.io/helm-charts
version: 0.20.8
- name: contour
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 7.8.0
digest: sha256:aeea553a87fb9db162ba72ec63ffc3eba1effa1818015b167e81355c67f4da3d
generated: "2022-11-17T13:07:50.302906107+05:30"
digest: sha256:5533ac95db6b7dc1ef9601b033ad8f0f2436f610c2de1263289d9890a5648962
generated: "2022-12-30T10:58:05.495751413+05:30"
4 changes: 2 additions & 2 deletions charts/ztka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
condition: deploy.elasticsearch.enable
- name: postgresql
version: 11.1.9
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: deploy.postgresql.enable
- name: filebeat
version: 7.17.1
Expand All @@ -25,7 +25,7 @@ dependencies:
condition: deploy.fluentbit.enable
- name: contour
version: 7.8.0
repository: https://charts.bitnami.com/bitnami
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: deploy.contour.enable
maintainers:
- name: Paralus Team
Expand Down
4 changes: 2 additions & 2 deletions charts/ztka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ helm show values paralus/ztka

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | contour | 7.8.0 |
| https://charts.bitnami.com/bitnami | postgresql | 11.1.9 |
| https://fluent.github.io/helm-charts | fluent-bit | 0.20.8 |
| https://helm.elastic.co | elasticsearch | 7.17.1 |
| https://helm.elastic.co | filebeat | 7.17.1 |
| https://k8s.ory.sh/helm/charts | kratos | 0.22.2 |
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | contour | 7.8.0 |
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 11.1.9 |

## Values

Expand Down

0 comments on commit 484493f

Please sign in to comment.