Carlos Rodríguez Hernández
eafb5bd5a2
[bitnami/several] Replace HTTP by HTTPS when possible ( #8259 )
...
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com >
2021-11-29 09:58:33 +01:00
Bitnami Containers
7e03ece53c
[bitnami/kubewatch] Release 3.2.20 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-11-25 17:46:31 +00:00
Bitnami Containers
04d9410a50
[bitnami/kubewatch] Release 3.2.19 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-10-26 17:39:50 +00:00
Bitnami Containers
b4a2024876
[bitnami/kubewatch] Release 3.2.18 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-10-25 09:17:36 +00:00
Bitnami Containers
080bf407a1
[bitnami/kubewatch] Release 3.2.16 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-09-25 09:00:58 +00:00
Bitnami Containers
c10d4c01e4
[bitnami/kubewatch] Release 3.2.15 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-26 08:56:25 +00:00
Bitnami Containers
cc38c6b1c4
[bitnami/kubewatch] Release 3.2.14 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-25 08:09:51 +00:00
Bitnami Containers
2065e0cfee
[bitnami/kubewatch] Release 3.2.13 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-08-04 17:26:51 +00:00
Pablo Galego
90c81ac55e
[bitnami/several] Fix default values and regenerate README ( #7045 )
...
* Remove nil values from kong to mariadb-galera and mongodb
* Bump kube-prometheus
* logstash: set livenessprobe and readinessprobe missing values
* Bump charts' patch versions
* logstash: remove debug file commited by mistake
2021-07-26 13:36:46 +02:00
Bitnami Containers
7ea9fa16c8
[bitnami/kubewatch] Release 3.2.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-07-21 11:28:30 +00:00
Pablo Galego
ed0c72eae1
[bitnami/*] Adapt values.yaml of kubernetes-event-exporter, kubewatch, Logstash charts ( #6883 )
...
* kubernetes-event-exporter: Adapt values.yaml to readme-generator
* kubernetes-event-exporter: Organize values.yaml in sections
* kubernetes-event-exporter: Generate README
* kubewatch: Adapt values.yaml to readme-generator
* kubewatch: Organize values.yaml in sections
* kubewatch: Generate README
* kubewatch: Set null values
* logstash: Adapt values.yaml to readme-generator
* logstash: Organize values.yaml in sections
* logstash: Generate README
* Bump charts patch version
* Add charts path to Github Actions workflow
* kubernetes-event-exporter: Fix code example format
* logstash: Bump chart's patch version
2021-07-08 18:07:25 +02:00
Bitnami Containers
078bcc386a
[bitnami/kubewatch] Release 3.2.9 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-06-21 11:25:30 +00:00
Bitnami Containers
4376d62b43
[bitnami/kubewatch] Release 3.2.8 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-06-19 06:16:16 +00:00
Bitnami Containers
e355b810d3
[bitnami/kubewatch] Release 3.2.7 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-06-18 12:12:07 +00:00
Bitnami Containers
1035ca0664
[bitnami/kubewatch] Release 3.2.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-05-24 01:22:33 +00:00
Bitnami Containers
c32034e58c
[bitnami/kubewatch] Release 3.2.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-05-09 10:56:48 +00:00
Bitnami Containers
ab65337fcf
[bitnami/kubewatch] Release 3.2.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-04-09 10:52:27 +00:00
Bitnami Containers
dcd9c9d87c
[bitnami/kubewatch] Release 3.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-03-10 10:50:19 +00:00
Noam Lerner
8b7f2ee2df
[bitnami/kubewatch] Add priorityClassName support ( #5720 )
...
This is copied from the memcached chart.
Testing was done like so:
```
helm dependency build kubewatch
helm package kubewatch
helm upgrade -i kubewatch ~/sources/charts-1/bitnami/kubewatch-3.1.4.tgz -f ~/tmp/kubewatch.yaml -n monitoring
```
which contains this:
```
priorityClassName: 'system-cluster-critical'
```
See that the change took effect:
```
$ kubectl get pods -n monitoring | grep kubewatch
kubewatch-758c5b9745-4rwl8 1/1 Running 0 8m34s
```
See that the spec matches:
```
$ kubectl get pod kubewatch-758c5b9745-4rwl8 -n monitoring -o template --template={{.spec.priorityClassName}}'
system-cluster-critical
kubectl get pod kubewatch-758c5b9745-4rwl8 -n monitoring -o template --template={{.spec.priority}}
2000000000
```
2021-03-10 09:25:39 +01:00
Bitnami Containers
5002226d08
[bitnami/kubewatch] Release 3.1.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-02-08 10:47:07 +00:00
Javier J. Salmerón-García
bd52726070
[bitnami/kubewatch] Add hostAliases ( #5256 )
2021-01-28 13:18:34 +01:00
Bitnami Containers
b37c0dcf82
[bitnami/kubewatch] Release 3.0.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2021-01-09 10:43:25 +00:00
Bitnami Containers
69a7aabdfc
[bitnami/kubewatch] Release 3.0.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-12-10 10:38:23 +00:00
Juan Ariza Toledano
196d096349
[bitnami/*] Affinity based on common presets (iii) ( #4476 )
2020-11-25 15:39:59 +01:00
Carlos Rodríguez Hernández
fe438e960b
[bitnami/kubewatch] Major version. Adapt Chart to apiVersion: v2 ( #4279 )
...
* [bitnami/kubewatch] Major version. Adapt Chart to apiVersion: v2
* [bitnami/kubewatch] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-11-10 11:35:33 +01:00
Bitnami Containers
3b48b12c32
[bitnami/kubewatch] Release 1.2.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-10-21 22:26:05 +00:00
Bitnami Containers
e64ac16d6c
[bitnami/kubewatch] Release 1.2.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-21 22:22:19 +00:00
Bitnami Containers
afd99acc63
[bitnami/kubewatch] Release 1.2.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-05 14:33:07 +00:00
Bitnami Containers
a6ad6591ff
[bitnami/kubewatch] Release 1.2.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-06 13:57:37 +00:00
Bitnami Containers
1d955be60b
[bitnami/kubewatch] Release 1.2.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-05 11:55:53 +00:00
Bitnami Containers
8970cb7a3a
[bitnami/kubewatch] Release 1.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-27 22:14:42 +00:00
Josh Gavant
8b11fcee8d
add MS Teams config to kubewatch ( #3189 )
2020-07-23 18:24:32 +02:00
Bitnami Containers
8830ddc5f7
[bitnami/kubewatch] Release 1.1.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-03 16:55:43 +00:00
Marko Mikulicic
6a8bd93ba5
Implement SMTP config for kubewatch 0.1.0 ( #3024 )
...
Signed-off-by: Marko Mikulicic <mkmik@vmware.com >
2020-07-03 16:36:55 +02:00
Bitnami Containers
4e6af800a8
[bitnami/kubewatch] Release 1.0.15 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-03 11:24:53 +00:00
Bitnami Containers
28a18f571b
[bitnami/kubewatch] Release 1.0.14 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-06-04 06:39:39 +00:00
Carlos Rodríguez Hernández
124b10cfcd
[bitnami/kubewatch] Fix serviceaccount template name ( #2502 )
...
* [bitnami/kubewatch] Fix serviceaccount template name
2020-05-05 08:38:14 +02:00
Bitnami Containers
7459c0c1a8
[bitnami/kubewatch] Release 1.0.12 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-04-22 05:00:40 +00:00
Bitnami Containers
477699d32e
[bitnami/kubewatch] Release 1.0.11 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-04-16 10:55:46 +00:00
Bitnami Containers
b19836909f
[bitnami/kubewatch] Release 1.0.10 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-26 03:28:58 +00:00
Bitnami Containers
af240934b5
[bitnami/kubewatch] Release 1.0.9 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-11 19:11:16 +00:00
Carlos Rodríguez Hernández
a0e44f7d6a
Move charts from upstreamed folder to bitnami ( #2032 )
...
* Move charts from upstreamed folder to bitnami
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Remove root .helmignore
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Bump charts version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Remove file added by error
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Update Chart.yaml
2020-03-11 17:11:37 +01:00