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 f0c2ee1 commit 89a9b0bCopy full SHA for 89a9b0b
.github/workflows/publish-helm.yml
@@ -4,9 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - 'helm/**'
9
- - '.github/workflows/publish-helm.yml'
+ # paths:
+ # - 'helm/**'
+ # - '.github/workflows/publish-helm.yml'
10
11
permissions:
12
contents: write
.github/workflows/setup-pages.yml
helm/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
type: application
-version: 1.0.0
-appVersion: "1.0.0"
+version: 1.0.1
+appVersion: "1.0.1"
keywords:
- kubernetes
- slack
0 commit comments