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

Release static manifests (no helm) for v0.6.0-alpha.0+ #116

Open
aleskandro opened this issue Nov 3, 2024 · 0 comments
Open

Release static manifests (no helm) for v0.6.0-alpha.0+ #116

aleskandro opened this issue Nov 3, 2024 · 0 comments

Comments

@aleskandro
Copy link

Hi, after v0.6.0-alpha.0, you deprecated the static manifests in favor of releasing only the helm-based chart.

The static YAML manifests were very helpful in kustomize-only-based systems. For example, when provisioning a Microshift environment and setting cert-manager and this project's manifests in the manifests.d folder that Microshift applies at start-up time.

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: cert-manager

resources:
  - https://github.com/cert-manager/cert-manager/releases/download/v1.13.2/cert-manager.yaml
  - https://github.com/cert-manager/openshift-routes/releases/download/v0.6.0-alpha.0/cert-manager-openshift-routes.yaml

was enough to deploy the cert-manager with support for openshift routes.

Is it possible to restore the release of the static manifests too?

aleskandro added a commit to aleskandro/my-ostree-config that referenced this issue Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant