-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from adhoc-dev/t-47095-az
[ADD] add initial language
- Loading branch information
Showing
16 changed files
with
1,868 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
annotations: | ||
category: DevOps | ||
apiVersion: v2 | ||
name: adhoc-odoo | ||
description: Odoo Chart for v16+ | ||
|
||
type: application | ||
|
||
version: 0.2.8 | ||
|
||
home: "https://github.com/adhoc-dev/helm-charts" | ||
sources: | ||
- "https://github.com/adhoc-dev/" | ||
maintainers: | ||
- name: dbollini | ||
email: [email protected] | ||
- name: jjscarafia | ||
email: [email protected] | ||
- name: azacchino | ||
email: [email protected] | ||
|
||
icon: "https://github.com/adhoc-dev/helm-charts/raw/master/img/Odoo_logo.svg" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Version changes | ||
|
||
## *0.2.8* | ||
|
||
Features: | ||
|
||
- Add ODOO_INITIAL_LANGUAGE envvar and its question `odoo.basic.language` | ||
|
||
## *0.2.7* | ||
|
||
Features: | ||
|
||
- Add support for FUSE bucket volumes (Only for GCP) `storage.location='fuse'` | ||
(This feature requires CSI Fuse driver enabled on GKE Cluster and GKE Metadata enabled on node_pools ) | ||
|
||
## *0.2.6* | ||
|
||
Features: | ||
|
||
- CloudNative Volume Snapshots [+info](https://cloudnative-pg.io/documentation/1.22/backup/#object-stores-or-volume-snapshots-which-one-to-use) [+info](https://cloudnative-pg.io/documentation/1.22/backup_volumesnapshot/) | ||
- Add new questions for pullSecret and CloudNativePG | ||
|
||
## *0.2.5* | ||
|
||
Features: | ||
|
||
- Remove the WebSocket service when no workers are present. | ||
- Add `devMode` to disable the entrypoint, liveness, and readiness probes. | ||
- Make Ingress configuration snippets optional (enable with `configurationSnippet.enabled`). | ||
- Add support for additional environment variables for the Odoo container (`extraEnvVars`). | ||
- Add new app tye annotation: `adhoc.appType` (prod, test, etc) | ||
- Add initial support for Cloud-Native-pg (**CloudNativePG operator** must be installed before [+info](https://github.com/cloudnative-pg/charts)) | ||
|
||
## *0.2.4* | ||
|
||
Features: | ||
|
||
- Add configuration-snippet with some security improvements | ||
- Add new service level annotation: `adhoc.serviceLevel` (standard, advanced, premium) | ||
- Add new labels: | ||
- `adhoc.ar/service-level`: Adhoc Service level (standard, advanced, premium) | ||
- `adhoc.ar/tier`: Tier (prod, test, etc) | ||
- `adhoc.ar/odoo-version`: Odoo base version (`17.0`, `18.0`) | ||
- Remove warning on "Skipped a TLS block" | ||
|
||
## *0.2.3* | ||
|
||
Features: | ||
|
||
- Add "Managed pull secret" (DockerHub credentials for odoo) | ||
- Initial support for minikube | ||
- Update ingressClassName | ||
- Fix HelmApp Version |
Oops, something went wrong.