We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8207d16 commit a84df20Copy full SHA for a84df20
charts/slaking/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
2
name: slaking
3
description: A Kubernetes service that monitors workloads for annotations and sends filtered logs to Slack channels
4
type: application
5
-version: 1.0.5
6
-appVersion: "1.0.5"
+version: 1.0.6
+appVersion: "1.0.6"
7
keywords:
8
- kubernetes
9
- slack
charts/slaking/values.yaml
@@ -12,7 +12,7 @@ image:
12
repository: slaking
13
tag: "latest"
14
pullPolicy: IfNotPresent
15
- registry: ""
+ registry: "ghcr.io/elementtech"
16
17
# Image pull secrets
18
imagePullSecrets: []
0 commit comments