From 86e1293fd028e8dafde89a11f0d84523a7447c43 Mon Sep 17 00:00:00 2001 From: Luca Panza Date: Fri, 27 Jun 2025 11:47:47 +0200 Subject: [PATCH 1/3] Added Gitea ConsoleLink --- student-content/templates/gitea/console-link.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 student-content/templates/gitea/console-link.yaml diff --git a/student-content/templates/gitea/console-link.yaml b/student-content/templates/gitea/console-link.yaml new file mode 100644 index 0000000..01011fa --- /dev/null +++ b/student-content/templates/gitea/console-link.yaml @@ -0,0 +1,11 @@ +apiVersion: console.openshift.io/v1 +kind: ConsoleLink +metadata: + name: gitea-ml500 +spec: + applicationMenu: + imageURL: https://gitea-gitea.{{ .Values.cluster_domain }}/assets/img/logo.svg + section: OpenShift Self Managed Services + href: https://gitea-gitea.{{ .Values.cluster_domain }}/ + location: ApplicationMenu + text: ML500 Gitea Instance From 9c75bae70117547d9f9441dccfc1d45969449e59 Mon Sep 17 00:00:00 2001 From: Luca Panza Date: Fri, 27 Jun 2025 11:52:50 +0200 Subject: [PATCH 2/3] Aligned Chart names to match their content --- operators/Chart.yaml | 2 +- student-content/Chart.yaml | 2 +- toolings/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/operators/Chart.yaml b/operators/Chart.yaml index 29bc65d..b9cc661 100644 --- a/operators/Chart.yaml +++ b/operators/Chart.yaml @@ -13,4 +13,4 @@ dependencies: - name: sealed-secrets version: "2.17.2" repository: https://bitnami-labs.github.io/sealed-secrets - condition: sealed-secrets.enabled \ No newline at end of file + condition: sealed-secrets.enabled diff --git a/student-content/Chart.yaml b/student-content/Chart.yaml index 139965e..ee11ace 100644 --- a/student-content/Chart.yaml +++ b/student-content/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: ml500-base +name: ml500-student-content description: A Helm chart to deploy the ML500 Lab type: application version: 1.0.0 diff --git a/toolings/Chart.yaml b/toolings/Chart.yaml index c3e6991..4ada90e 100644 --- a/toolings/Chart.yaml +++ b/toolings/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -name: ml500-operators +name: ml500-toolings description: A Helm chart to deploy the ML500 Toolings type: application version: 1.0.0 From 4fab9e186750c604de6a05e8ec44dfbafd4c8cd0 Mon Sep 17 00:00:00 2001 From: Luca Panza <54367759+lpanza@users.noreply.github.com> Date: Fri, 27 Jun 2025 16:02:36 +0200 Subject: [PATCH 3/3] Update student-content/templates/gitea/console-link.yaml Co-authored-by: Cansu <31902747+ckavili@users.noreply.github.com> --- student-content/templates/gitea/console-link.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/student-content/templates/gitea/console-link.yaml b/student-content/templates/gitea/console-link.yaml index 01011fa..5e693fa 100644 --- a/student-content/templates/gitea/console-link.yaml +++ b/student-content/templates/gitea/console-link.yaml @@ -1,3 +1,4 @@ +--- apiVersion: console.openshift.io/v1 kind: ConsoleLink metadata: