Skip to content

Commit 449ac33

Browse files
fix(odoo): bitnami/kubectl deprecated (#62)
1 parent 9bb6d06 commit 449ac33

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

charts/odoo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ maintainers:
1818
# YYYYMMVERSION (i.e. 20220701 for the 1st version in July 2022, 20220702 for
1919
# the 2nd in July 2022, 20220801 for the 1st version in August 2022, etc.)
2020
# as the patch part of the version string.
21-
version: 1.0.20231229
21+
version: 1.0.20250918

charts/odoo/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
An opinionated "Bring Your Own Image" Doodba (Odoo) Helm chart for Kubernetes
44

5-
![Version: 1.0.20231229](https://img.shields.io/badge/Version-1.0.20231229-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
![Version: 1.0.20250918](https://img.shields.io/badge/Version-1.0.20250918-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
6+
7+
:warning: This helm chart is largely EOL. We are currently maintaining, with minimal
8+
changes, until we have a replacement in the form of an Odoo Operator. There are numerous
9+
issues with the helm chart that really need to be addressed, however we cannot do so
10+
without backwards incompatible changes - which we are not in a position to accept/make.
611

712
Opinionated odoo Bring Your Own Image chart designed for running [Doodba](https://github.com/Tecnativa/doodba) based Odoo deployments with Glodo defaults.
813

@@ -106,7 +111,7 @@ $ helm install my-release glodo/odoo -f ./helm-values.yaml
106111
| upgrade.nodeSelector | object | `{}` | |
107112
| upgrade.scale.enabled | bool | `false` | automatically scale down/up the existing deployments before/after upgrade |
108113
| upgrade.scale.image.pullPolicy | string | `"Always"` | container pullPolicy |
109-
| upgrade.scale.image.repository | string | `"bitnami/kubectl"` | container image |
114+
| upgrade.scale.image.repository | string | `"bitnamisecure/kubectl"` | container image |
110115
| upgrade.scale.image.tag | string | `"latest"` | container tag |
111116
| upgrade.scale.longpollingCount | int | `0` | |
112117
| upgrade.scale.queueCount | int | `0` | |
@@ -165,4 +170,4 @@ $ helm install my-release glodo/odoo -f ./helm-values.yaml
165170
| web.tolerations | list | `[]` | |
166171

167172
----------------------------------------------
168-
Autogenerated from chart metadata using [helm-docs v1.12.0](https://github.com/norwoodj/helm-docs/releases/v1.12.0)
173+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

charts/odoo/README.md.gotmpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
55

6+
:warning: This helm chart is largely EOL. We are currently maintaining, with minimal
7+
changes, until we have a replacement in the form of an Odoo Operator. There are numerous
8+
issues with the helm chart that really need to be addressed, however we cannot do so
9+
without backwards incompatible changes - which we are not in a position to accept/make.
10+
611
Opinionated odoo Bring Your Own Image chart designed for running [Doodba](https://github.com/Tecnativa/doodba) based Odoo deployments with Glodo defaults.
712

813
Includes support for:

charts/odoo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ upgrade:
382382

383383
image:
384384
# -- container image
385-
repository: bitnami/kubectl
385+
repository: bitnamisecure/kubectl
386386
# -- container tag
387387
tag: "latest"
388388
# -- container pullPolicy

0 commit comments

Comments
 (0)