Skip to content

Commit

Permalink
Roll back chart changes
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Halasz <peter.halasz@live.com>
  • Loading branch information
peterhalasz committed Feb 17, 2024
1 parent 750e095 commit bbe6eb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/github-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: GitHub exporter
name: github-exporter
version: 0.1.2
appVersion: 0.6.2
version: 0.1.1
appVersion: 0.6.1
home: https://github.com/cpanato/github_actions_exporter
maintainers:
- name: cpanato
2 changes: 1 addition & 1 deletion charts/github-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
image: "{{ .Values.deployment.image.repository }}:{{ .Values.deployment.image.tag }}@{{ .Values.deployment.image.digest }}"
imagePullPolicy: {{ .Values.deployment.image.pullPolicy }}
args:
- --gh.github-token=$(GITHUB_TOKEN)
- --gh.github-api-token=$(GITHUB_TOKEN)
- --gh.github-webhook-token=$(GITHUB_WEBHOOK_TOKEN)
- --gh.github-org={{ .Values.config.org }}
- --gh.billing-poll-seconds={{ .Values.config.pollSeconds }}
Expand Down
2 changes: 1 addition & 1 deletion charts/github-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deployment:
replicaCount: 1
image:
repository: ghcr.io/cpanato/github_actions_exporter
tag: v0.6.2
tag: v0.6.1
digest: sha256:39d4c45327d2ec0f4fbac3197f5a862da49d66f775d7844c899f5158db95f37e
pullPolicy: IfNotPresent

Expand Down

0 comments on commit bbe6eb2

Please sign in to comment.