Skip to content

Commit

Permalink
Move to chart dependency
Browse files Browse the repository at this point in the history
Signed-off-by: QuentinBisson <[email protected]>
  • Loading branch information
QuentinBisson committed Sep 12, 2023
1 parent 7907270 commit c2e44d6
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 41,224 deletions.
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.

## [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

0 comments on commit c2e44d6

Please sign in to comment.