Skip to content

Commit

Permalink
Bump chart version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartjkdp committed Jun 23, 2023
1 parent c42ef11 commit a6ca0f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: backend
description: The API for the Signals application
type: application
version: 4.7.1
version: 4.8.0
appVersion: 2.19.0

dependencies:
Expand Down
2 changes: 2 additions & 0 deletions charts/backend/templates/service-flower.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.flower.enabled }}
apiVersion: v1
kind: Service
metadata:
Expand All @@ -15,3 +16,4 @@ spec:
targetPort: http
protocol: TCP
name: http
{{- end }}
2 changes: 1 addition & 1 deletion charts/classification/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: classification
description: Machine learning prediction API
type: application
version: 4.7.1
version: 4.8.0
appVersion: 47000c5f9b9a21aec846f3de53108d5df25acd28
2 changes: 1 addition & 1 deletion charts/frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: frontend
description: The web frontend for the Signals application
type: application
version: 4.7.1
version: 4.8.0
appVersion: 2.11.3

0 comments on commit a6ca0f7

Please sign in to comment.