Matt Farina and GitHub
dc7e5997de
Revert "Updating to new repo locations ( #24419 )" ( #24420 )
...
This reverts commit e2ecc4d816 .
2020-11-13 18:28:12 -05:00
Matt Farina and GitHub
e2ecc4d816
Updating to new repo locations ( #24419 )
...
Signed-off-by: Matt Farina <matt@mattfarina.com >
2020-11-13 18:21:11 -05:00
Matt Farina and GitHub
4a04b6f964
Removed old owners files ( #24416 )
...
Signed-off-by: Matt Farina <matt@mattfarina.com >
2020-11-13 17:06:05 -05:00
Carlos Rodríguez Hernández and GitHub
9e28c906fc
[stable/several] Fix typo in deprecation comment ( #21787 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2020-04-06 03:13:47 -07:00
Carlos Rodríguez Hernández and GitHub
6a0685a733
[stable/osclass] Move chart to distributed bitnami repository ( #21403 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2020-03-11 11:18:45 -07:00
4fbf0c4e9c
[stable/osclass] Release 7.0.8 ( #21143 )
...
* [stable/osclass] Release 7.0.8 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Run "helm dependency update" using latest Helm 2
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
2020-03-03 00:53:37 -08:00
88e59c0cc1
[stable/osclass] Release 7.0.7 ( #21117 )
...
* [stable/osclass] Release 7.0.7 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Run "helm dependency update" using latest Helm 2
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
2020-02-28 00:20:37 -08:00
6a8bdc03a1
[stable/osclass] Release 7.0.6 ( #20862 )
...
* [stable/osclass] Release 7.0.6 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Run "helm dependency update" using latest Helm 2
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
Co-authored-by: Carlos Rodríguez Hernández <carrodher1179@gmail.com >
2020-02-21 01:27:50 -08:00
Carlos Rodríguez Hernández and GitHub
30419d4aed
[stable/osclass] Adapt docs to Helm 3 ( #20668 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2020-02-11 10:40:51 -08:00
Bitnami Bot and Kubernetes Prow Robot
fb589149be
[stable/osclass] Release 7.0.4 updating components versions ( #20364 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-01-24 14:06:55 -08:00
Bitnami Bot and Kubernetes Prow Robot
4788753b62
[stable/osclass] Release 7.0.3 updating components versions ( #20153 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-01-15 01:08:16 -08:00
Bitnami Bot and Kubernetes Prow Robot
c66b104475
[stable/osclass] Release 7.0.2 updating components versions ( #20044 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-01-10 11:08:53 -08:00
Bitnami Bot and Kubernetes Prow Robot
00e92c3265
[stable/osclass] Release 7.0.1 updating components versions ( #18846 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-11-13 08:13:11 -08:00
Sameer Naik and Kubernetes Prow Robot
cb429c0bc5
[stable/osclass] bump major version ( #18700 )
...
Helm performs a lookup for the object based on its group (apps), version (v1), and kind (Deployment). Also known as its GroupVersionKind, or GVK. Changing the GVK is considered a compatibility breaker from Kubernetes' point of view, so you cannot "upgrade" those objects to the new GVK in-place. Earlier versions of Helm 3 did not perform the lookup correctly which has since been fixed to match the spec.
In https://github.com/helm/charts/pull/17303 the `apiVersion` of the deployment resources was updated to `apps/v1` in tune with the api's deprecated, resulting in compatibility breakage.
This major version signifies this change.
Signed-off-by: Sameer Naik <sameersbn@vmware.com >
2019-11-12 00:46:30 -08:00
Bitnami Bot and Kubernetes Prow Robot
ee0f4e4b91
[stable/osclass] Release 6.2.7 updating components versions ( #18454 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-10-31 07:07:37 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
47005da3c0
[stable/osclass] Unify and refactor README.md ( #18285 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-10-24 07:07:15 -07:00
Javier J. Salmerón-García and Kubernetes Prow Robot
66670edd08
[stable/osclass] Update prerequisites ( #18017 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@vmware.com >
2019-10-16 06:56:01 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
127b2680b4
[stable/osclass] Update broken link to NGINX Ingress Annotations docs ( #17668 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-10-04 03:02:45 -07:00
Bitnami Bot and Kubernetes Prow Robot
1ff7cba067
[stable/osclass] Release 6.2.3 updating components versions ( #17548 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-09-30 07:09:47 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
bfd0395d2b
[stable/osclass] Update deployment apiVersion to 'apps/v1' - Mandatory for K8s 1.16 ( #17303 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-09-20 08:42:52 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
66819d432d
[stable/osclass] Add miguelaeh to OWNERS ( #17008 )
...
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-09-10 21:41:21 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
05c27fe462
[stable/osclass] Add affinity ( #16846 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-09-05 03:20:17 -07:00
Bitnami Bot and Kubernetes Prow Robot
0eec587f62
[stable/osclass] Release 6.1.3 updating components versions ( #16769 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-09-02 14:27:16 -07:00
Alejandro Moreno and Kubernetes Prow Robot
da1ed9d14d
Fix 'storageClass' macros ( #16535 )
...
Signed-off-by: Alejandro Moreno <amoreno@bitnami.com >
2019-08-22 10:24:33 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
4aabebe29f
[stable/osclass] Refactor StorageClass template to support old Helm versions ( #16488 )
...
Signed-off-by: miguelaeh <macabrera@bitnami.com >
2019-08-21 08:07:45 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
18184d6e88
[stable/osclass] Add global StorageClass to osclass ( #16412 )
...
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-08-20 05:05:46 -07:00
Miguel Ángel Cabrera Miñagorri and Kubernetes Prow Robot
80041727d1
[stable/osclass] Fix Osclass template when using ingress ( #15892 )
...
* Fix Osclass template when using ingress
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
* [stable/osclass] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
* Solve conflicts and update version of Osclass Chart
Signed-off-by: Miguel A. Cabrera Minagorri <macabrera@bitnami.com >
2019-07-26 01:26:10 -07:00
Tomas Pizarro and Kubernetes Prow Robot
5929a066d1
[stable/osclass] Update dependencies for osclass ( #15882 )
...
Signed-off-by: tompizmor <tompizmor@gmail.com >
2019-07-25 10:58:55 -07:00
Andrés Bono and Kubernetes Prow Robot
8a6f07350a
[stable/osclass] Fix metrics image tag in README.md ( #15845 )
...
* [stable/osclass] Fix metrics image tag in README.md
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com >
* Bump chart version
Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com >
2019-07-24 09:46:54 -07:00
Marcos Bjoerkelund and Kubernetes Prow Robot
faf50bfea6
[stable/osclass] Replace lusotycoon/apache-exporter with bitnami/apache-exporter ( #15785 )
...
* [stable/osclass] Replace lusotycoon/apache-exporter with bitnami/apache-exporter
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
* fix apache-exporter image
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
* use minor version
Signed-off-by: Marcos Bjoerkelund <marcos@bitnami.com >
2019-07-24 07:02:16 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
bde3fda4fd
Implement again "[stable/osclass] Standardize 'fullname' and 'name' macros ( #15433 )" ( #15618 )" ( #15622 )
...
This reverts commit ab477db246 .
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-07-17 09:53:01 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
ab477db246
Revert "[stable/osclass] Standardize 'fullname' and 'name' macros ( #15433 )" ( #15618 )
...
This reverts commit 19f9e1c6dd .
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-07-17 06:32:47 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
19f9e1c6dd
[stable/osclass] Standardize 'fullname' and 'name' macros ( #15433 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2019-07-11 09:33:19 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
e7d08a9af3
[stable/{osclass}] Change tags/pullPolicy in values and or README ( #14736 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-06-12 01:51:32 -07:00
Bitnami Bot and Kubernetes Prow Robot
072b5360ca
stable/osclass: update to 3.7.4 ( #14648 )
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2019-06-10 05:47:32 -07:00
Javier J. Salmerón-García and Kubernetes Prow Robot
7bce1f8d16
[stable/osclass] ( #14470 )
...
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com >
2019-06-04 11:36:20 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
60ec66d77b
Remove apache and/or php volume ( #14315 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-05-30 09:36:51 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
cff4590ff4
[stable/osclass] Change regex looking for rolling tags ( #14271 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-05-29 10:08:25 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
4f51a59fba
[stable/osclass] Use immutable tags ( #14203 )
...
* Bump chart version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* [stable/osclass] Use immutable tags
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-05-28 10:20:12 -07:00
Javier J. Salmerón-García and Kubernetes Prow Robot
ececcab3d7
[stable/osclass] Add ingress support ( #12572 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2019-03-27 05:08:48 -07:00
Juan Ariza Toledano and Kubernetes Prow Robot
43dc281fe5
[stable/osclass] Improve upgrade instructions in NOTES.txt ( #12226 )
...
* [stable/osclass] Improve upgrade instructions in NOTES.txt
Signed-off-by: juan131 <juan@bitnami.com >
* Fix NOTES.txt
Signed-off-by: juan131 <juan@bitnami.com >
2019-03-15 04:13:22 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
c2a67abbba
[stable/osclass] Use global registry in secondary and/or metrics images ( #12242 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-03-15 01:33:21 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
9d4b1d95f9
[stable/osclass] Add global 'imagePullSecrets' to overwrite any other existing one ( #12079 )
...
* [stable/osclass] Add global 'imagePullSecrets' to overwrite any other existing one
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Fix typo and add var to the README
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Fix typo in helpers
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-03-12 02:39:24 -07:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
7a36806df4
[stable/osclass] Add apiVersion in Chart.yaml and add test info to README.md ( #11784 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-02-27 07:21:34 -08:00
Carlos Rodríguez Hernández and Kubernetes Prow Robot
98a4e72786
[stable/osclass] Document the correct format for pullSecrets in README ( #10647 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2019-01-15 06:21:00 -08:00
Javier J. Salmerón-García and k8s-ci-robot
e7b3182fb5
[stable/osclass] Fix issue with OSCLASS_HOST ( #9541 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2018-11-26 03:48:39 -08:00
Javier J. Salmerón-García and k8s-ci-robot
53a348a9cc
[stable/osclass] Fix incorrect template for getting the LoadBalancerIP ( #9501 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2018-11-23 03:07:15 -08:00
Javier J. Salmerón-García and k8s-ci-robot
4b38298e4a
[stable/osclass] Add service.port in values.yaml ( #9412 )
...
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2018-11-21 01:18:52 -08:00
Javier J. Salmerón-García and k8s-ci-robot
939dc5f233
[stable/osclass] Add apache exporter ( #8850 )
...
* [stable/osclass] Add apache exporter
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* [stable/osclass] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
* [stable/osclass] Add podAnnotations
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com >
2018-10-31 03:43:38 -07:00
Carlos Rodríguez Hernández and k8s-ci-robot
126393d4be
[stable/osclass] Remove distro tag ( #8545 )
...
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
2018-10-17 08:29:24 -07:00