Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
fix: issue with statefulset on upgrades (see helm/charts#7803 for rea…
Browse files Browse the repository at this point in the history
…soning)
  • Loading branch information
maeb committed Jan 15, 2019
1 parent 5b6e48a commit 467cd59
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion repo/rethinkdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rethinkdb
description: The open-source database for the realtime web
version: 0.2.2
version: 0.2.3
appVersion: 2.3.5
keywords:
- rethinkdb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ spec:
selector:
matchLabels:
app: "{{ template "rethinkdb.name" . }}-cluster"
chart: {{ template "rethinkdb.chart" . }}
heritage: {{ .Release.Service | quote }}
release: {{ .Release.Name | quote }}
template:
Expand Down
2 changes: 1 addition & 1 deletion repo/veidemann/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Veidemann harvester
name: veidemann
version: 1.0.66
version: 1.0.67
2 changes: 1 addition & 1 deletion repo/veidemann/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies:

# Database
- name: rethinkdb
version: 0.2.2
version: 0.2.3
repository: file://../rethinkdb
condition: rethinkdb.enabled
tags:
Expand Down

0 comments on commit 467cd59

Please sign in to comment.