diff --git a/Chart.yaml b/Chart.yaml index 75d8771..7c41866 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: rethinkdb description: The open-source database for the realtime web -version: 1.1.8 +version: 1.1.9 appVersion: 2.4.1 keywords: - rethinkdb diff --git a/templates/rethinkdb-cluster-stateful-set.yaml b/templates/rethinkdb-cluster-stateful-set.yaml index a55be9a..bfb279c 100644 --- a/templates/rethinkdb-cluster-stateful-set.yaml +++ b/templates/rethinkdb-cluster-stateful-set.yaml @@ -15,7 +15,6 @@ spec: app: "{{ template "rethinkdb.name" . }}-cluster" heritage: {{ .Release.Service | quote }} release: {{ .Release.Name | quote }} - # This is hardcoded to allow old StatefulSets to upgrade chart: "rethinkdb-1.1.5" template: metadata: diff --git a/templates/rethinkdb-proxy-deployment.yaml b/templates/rethinkdb-proxy-deployment.yaml index da4c1e6..e076438 100644 --- a/templates/rethinkdb-proxy-deployment.yaml +++ b/templates/rethinkdb-proxy-deployment.yaml @@ -14,8 +14,6 @@ spec: app: {{ template "rethinkdb.name" . }}-proxy heritage: {{ .Release.Service | quote }} release: {{ .Release.Name | quote }} - chart: {{ template "rethinkdb.chart" . }} - # This is hardcoded to allow old Deployments to upgrade chart: "rethinkdb-1.1.5" template: metadata: