Skip to content

Commit e9a07e4

Browse files
author
hanancha
committed
Updating chart version
1 parent d891836 commit e9a07e4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## In Development
44
* Implemented initContainers to wait for DB/MQ to be available for St2 Pods (#178)
55
* Add option to define config.js for st2web (#165) (by @moonrail)
6+
* Removed enterprise flags to enable rbac (#182 by @hnanchahal)
67

78
## v0.51.0
89
* Added Redis with Sentinel to replace etcd as a coordination backend (#169)

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
# StackStorm version which refers to Docker images tag
33
appVersion: 3.4dev
44
name: stackstorm-ha
5-
version: 0.51.0
5+
version: 0.52.0
66
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
77
home: https://stackstorm.com/
88
icon: https://landscape.cncf.io/logos/stack-storm.svg

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
44
{{- end -}}
55

6-
# Generate support method used in labels. This is based on community/enterprise
6+
# Generate support method used in labels. This is based on community
77
{{- define "supportMethod" -}}
88
community
99
{{- end }}

0 commit comments

Comments
 (0)