Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprises
kubernetes-bitnami
released this
This release include two major features:
- Some charts now include a deployment form that allows to perform simple changes in a really easy way. Right now, supported charts are
stable/wordpress,stable/postgresqlandbitnami/apache. Check out the developer documentation to discover some examples and how to add this simple deployment form to your charts! - [Breaking Changes] We have replaced the OIDC proxy installed by default. Now
oauth2_proxyis used instead ofkeycloak-gatekeeper. This allow OIDC integration with some platforms like GKE but it requires to use slightly different flags. Check the documentation to know how to useoauth2_proxy.
Installation
To install this release, ensure you add the Bitnami charts repository to your local Helm cache:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
Install the Kubeapps Helm chart:
helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
To get started with Kubeapps, checkout this walkthrough.
Changelog
- Remove basic form feature flag (#1242) f331266 (Andres Martinez Gotor)
- Frontend injects wsprotocols only when not using oidc authn (#1241) d74a768 (Michael Nelson)
- Switch to use oauth2_proxy for oidc/oauth2 authentication (#1199) 2985f4d (Michael Nelson)
- Add tiller-proxy to the 'all' make target (#1240) 2d44fb4 (Simon Alling)
- Don't depend on sourcing minishift oc-env. (#1233) 8e8ae2b (Michael Nelson)
- Update chartsvc and chart-repo versions (#1232) 42b02bc (Andres Martinez Gotor)
- Update openshift helpers - with this ghost can be deployed. (#1230) 137b629 (Michael Nelson)
- Basic form docs (#1228) 939959f (Andres Martinez Gotor)
- Add hint to basic form (#1229) bc99509 (Andres Martinez Gotor)
- Split types for the different params (#1226) 1bcf6ba (Andres Martinez Gotor)
- Simplify usingOIDCToken in Auth module (#1231) 3cfdd9f (Simon Alling)
- Initial WIP openshift example (#1225) 0b17b2d (Michael Nelson)
- Fix/clarify some comments in the Go code (#1227) 417474e (Simon Alling)
- Remove hardcoded values for subsections (#1224) 5f5bcc4 (Andres Martinez Gotor)
- Make the slider param customizable via the schema (#1223) 9718f6d (Andres Martinez Gotor)
- Style changes for basic form (#1222) 91f44b0 (Andres Martinez Gotor)
- Add basic form to the upgrade flow (#1218) d93a11e (Andres Martinez Gotor)
- Refactor getChartVersion, values and schema (#1217) e3434ab (Andres Martinez Gotor)
- Fix some param bugs when the value is undefined (#1215) 111b88c (Andres Martinez Gotor)
- Add support for resource elements (#1214) 69a93c7 (Andres Martinez Gotor)
- Add schema validation for an upgrade if the schema exists (#1216) e6247b1 (Andres Martinez Gotor)
- Add initial design doc for third party adding repos (#1213) fa77a4e (Michael Nelson)
- Refactor current basic form (#1212) 9a3e8b4 (Andres Martinez Gotor)
- Add support for enabling a external database (#1211) 9431589 (Andres Martinez Gotor)
- Delete temporary file e8dba22 (Andres Martinez Gotor)
- Basic form improvements (#1210) b7d7080 (Andres Martinez Gotor)
- Add support for integer and boolean params (#1207) 0151477 (Andres Martinez Gotor)
- Add slider component for adding the disk size (#1206) 32d70fd (Andres Martinez Gotor)
- Set current namespace when checking authz (#1205) 122f4aa (Michael Nelson)
- Validate values against the schema if exists (#1203) 0df0951 (Andres Martinez Gotor)
- Add param types: password, email and string (#1202) 31a8b61 (Andres Martinez Gotor)
- Fix broken links to NGINX Ingress Annotations docs (#1204) a1fa8c3 (Juan Ariza Toledano)
- Schema helper functions (#1197) ba6dd99 (Andres Martinez Gotor)
- Read schema and add username to the basic form (#1196) 2fa9e8d (Andres Martinez Gotor)
- Update chart (#1198) cbda5be (Andres Martinez Gotor)