Skip to content

Commit

Permalink
Refactoring CRD management (#5224)
Browse files Browse the repository at this point in the history
* feat(crd): Refactoring CRD management

Signed-off-by: Nicolas Lamirault <[email protected]>

* feat(crd): naming

Signed-off-by: Nicolas Lamirault <[email protected]>

---------

Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored May 10, 2024
1 parent 806660b commit b77fd57
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# Copyright (C) Nicolas Lamirault <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,8 +15,11 @@
#
# SPDX-License-Identifier: Apache-2.0

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/kubernetes-sigs/gateway-api//config/crd?timeout=120&ref=v1.0.0-rc2
helmCharts:
- name: gateway-api-crds
includeCRDs: true
releaseName: gateway-api-crds
version: 1.1.0
repo: oci://ghcr.io/portefaix/charts
6 changes: 3 additions & 3 deletions gitops/argocd/bootstrap/crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# - kube-prometheus-stack
- sealed-secrets
- cert-manager
- gateway-api
- opentelemetry
- api-gateway
- prometheus-operator
- sealed-secrets
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@
#
# SPDX-License-Identifier: Apache-2.0

apiVersion: v2
type: application
name: prometheus-operator-crds
version: 1.0.0
appVersion: 1.0.0
dependencies:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 9.0.1
includeCRDs: true
releaseName: prometheus-operator-crds
version: 11.0.0
repo: https://prometheus-community.github.io/helm-charts

0 comments on commit b77fd57

Please sign in to comment.