Skip to content

Commit

Permalink
CI Build Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed Nov 21, 2024
1 parent 37833ef commit 402926c
Show file tree
Hide file tree
Showing 43 changed files with 370 additions and 4 deletions.
Binary file added assets/epinio/epinio-1.11.0-4.tgz
Binary file not shown.
30 changes: 26 additions & 4 deletions assets/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
apiVersion: v1
entries:
epinio:
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Epinio
catalog.cattle.io/kube-version: '>= v1.16.0-0 < v1.31.0-0'
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.8.0-0 < v2.10.0-0'
catalog.cattle.io/scope: management
catalog.cattle.io/ui-component: plugins
catalog.cattle.io/ui-version: '>= 2.7.2 < v2.10.0-0'
apiVersion: v2
appVersion: 1.11.0-4
created: "2024-11-21T20:51:54.371516244Z"
description: Application Development Engine for Kubernetes
digest: bbbe4e49d2326795aac951ecbeb7b770f77d3ec1c2055577b20a4a4a043fa1cd
icon: https://raw.githubusercontent.com/rancher/dashboard/0b6cbe93e9ed3292294da178f119a500cc494db9/pkg/epinio/assets/logo-epinio.svg
name: epinio
type: application
urls:
- assets/epinio/epinio-1.11.0-4.tgz
version: 1.11.0-4
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Epinio (alpha)
Expand All @@ -14,14 +36,14 @@ entries:
catalog.cattle.io/ui-version: '>= 2.7.2 < v2.9.0-0'
apiVersion: v2
appVersion: 1.11.0-3
created: "2024-11-21T20:34:26.962339847Z"
created: "2024-11-21T20:37:09.972519463Z"
description: Application Development Engine for Kubernetes
digest: 7555c0b3c3f4934f068c1ab3dd074908ff91f2b77d654bceb32ebef46d7b0a28
digest: a1484cc44eab3e6419b8958c246467e1372b86c6d2caa7caa50f8f64a2ac45a0
icon: https://raw.githubusercontent.com/rancher/dashboard/0b6cbe93e9ed3292294da178f119a500cc494db9/pkg/epinio/assets/logo-epinio.svg
name: epinio
type: application
urls:
- assets/epinio/epinio-1.11.0-3.tgz
- https://github.com/epinio/ui/releases/download/epinio-1.11.0-3/epinio-1.11.0-3.tgz
version: 1.11.0-3
- annotations:
catalog.cattle.io/certified: rancher
Expand Down Expand Up @@ -83,4 +105,4 @@ entries:
urls:
- assets/epinio/epinio-1.9.0-0.tgz
version: 1.9.0-0
generated: "2024-11-21T20:34:26.961986658Z"
generated: "2024-11-21T20:51:54.371159334Z"
19 changes: 19 additions & 0 deletions charts/epinio/1.11.0-4/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/kube-version: '>= v1.16.0-0 < v1.31.0-0'
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.8.0-0 < v2.10.0-0'
catalog.cattle.io/scope: management
catalog.cattle.io/ui-component: plugins
catalog.cattle.io/display-name: Epinio
catalog.cattle.io/ui-version: '>= 2.7.2 < v2.10.0-0'
apiVersion: v2
appVersion: 1.11.0-4
description: Application Development Engine for Kubernetes
name: epinio
type: application
version: 1.11.0-4
icon: >-
https://raw.githubusercontent.com/rancher/dashboard/0b6cbe93e9ed3292294da178f119a500cc494db9/pkg/epinio/assets/logo-epinio.svg
6 changes: 6 additions & 0 deletions charts/epinio/1.11.0-4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!-- This file is the description shown in Rancher Manager when browsing extensions -->
An extension for Rancher Manager which allows you to manage Epinio resources.

After installation, go to the main menu and click on the `Global Apps` / `Epinio` menu item. Rancher Manager will discover Epinio instances and allow you to navigate to them. This experience will be similar, and in places better, than the standalone Epinio UI.

Epinio takes your application from source code to deployment and allow for Developers and Operators to work better together. For more information see https://epinio.io.
52 changes: 52 additions & 0 deletions charts/epinio/1.11.0-4/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{{/*
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 }}
12 changes: 12 additions & 0 deletions charts/epinio/1.11.0-4/templates/cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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/epinio/ui/gh-pages/extensions/epinio/1.11.0-4
noCache: {{ .Values.plugin.noCache }}
6 changes: 6 additions & 0 deletions charts/epinio/1.11.0-4/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nameOverride: ""
fullnameOverride: ""
plugin:
enabled: true
versionOverride: ""
noCache: false
35 changes: 35 additions & 0 deletions extensions/epinio/1.11.0-4/files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
plugin/epinio-1.11.0-4.umd.min.14.js
plugin/epinio-1.11.0-4.umd.min.14.js.map
plugin/epinio-1.11.0-4.umd.min.15.js
plugin/epinio-1.11.0-4.umd.min.15.js.map
plugin/epinio-1.11.0-4.umd.min.detail.js
plugin/epinio-1.11.0-4.umd.min.detail.js.map
plugin/epinio-1.11.0-4.umd.min.dialog.js
plugin/epinio-1.11.0-4.umd.min.dialog.js.map
plugin/epinio-1.11.0-4.umd.min.edit.js
plugin/epinio-1.11.0-4.umd.min.edit.js.map
plugin/epinio-1.11.0-4.umd.min.js
plugin/epinio-1.11.0-4.umd.min.js.map
plugin/epinio-1.11.0-4.umd.min.list.js
plugin/epinio-1.11.0-4.umd.min.list.js.map
plugin/epinio-1.11.0-4.umd.min.login.js
plugin/epinio-1.11.0-4.umd.min.login.js.map
plugin/epinio-1.11.0-4.umd.min.promptRemove.js
plugin/epinio-1.11.0-4.umd.min.promptRemove.js.map
plugin/epinio-1.11.0-4.umd.min.vendors~detail.js
plugin/epinio-1.11.0-4.umd.min.vendors~detail.js.map
plugin/epinio-1.11.0-4.umd.min.vendors~dialog.js
plugin/epinio-1.11.0-4.umd.min.vendors~dialog.js.map
plugin/epinio-1.11.0-4.umd.min.vendors~edit.js
plugin/epinio-1.11.0-4.umd.min.vendors~edit.js.map
plugin/epinio-1.11.0-4.umd.min.vendors~list.js
plugin/epinio-1.11.0-4.umd.min.vendors~list.js.map
plugin/epinio-1.11.0-4.umd.min.vendors~windowComponents.js
plugin/epinio-1.11.0-4.umd.min.vendors~windowComponents.js.map
plugin/epinio-1.11.0-4.umd.min.vendors~xterm.js
plugin/epinio-1.11.0-4.umd.min.vendors~xterm.js.map
plugin/epinio-1.11.0-4.umd.min.windowComponents.js
plugin/epinio-1.11.0-4.umd.min.windowComponents.js.map
plugin/img/generic-catalog.99bdaecf.svg
plugin/img/logo-epinio.2a679686.svg
plugin/package.json

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 402926c

Please sign in to comment.