Skip to content

Commit

Permalink
Merge pull request #39 from adhoc-dev/t-47095-az
Browse files Browse the repository at this point in the history
[ADD] add initial language
  • Loading branch information
az-adhoc authored Jan 2, 2025
2 parents 2ebf849 + 0f43f9f commit 1dec66f
Show file tree
Hide file tree
Showing 16 changed files with 1,868 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/adhoc-odoo/v0.2.8/.helmignore
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/
22 changes: 22 additions & 0 deletions charts/adhoc-odoo/v0.2.8/Chart.yaml
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"
53 changes: 53 additions & 0 deletions charts/adhoc-odoo/v0.2.8/changelog.md
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
Loading

0 comments on commit 1dec66f

Please sign in to comment.