Skip to content

Commit ec52445

Browse files
committed
feat: Update version to 1.0.4 and appVersion to "1.0.4"
1 parent adb4a6c commit ec52445

File tree

4 files changed

+3
-36
lines changed

4 files changed

+3
-36
lines changed

charts/slaking/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: slaking
33
description: A Kubernetes service that monitors workloads for annotations and sends filtered logs to Slack channels
44
type: application
5-
version: 1.0.3
6-
appVersion: "1.0.3"
5+
version: 1.0.4
6+
appVersion: "1.0.4"
77
keywords:
88
- kubernetes
99
- slack

charts/slaking/templates/deployment.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,6 @@ spec:
130130
value: {{ $value | quote }}
131131
{{- end }}
132132
{{- end }}
133-
{{- if .Values.secret.create }}
134-
- name: SLACK_TOKEN
135-
valueFrom:
136-
secretKeyRef:
137-
name: {{ include "slaking.fullname" . }}-secrets
138-
key: "slack-token"
139-
{{- end }}
140133
{{- if .Values.configMap.create }}
141134
- name: CONFIG_PATH
142135
value: "/app/config/config.json"

charts/slaking/templates/secret.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

charts/slaking/values.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ config:
138138

139139
# Environment variables
140140
env:
141-
# SLACK_TOKEN: ""
141+
SLACK_TOKEN: ""
142142
# SLACK_DEFAULT_CHANNEL: ""
143143
# SLACK_RATE_LIMIT: ""
144144
# K8S_NAMESPACES: ""
@@ -150,14 +150,6 @@ env:
150150
NODE_ENV: "production"
151151
CONFIG_PATH: "/app/config/config.json"
152152

153-
# Secret configuration
154-
secret:
155-
create: false
156-
name: ""
157-
type: Opaque
158-
data:
159-
"slack-token": ""
160-
161153
# ConfigMap configuration
162154
configMap:
163155
create: true

0 commit comments

Comments
 (0)