Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Revert prometheus major version bump #96

Merged
merged 4 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/k8s-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand All @@ -24,7 +24,7 @@ jobs:
git config user.email "[email protected]"

- name: Install Helm
uses: azure/setup-helm@v1
uses: azure/setup-helm@v3
with:
version: v3.8.1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

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

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ 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@v3
with:
version: v3.9.2

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

- name: Set up chart testing
uses: helm/chart-testing-action@v2.3.0
uses: helm/chart-testing-action@v2.4.0

- name: Check changes in chart
id: list-changed
Expand Down
4 changes: 2 additions & 2 deletions someengineering/resoto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: resoto
description: A Helm chart for Kubernetes
type: application
version: 0.9.6
version: 0.10.0
appVersion: "3.6.5"
maintainers:
- name: aquamatthias
Expand All @@ -11,7 +11,7 @@ icon: https://cdn.some.engineering/assets/resoto-logos/resoto-logo.svg
home: https://resoto.com
dependencies:
- name: prometheus
version: 22.6.6
version: 18.4.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: kube-arangodb
Expand Down
4 changes: 2 additions & 2 deletions someengineering/resoto/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# resoto

![Version: 0.9.6](https://img.shields.io/badge/Version-0.9.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.5](https://img.shields.io/badge/AppVersion-3.6.5-informational?style=flat-square)
![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.6.5](https://img.shields.io/badge/AppVersion-3.6.5-informational?style=flat-square)

A Helm chart for Kubernetes

Expand All @@ -22,7 +22,7 @@ A Helm chart for Kubernetes
|------------|------|---------|
| https://arangodb.github.io/kube-arangodb | arangodb(kube-arangodb) | 1.2.26 |
| https://charts.bitnami.com/bitnami | common(common) | 2.4.0 |
| https://prometheus-community.github.io/helm-charts | prometheus | 22.6.6 |
| https://prometheus-community.github.io/helm-charts | prometheus | 18.4.0 |

## Values

Expand Down
Loading