Skip to content

Commit c1269a8

Browse files
committed
Merge pull request #35 from adhoc-dev/odoo-0-2-6
Odoo 0.2.6 CNPG now supports Snapshot volumes
2 parents 1582738 + dd3fb91 commit c1269a8

18 files changed

+1768
-1
lines changed

.devcontainer/devcontainer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"eamodio.gitlens",
2121
"shardulm94.trailing-spaces",
2222
"Tim-Koehler.helm-intellisense",
23-
"technosophos.vscode-helm"
23+
"technosophos.vscode-helm",
24+
"wayou.vscode-todo-highlight",
25+
"streetsidesoftware.code-spell-checker",
26+
"streetsidesoftware.code-spell-checker-spanish"
2427
]
2528
}
2629
},

README.MD

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# ADHOC Charts
2+

charts/adhoc-odoo/v0.2.6/.helmignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/

charts/adhoc-odoo/v0.2.6/Chart.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
annotations:
2+
category: DevOps
3+
apiVersion: v2
4+
name: adhoc-odoo
5+
description: Odoo Chart for v16+
6+
7+
type: application
8+
9+
version: 0.2.6
10+
11+
home: "https://github.com/adhoc-dev/helm-charts"
12+
sources:
13+
- "https://github.com/adhoc-dev/"
14+
maintainers:
15+
- name: dbollini
16+
email: dib@adhoc.com.ar
17+
- name: jjscarafia
18+
email: jjs@adhoc.com.ar
19+
- name: azacchino
20+
email: az@adhoc.com.ar
21+
22+
icon: "https://github.com/adhoc-dev/helm-charts/raw/master/img/Odoo_logo.svg"

charts/adhoc-odoo/v0.2.6/changelog.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Version changes
2+
3+
## *0.2.6*
4+
5+
Features:
6+
7+
- 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/)
8+
- Add new questions for pullSecret and CloudNativePG
9+
10+
## *0.2.5*
11+
12+
Features:
13+
14+
- Remove the WebSocket service when no workers are present.
15+
- Add `devMode` to disable the entrypoint, liveness, and readiness probes.
16+
- Make Ingress configuration snippets optional (enable with `configurationSnippet.enabled`).
17+
- Add support for additional environment variables for the Odoo container (`extraEnvVars`).
18+
- Add new app tye annotation: `adhoc.appType` (prod, test, etc)
19+
- Add initial support for Cloud-Native-pg (**CloudNativePG operator** must be installed before [+info](https://github.com/cloudnative-pg/charts))
20+
21+
## *0.2.4*
22+
23+
Features:
24+
25+
- Add configuration-snippet with some security improvements
26+
- Add new service level annotation: `adhoc.serviceLevel` (standard, advance, premium)

0 commit comments

Comments
 (0)