Skip to content

Commit

Permalink
Fix match label
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-pozetroninc committed Oct 24, 2021
1 parent 0ae5984 commit b89230d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion templates/rethinkdb-cluster-stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 0 additions & 2 deletions templates/rethinkdb-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b89230d

Please sign in to comment.