File tree 5 files changed +13
-10
lines changed
5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 29
29
run : |
30
30
helm repo add kratos https://k8s.ory.sh/helm/charts
31
31
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
33
33
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
35
35
helm repo add fluent https://fluent.github.io/helm-charts
36
36
37
37
- name : Run chart-releaser
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file.
9
9
### Added
10
10
- Updated kratos with after_login webhook to record event into paralus from [ mabhi] ( https://github.com/mabhi )
11
11
12
+ ### Changed
13
+ - Updated bitnami chart repository for postgres and contour [ niravparikh05] ( https://github.com/niravparikh05 )
14
+
12
15
## [ 0.1.9] - 2022-11-25
13
16
14
17
### Added
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies:
6
6
repository: https://helm.elastic.co
7
7
version: 7.17.1
8
8
- name: postgresql
9
- repository: https://charts.bitnami .com/bitnami
9
+ repository: https://raw.githubusercontent .com/bitnami/charts/archive-full-index /bitnami
10
10
version: 11.1.9
11
11
- name: filebeat
12
12
repository: https://helm.elastic.co
@@ -15,7 +15,7 @@ dependencies:
15
15
repository: https://fluent.github.io/helm-charts
16
16
version: 0.20.8
17
17
- name: contour
18
- repository: https://charts.bitnami .com/bitnami
18
+ repository: https://raw.githubusercontent .com/bitnami/charts/archive-full-index /bitnami
19
19
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"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
13
13
condition : deploy.elasticsearch.enable
14
14
- name : postgresql
15
15
version : 11.1.9
16
- repository : https://charts.bitnami .com/bitnami
16
+ repository : https://raw.githubusercontent .com/bitnami/charts/archive-full-index /bitnami
17
17
condition : deploy.postgresql.enable
18
18
- name : filebeat
19
19
version : 7.17.1
@@ -25,7 +25,7 @@ dependencies:
25
25
condition : deploy.fluentbit.enable
26
26
- name : contour
27
27
version : 7.8.0
28
- repository : https://charts.bitnami .com/bitnami
28
+ repository : https://raw.githubusercontent .com/bitnami/charts/archive-full-index /bitnami
29
29
condition : deploy.contour.enable
30
30
maintainers :
31
31
- name : Paralus Team
Original file line number Diff line number Diff line change @@ -77,12 +77,12 @@ helm show values paralus/ztka
77
77
78
78
| Repository | Name | Version |
79
79
| ------------| ------| ---------|
80
- | https://charts.bitnami.com/bitnami | contour | 7.8.0 |
81
- | https://charts.bitnami.com/bitnami | postgresql | 11.1.9 |
82
80
| https://fluent.github.io/helm-charts | fluent-bit | 0.20.8 |
83
81
| https://helm.elastic.co | elasticsearch | 7.17.1 |
84
82
| https://helm.elastic.co | filebeat | 7.17.1 |
85
83
| 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 |
86
86
87
87
## Values
88
88
You can’t perform that action at this time.
0 commit comments