Skip to content

Commit

Permalink
chore: removed rancher annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed May 28, 2024
1 parent 1af77cc commit 6ca07a5
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 48 deletions.
Binary file modified charts/kube-prometheus-stack-58.4.0.tgz
Binary file not shown.
10 changes: 1 addition & 9 deletions charts/rkeControllerManager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
annotations:
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
catalog.cattle.io/os: linux
catalog.rancher.io/certified: rancher
catalog.rancher.io/namespace: cattle-monitoring-system
catalog.rancher.io/release-name: rancher-pushprox
apiVersion: v1
appVersion: 0.1.0
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
clients.
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients.
name: rkeControllerManager
type: application
version: 0.2.0
10 changes: 1 addition & 9 deletions charts/rkeEtcd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
annotations:
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
catalog.cattle.io/os: linux
catalog.rancher.io/certified: rancher
catalog.rancher.io/namespace: cattle-monitoring-system
catalog.rancher.io/release-name: rancher-pushprox
apiVersion: v1
appVersion: 0.1.0
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
clients.
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients.
name: rkeEtcd
type: application
version: 0.2.0
10 changes: 1 addition & 9 deletions charts/rkeIngressNginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
annotations:
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
catalog.cattle.io/os: linux
catalog.rancher.io/certified: rancher
catalog.rancher.io/namespace: cattle-monitoring-system
catalog.rancher.io/release-name: rancher-pushprox
apiVersion: v1
appVersion: 0.1.0
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
clients.
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients.
name: rkeIngressNginx
type: application
version: 0.2.0
10 changes: 1 addition & 9 deletions charts/rkeProxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
annotations:
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
catalog.cattle.io/os: linux
catalog.rancher.io/certified: rancher
catalog.rancher.io/namespace: cattle-monitoring-system
catalog.rancher.io/release-name: rancher-pushprox
apiVersion: v1
appVersion: 0.1.0
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
clients.
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients.
name: rkeProxy
type: application
version: 0.2.0
10 changes: 1 addition & 9 deletions charts/rkeScheduler/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
annotations:
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
catalog.cattle.io/os: linux
catalog.rancher.io/certified: rancher
catalog.rancher.io/namespace: cattle-monitoring-system
catalog.rancher.io/release-name: rancher-pushprox
apiVersion: v1
appVersion: 0.1.0
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx
clients.
description: Sets up a deployment of the PushProx proxy and a DaemonSet of PushProx clients.
name: rkeScheduler
type: application
version: 0.2.0
3 changes: 0 additions & 3 deletions hack/chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
helm dependency update
tarball=$(ls charts/kube-prometheus-stack-*.tgz)
echo "Extracting ${tarball}"
if [ ! -d "charts/kube-prometheus-stack/" ]; then
mkdir -p charts/kube-prometheus-stack/
fi
tar -xzf ${tarball} -C charts/

echo "Deleting CRD from kube-prometheus-stack"
Expand Down

0 comments on commit 6ca07a5

Please sign in to comment.