Skip to content

Commit

Permalink
CI Build Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 30, 2025
1 parent 5ddbd73 commit 85cf37f
Show file tree
Hide file tree
Showing 28 changed files with 274 additions and 16 deletions.
16 changes: 8 additions & 8 deletions assets/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ entries:
catalog.cattle.io/namespace: cattle-ui-plugin-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux, windows
catalog.cattle.io/rancher-version: '>= 2.10.0'
catalog.cattle.io/rancher-version: '>= 2.9.0 < 2.10.0'
catalog.cattle.io/scope: management
catalog.cattle.io/ui-component: plugins
catalog.cattle.io/ui-extensions-version: '>= 3.0.0 < 4.0.0'
catalog.cattle.io/ui-extensions-version: < 3.0.0
apiVersion: v2
appVersion: 105.0.0-up0.1.0
created: "2025-01-30T06:47:27.899831879Z"
appVersion: 104.0.0-up0.1.0
created: "2025-01-30T07:56:19.542180147Z"
description: supportability-review-app plugin
digest: 2e7b42b7ff75c0182f8648da5d35e62798fcd57ca59574c919402631bea6b003
digest: ce9e897ec7317fc1c3d8295e18b0267c0174e8abdf2987bfd5255c367a171a77
name: supportability-review-app
type: application
urls:
- assets/supportability-review-app/supportability-review-app-105.0.0-up0.1.0.tgz
version: 105.0.0-up0.1.0
generated: "2025-01-30T06:47:27.899493698Z"
- assets/supportability-review-app/supportability-review-app-104.0.0-up0.1.0.tgz
version: 104.0.0-up0.1.0
generated: "2025-01-30T07:56:19.541080177Z"
Binary file not shown.
15 changes: 15 additions & 0 deletions charts/supportability-review-app/104.0.0-up0.1.0/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/namespace: cattle-ui-plugin-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux, windows
catalog.cattle.io/scope: management
catalog.cattle.io/ui-component: plugins
catalog.cattle.io/rancher-version: '>= 2.9.0 < 2.10.0'
catalog.cattle.io/ui-extensions-version: < 3.0.0
apiVersion: v2
appVersion: 104.0.0-up0.1.0
description: supportability-review-app plugin
name: supportability-review-app
type: application
version: 104.0.0-up0.1.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{{/*
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 }}

{{/*
Pkg annotations
*/}}
{{- define "extension-server.pluginMetadata" -}}
{{- with .Values.plugin.metadata }}
{{- range $key, $value := . }}
{{ $key }}: {{ $value | quote }}
{{- end }}
{{- end }}
{{- end }}
14 changes: 14 additions & 0 deletions charts/supportability-review-app/104.0.0-up0.1.0/templates/cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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/supportability-review-app/gh-pages/extensions/supportability-review-app/104.0.0-up0.1.0
noCache: {{ .Values.plugin.noCache }}
noAuth: {{ .Values.plugin.noAuth }}
metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }}
10 changes: 10 additions & 0 deletions charts/supportability-review-app/104.0.0-up0.1.0/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
nameOverride: ""
fullnameOverride: ""
plugin:
enabled: true
versionOverride: ""
noCache: false
noAuth: false
metadata:
catalog.cattle.io/rancher-version: ">= 2.9.0 < 2.10.0"
catalog.cattle.io/ui-extensions-version: < 3.0.0
20 changes: 20 additions & 0 deletions extensions/supportability-review-app/104.0.0-up0.1.0/files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
plugin/img/aks.3715c8dd.png
plugin/img/eks.09a4fdef.png
plugin/img/gke.78213e9c.png
plugin/img/harvester.765f68bd.png
plugin/img/harvester.9407b8c9.png
plugin/img/rancher-prime-logo-color-720x290.fbb70cd4.jpg
plugin/img/rke.92bdd137.png
plugin/package.json
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.4.js
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.4.js.map
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.5.js
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.5.js.map
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.detail.js
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.detail.js.map
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.edit.js
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.edit.js.map
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.js
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.js.map
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.vendors~edit.js
plugin/supportability-review-app-104.0.0-up0.1.0.umd.min.vendors~edit.js.map
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "supportability-review-app",
"description": "supportability-review-app plugin",
"version": "104.0.0-up0.1.0",
"private": false,
"rancher": true,
"engines": {
"node": ">=16"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0"
},
"files": [
"**/*"
],
"main": "supportability-review-app-104.0.0-up0.1.0.umd.min.js"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 85cf37f

Please sign in to comment.