Skip to content

Commit

Permalink
Merge pull request #35 from adhoc-dev/odoo-0-2-6
Browse files Browse the repository at this point in the history
Odoo 0.2.6 CNPG now supports Snapshot volumes
  • Loading branch information
az-adhoc authored Nov 13, 2024
2 parents 1582738 + dd3fb91 commit d59fcca
Show file tree
Hide file tree
Showing 19 changed files with 1,757 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"eamodio.gitlens",
"shardulm94.trailing-spaces",
"Tim-Koehler.helm-intellisense",
"technosophos.vscode-helm"
"technosophos.vscode-helm",
"wayou.vscode-todo-highlight"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# ADHOC Charts

23 changes: 23 additions & 0 deletions charts/adhoc-odoo/v0.2.6/.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.6/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.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"
26 changes: 26 additions & 0 deletions charts/adhoc-odoo/v0.2.6/changelog.md
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)
Loading

0 comments on commit d59fcca

Please sign in to comment.