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

Fix Hidden property of linux-polska/ezd-crd upstream.yaml and annotations on its latest chart version #1075

Open
wants to merge 1 commit into
base: main-source
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/linux-polska/ezd-crd-1.3.1.tgz
Binary file not shown.
1 change: 1 addition & 0 deletions charts/linux-polska/ezd-crd/1.3.1/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: CRDs for LP Backend
catalog.cattle.io/hidden: "true"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the meaning of this annotation?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It causes the chart to not be shown by the UI. In the partner charts repository it is used in only the linux-polska/ezd-crd package (this one). I think it is used here because it is effectively a CRD chart for linux-polska/ezd-backend.

catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/namespace: default
catalog.cattle.io/os: linux
Expand Down
3 changes: 2 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11734,6 +11734,7 @@ entries:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: CRDs for LP Backend
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/namespace: default
catalog.cattle.io/os: linux
Expand All @@ -11755,7 +11756,7 @@ entries:
repository: file://./charts/redis-operator
version: 0.15.3
description: Set of operators and CRDs for LP Backend
digest: 6221d04ad98e58619363c121eede47a16608815810e0c3b73e752b57ad0f4016
digest: 49111275e8059a38728bcaac581d52a0c58d11b7a2fd80d249154278e6611cb9
home: https://linuxpolska.com
icon: file://assets/icons/ezd-crd.png
keywords:
Expand Down
15 changes: 8 additions & 7 deletions packages/linux-polska/ezd-crd/upstream.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
HelmRepo: https://linuxpolska.github.io/ezd-rp
HelmChart: ezd-crd
Vendor: Linux Polska
DisplayName: CRDs for LP Backend
ChartMetadata:
kubeVersion: '>=1.19-0'
icon: https://linuxpolska.com/logo/LinuxPolska-icon.png
kubeVersion: '>=1.19-0'
maintainers:
- name: Linux Polska
email: [email protected]
- email: [email protected]
name: Linux Polska
url: https://linuxpolska.com/en/
DisplayName: CRDs for LP Backend
HelmChart: ezd-crd
HelmRepo: https://linuxpolska.github.io/ezd-rp
Hidden: true
Vendor: Linux Polska
Loading