Skip to content

Commit

Permalink
[prometheus-artifactory-exporter] Bump the chart version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
peimanja authored Apr 5, 2022
1 parent bde2eeb commit dc3fd30
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
23 changes: 18 additions & 5 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,42 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v2.0
with:
version: v3.5.0
version: v3.8.1

- uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]
uses: helm/[email protected]

- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed --config ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: install helm unittest plugin
if: steps.list-changed.outputs.changed == 'true'
run: |
helm env
helm plugin install https://github.com/quintush/helm-unittest.git --version 0.2.8
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml

- name: Create kind cluster
uses: helm/[email protected]
uses: helm/[email protected]

if: steps.list-changed.outputs.changed == 'true'
- name: Run chart-testing (install)
run: ct install --config ct.yaml
4 changes: 2 additions & 2 deletions charts/prometheus-artifactory-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "1.9.1"
appVersion: "1.9.3"
description: A Helm chart for the Prometheus Artifactory Exporter
name: prometheus-artifactory-exporter
version: 0.1.4
version: 0.2.0
keywords:
- metrics
- artifactory
Expand Down
5 changes: 3 additions & 2 deletions charts/prometheus-artifactory-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ serviceAccount:
name:

image:
registry: docker.io
registry: ghcr.io
repository: peimanja/artifactory_exporter
tag: v1.9.1
# set to canary for the latest unreleased version
tag: v1.9.3
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit dc3fd30

Please sign in to comment.