Jelajahi Sumber

Delete charts/kamaji/0.2.0 directory

Alexandre Alves 9 bulan lalu
induk
melakukan
7b851b84d8

+ 0 - 16
charts/kamaji/0.2.0/Chart.yaml

@@ -1,16 +0,0 @@
-annotations:
-  catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
-  catalog.cattle.io/kube-version: '>= 1.16.0-0 < 1.29.0-0'
-  catalog.cattle.io/namespace: cattle-ui-plugin-system # Must prefix with cattle- and suffix with -system=
-  catalog.cattle.io/os: linux
-  catalog.cattle.io/permits-os: linux, windows
-  catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.9.0-0'
-  catalog.cattle.io/scope: management
-  catalog.cattle.io/ui-component: plugins
-apiVersion: v2
-appVersion: "0.2.0"
-description: Deploys and operates Kubernetes Control Plane at scale with a fraction of the operational burden
-name: kamaji
-type: application
-version: 0.2.0
-icon: https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/kamaji/0.2.0-icon-kamaji.svg

+ 0 - 3
charts/kamaji/0.2.0/README.md

@@ -1,3 +0,0 @@
-# Kamaji
-
-**Kamaji** deploys and operates Kubernetes at scale with a fraction of the operational burden.

+ 0 - 52
charts/kamaji/0.2.0/templates/_helpers.tpl

@@ -1,52 +0,0 @@
-{{/*
-Expand the name of the chart.
-*/}}
-{{- define "extension-server.name" -}}
-{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
-{{- end }}
-
-{{/*
-Create a default fully qualified app name.
-We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
-If release name contains chart name it will be used as a full name.
-*/}}
-{{- define "extension-server.fullname" -}}
-{{- if .Values.fullnameOverride }}
-{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
-{{- else }}
-{{- $name := default .Chart.Name .Values.nameOverride }}
-{{- if contains $name .Release.Name }}
-{{- .Release.Name | trunc 63 | trimSuffix "-" }}
-{{- else }}
-{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }}
-{{- end }}
-{{- end }}
-{{- end }}
-
-
-{{/*
-Create chart name and version as used by the chart label.
-*/}}
-{{- define "extension-server.chart" -}}
-{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
-{{- end }}
-
-{{/*
-Common labels
-*/}}
-{{- define "extension-server.labels" -}}
-helm.sh/chart: {{ include "extension-server.chart" . }}
-{{ include "extension-server.selectorLabels" . }}
-{{- if .Chart.AppVersion }}
-app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
-{{- end }}
-app.kubernetes.io/managed-by: {{ .Release.Service }}
-{{- end }}
-
-{{/*
-Selector labels
-*/}}
-{{- define "extension-server.selectorLabels" -}}
-app.kubernetes.io/name: {{ include "extension-server.name" . }}
-app.kubernetes.io/instance: {{ .Release.Name }}
-{{- end }}

+ 0 - 12
charts/kamaji/0.2.0/templates/cr.yaml

@@ -1,12 +0,0 @@
-apiVersion: catalog.cattle.io/v1
-kind: UIPlugin
-metadata:
-  name: {{ include "extension-server.fullname" . }}
-  namespace: {{ .Release.Namespace }}
-  labels: {{ include "extension-server.labels" . | nindent 4 }}
-spec:
-  plugin:
-    name: {{ include "extension-server.fullname" . }}
-    version: {{ (semver (default .Chart.AppVersion .Values.plugin.versionOverride)).Original }}
-    endpoint: https://raw.githubusercontent.com/rancher/partner-extensions/main/extensions/kamaji/0.2.0
-    noCache: {{ .Values.plugin.noCache }}

+ 0 - 6
charts/kamaji/0.2.0/values.yaml

@@ -1,6 +0,0 @@
-nameOverride: ""
-fullnameOverride: ""
-plugin:
-  enabled: true
-  versionOverride: ""
-  noCache: false