Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/odoo] Update deployment apiVersion to 'apps/v1' - Mandatory f…
Browse files Browse the repository at this point in the history
…or K8s 1.16 (#17352)

Signed-off-by: juan131 <juan@bitnami.com>
  • Loading branch information
Juan Ariza Toledano authored and k8s-ci-robot committed Sep 23, 2019
1 parent 42b4e86 commit 3f5019a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/odoo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: odoo
version: 11.1.5
version: 11.1.6
appVersion: 12.0.20190915
description: A suite of web based open source business apps.
home: https://www.odoo.com/
Expand Down
4 changes: 2 additions & 2 deletions stable/odoo/requirements.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 6.3.6
version: 6.3.9
digest: sha256:3fb60c16194499f6ebb30080e98e402f6c6d0fcf1133b8b03c2a90224b3fc291
generated: 2019-09-15T08:42:30.873014978Z
generated: "2019-09-23T09:19:39.951279+02:00"
2 changes: 1 addition & 1 deletion stable/odoo/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "odoo.fullname" . }}
Expand Down

0 comments on commit 3f5019a

Please sign in to comment.