Skip to content

Commit

Permalink
fix: kube-prometheus-stack CRDs now in subchart. (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
morremeyer authored Jul 12, 2023
1 parent fa7b803 commit 7220178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-kube-prometheus-stack-crds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: kube-prometheus-stack-upstream

- name: Copy CRDs
run: cp kube-prometheus-stack-upstream/charts/kube-prometheus-stack/crds/* charts/kube-prometheus-stack-crds/templates/
run: cp kube-prometheus-stack-upstream/charts/kube-prometheus-stack/charts/crds/crds/* charts/kube-prometheus-stack-crds/templates/

- name: Remove kube-prometheus-stack upstream clone
run: rm -r kube-prometheus-stack-upstream
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: kube-prometheus-stack-crds
description: Deploys the kube-prometheus-stack CRDs to your cluster
type: application
# renovate datasource=helm registryUrl=https://prometheus-community.github.io/helm-charts depName=kube-prometheus-stack
version: 47.3.0
version: 48.0.0
maintainers:
- name: morremeyer
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack-crds/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kube-prometheus-stack-crds

![Version: 47.3.0](https://img.shields.io/badge/Version-47.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 48.0.0](https://img.shields.io/badge/Version-48.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Deploys the kube-prometheus-stack CRDs to your cluster

Expand Down

0 comments on commit 7220178

Please sign in to comment.