-
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 #35 from adhoc-dev/odoo-0-2-6
Odoo 0.2.6 CNPG now supports Snapshot volumes
- Loading branch information
Showing
19 changed files
with
1,757 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
# ADHOC Charts | ||
|
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.6 | ||
|
||
home: "https://github.com/adhoc-dev/helm-charts" | ||
sources: | ||
- "https://github.com/adhoc-dev/" | ||
maintainers: | ||
- name: dbollini | ||
email: dib@adhoc.com.ar | ||
- name: jjscarafia | ||
email: jjs@adhoc.com.ar | ||
- name: azacchino | ||
email: az@adhoc.com.ar | ||
|
||
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,26 @@ | ||
# Version changes | ||
|
||
## *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, advance, premium) |
Oops, something went wrong.