Skip to content

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

@aleskandro

Description

@aleskandro

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions