Skip to content

Commit 484493f

Browse files
authored
Merge pull request #74 from paralus/bitnami-remapping
updated bitnami repository for postgres and contour
2 parents 930423a + 504e18d commit 484493f

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
run: |
3030
helm repo add kratos https://k8s.ory.sh/helm/charts
3131
helm repo add elasticsearch https://helm.elastic.co
32-
helm repo add postgresql https://charts.bitnami.com/bitnami
32+
helm repo add postgresql https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
3333
helm repo add filebeat https://helm.elastic.co
34-
helm repo add contour https://charts.bitnami.com/bitnami
34+
helm repo add contour https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
3535
helm repo add fluent https://fluent.github.io/helm-charts
3636
3737
- name: Run chart-releaser

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
99
### Added
1010
- Updated kratos with after_login webhook to record event into paralus from [mabhi](https://github.com/mabhi)
1111

12+
### Changed
13+
- Updated bitnami chart repository for postgres and contour [niravparikh05](https://github.com/niravparikh05)
14+
1215
## [0.1.9] - 2022-11-25
1316

1417
### Added

charts/ztka/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
repository: https://helm.elastic.co
77
version: 7.17.1
88
- name: postgresql
9-
repository: https://charts.bitnami.com/bitnami
9+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
1010
version: 11.1.9
1111
- name: filebeat
1212
repository: https://helm.elastic.co
@@ -15,7 +15,7 @@ dependencies:
1515
repository: https://fluent.github.io/helm-charts
1616
version: 0.20.8
1717
- name: contour
18-
repository: https://charts.bitnami.com/bitnami
18+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
1919
version: 7.8.0
20-
digest: sha256:aeea553a87fb9db162ba72ec63ffc3eba1effa1818015b167e81355c67f4da3d
21-
generated: "2022-11-17T13:07:50.302906107+05:30"
20+
digest: sha256:5533ac95db6b7dc1ef9601b033ad8f0f2436f610c2de1263289d9890a5648962
21+
generated: "2022-12-30T10:58:05.495751413+05:30"

charts/ztka/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
condition: deploy.elasticsearch.enable
1414
- name: postgresql
1515
version: 11.1.9
16-
repository: https://charts.bitnami.com/bitnami
16+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
1717
condition: deploy.postgresql.enable
1818
- name: filebeat
1919
version: 7.17.1
@@ -25,7 +25,7 @@ dependencies:
2525
condition: deploy.fluentbit.enable
2626
- name: contour
2727
version: 7.8.0
28-
repository: https://charts.bitnami.com/bitnami
28+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
2929
condition: deploy.contour.enable
3030
maintainers:
3131
- name: Paralus Team

charts/ztka/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ helm show values paralus/ztka
7777

7878
| Repository | Name | Version |
7979
|------------|------|---------|
80-
| https://charts.bitnami.com/bitnami | contour | 7.8.0 |
81-
| https://charts.bitnami.com/bitnami | postgresql | 11.1.9 |
8280
| https://fluent.github.io/helm-charts | fluent-bit | 0.20.8 |
8381
| https://helm.elastic.co | elasticsearch | 7.17.1 |
8482
| https://helm.elastic.co | filebeat | 7.17.1 |
8583
| https://k8s.ory.sh/helm/charts | kratos | 0.22.2 |
84+
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | contour | 7.8.0 |
85+
| https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami | postgresql | 11.1.9 |
8686

8787
## Values
8888

0 commit comments

Comments
 (0)