Skip to content

Commit d9b3ed4

Browse files
Bump chart version and add nodeSelector (#437)
* Bump version and update appVersion in Chart.yaml * add nodeSelector to deployment --------- Co-authored-by: assafad1 <assafad1@users.noreply.github.com> Co-authored-by: assaf.admi <assaf.admi@coralogix.com>
1 parent 49a6f45 commit d9b3ed4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/coralogix-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ maintainers:
88
name: coralogix-operator
99
sources:
1010
- https://github.com/coralogix/coralogix-operator
11-
version: 1.1.0
12-
appVersion: 1.1.0
11+
version: 1.1.1
12+
appVersion: 1.1.1
1313
kubeVersion: ">=1.16.0-0"
1414
home: https://github.com/coralogix/coralogix-operator
1515
keywords:

charts/coralogix-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coralogix-operator
22

3-
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.0](https://img.shields.io/badge/AppVersion-1.1.0-informational?style=flat-square)
3+
![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.1.1](https://img.shields.io/badge/AppVersion-1.1.1-informational?style=flat-square)
44

55
Coralogix Operator Helm Chart
66

charts/coralogix-operator/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ spec:
3737
affinity:
3838
{{- toYaml . | nindent 8 }}
3939
{{- end }}
40+
{{- with .Values.nodeSelector }}
41+
nodeSelector:
42+
{{- toYaml . | nindent 8 }}
43+
{{- end }}
4044
{{- with .Values.tolerations }}
4145
tolerations:
4246
{{- toYaml . | nindent 8 }}

0 commit comments

Comments
 (0)