We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2dc04 commit b0d602aCopy full SHA for b0d602a
charts/github-exporter/Chart.yaml
@@ -1,8 +1,8 @@
1
apiVersion: v1
2
description: GitHub exporter
3
name: github-exporter
4
-version: 0.1.1
5
-appVersion: 0.6.1
+version: 0.2.0
+appVersion: 0.7.1
6
home: https://github.com/cpanato/github_actions_exporter
7
maintainers:
8
- name: cpanato
charts/github-exporter/values.yaml
@@ -19,8 +19,8 @@ deployment:
19
replicaCount: 1
20
image:
21
repository: ghcr.io/cpanato/github_actions_exporter
22
- tag: v0.6.1
23
- digest: sha256:39d4c45327d2ec0f4fbac3197f5a862da49d66f775d7844c899f5158db95f37e
+ tag: v0.7.1
+ digest: sha256:0f7baabf04af6d1417955ac110b7234f862eadf2015f9f90a5c43efc1f8f9a35
24
pullPolicy: IfNotPresent
25
26
podLabels: {}
0 commit comments