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

Move to chart dependency #76

Merged
merged 2 commits into from
Sep 12, 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
3 changes: 2 additions & 1 deletion .abs/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ replace-chart-version-with-git: true
generate-metadata: true
chart-dir: ./helm/prometheus-operator-crd
destination: ./build
disable-giantswarm-helm-validator: true
disable-giantswarm-helm-validator: true
ct-config: ./.circleci/ct-config.yaml
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ workflows:
executor: app-build-suite
app_catalog: default-catalog
app_catalog_test: default-test-catalog
ct_config: ".circleci/ct-config.yaml"
chart: prometheus-operator-crd
filters:
tags:
Expand All @@ -22,6 +23,7 @@ workflows:
executor: app-build-suite
app_catalog: giantswarm-catalog
app_catalog_test: giantswarm-test-catalog
ct_config: ".circleci/ct-config.yaml"
chart: prometheus-operator-crd
filters:
tags:
Expand Down
3 changes: 3 additions & 0 deletions .circleci/ct-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
chart-repos:
- prometheus-community=https://prometheus-community.github.io/helm-charts
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
helm/prometheus-operator-crd/charts/*.tgz
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.1.0] - 2023-09-12

### Changed

- Upgrade CRDs from 49.2.6 (prometheus-operator 0.67.1) to 51.0.0 (prometheus-operator 0.68.0) - See [upstream changelog](https://github.com/prometheus-operator/prometheus-operator/blob/main/CHANGELOG.md#0680--2023-09-06) for more information
- Move to chart dependency mechanism to avoid helm limitations prometheus-community/helm-charts#3548.

## [6.0.0] - 2023-09-04

Expand Down
21 changes: 0 additions & 21 deletions hack/sync.sh

This file was deleted.

6 changes: 6 additions & 0 deletions helm/prometheus-operator-crd/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 6.0.0
digest: sha256:e050d1524c183e77d2d89127ef3651f544cc5bf19f2c3bb3a5b6b70fe492745e
generated: "2023-09-12T11:55:25.502256856+02:00"
4 changes: 4 additions & 0 deletions helm/prometheus-operator-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ annotations:
application.giantswarm.io/team: atlas
restrictions:
clusterSingleton: true
dependencies:
- name: prometheus-operator-crds
version: 6.0.0
repository: https://prometheus-community.github.io/helm-charts
Empty file.
5,270 changes: 0 additions & 5,270 deletions helm/prometheus-operator-crd/templates/crd-alertmanagerconfigs.yaml

This file was deleted.

7,411 changes: 0 additions & 7,411 deletions helm/prometheus-operator-crd/templates/crd-alertmanagers.yaml

This file was deleted.

691 changes: 0 additions & 691 deletions helm/prometheus-operator-crd/templates/crd-podmonitors.yaml

This file was deleted.

733 changes: 0 additions & 733 deletions helm/prometheus-operator-crd/templates/crd-probes.yaml

This file was deleted.

8,405 changes: 0 additions & 8,405 deletions helm/prometheus-operator-crd/templates/crd-prometheusagents.yaml

This file was deleted.

9,741 changes: 0 additions & 9,741 deletions helm/prometheus-operator-crd/templates/crd-prometheuses.yaml

This file was deleted.

131 changes: 0 additions & 131 deletions helm/prometheus-operator-crd/templates/crd-prometheusrules.yaml

This file was deleted.

Loading
Loading