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/student-content/templates/gitea/console-link.yaml b/student-content/templates/gitea/console-link.yaml new file mode 100644 index 0000000..5e693fa --- /dev/null +++ b/student-content/templates/gitea/console-link.yaml @@ -0,0 +1,12 @@ +--- +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 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